HI All, I’m sure theres an easy way to do this and I’m totally missing it. I’m trying to shutdown a ve interface on a vblade, the interface on the vmaster has already been disabled, but I get the message “This device is currently a vBlade. Try using the virtual chassis floating IP address instead.”
I’ve logged into the vMaster, but can’t find where to disable the interface. Here’s what it looks like:
Standby-vMaster[2/1][OCTOPUS]#sh int bri
ve350 Disb 350 001f.a011.c53d 192.168.150.253/24
Active-vBlade[2/2]#sh int brie
ve350 Up 350 001f.a011.b77b 192.168.150.252/24
ve351 Up 351 001f.a011.b77a 192.168.151.3/24
Looks like you want to disable the VE on the blade which is device 2 in the cluster. To accomplish this, login to the vmaster and disable the VE using blade/interface notation:
configureinterface ve 2/350disableinterface ve 2/351disableend
A1-vMaster# device-context 2
All the following configuration will go to device 2
A1-vMaster# interface ve 100
A1-vMaster disable
This operation applied to device 2