Deleting a ve interface on a vblade

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

Need to disable/shutdown ve 350&351

Any ideas would be appreaciated.

Thanks

Comments

  • mdunnmdunn Member, A10ers ✭✭✭

    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:

    configure
    interface ve 2/350
    disable
    interface ve 2/351
    disable
    end
    

    Can you give that a try?

  • dquinndquinn Member, A10ers

    try the following

    A1-vMaster1/1# device-context 2
    All the following configuration will go to device 2
    A1-vMaster1/1# interface ve 100
    A1-vMaster1/1 disable
    This operation applied to device 2

  • deenavdeenav Member

    @mdunn, tried the commands worked brilliantly. Thank you

    @dquinn, got so excited, and tried your suggestion as well. Same result. Worked brilliantly. Thank you.

    I should start my weekend now … :)

    🍻

Sign In or Register to comment.