08-13-2021 07:42 AM
Hello.
Is there a command / way to use an "interface range" in ACI to shutdown a range of end devices Leaf interfaces or no shutdown interfaces?
Solved! Go to Solution.
08-14-2021 02:18 PM
apic-01# conf t
apic-01(config)# leaf 101-102
apic-01(config-leaf)# interface ethernet 1/1-48
apic-01(config-leaf-if)# shutdown
08-16-2021 03:33 AM
Hello Fernando,
you can do it with APIC.
apic1# configure apic1(config)# leaf 101 apic1(config-leaf)# interface ethernet 1/2-5
apic1(config-leaf)# shutdown.
Regards,
Vishal
08-13-2021 08:45 AM
You can access the NXOS vsh to shutdown a range of interfaces, however, the only drawback of this method is that it will not be reflected in APIC GUI:
Leaf1201# vsh Leaf1201# configure Leaf1201(config)# interface e1/3-4 Leaf1201(config-if-range)# where conf; interface Ethernet1/3-4 root@Leaf1201 Leaf1201(config-if-range)# shutdown
Stay safe,
Sergiu
07-24-2024 05:07 AM
Nice it worked !
08-14-2021 02:18 PM
apic-01# conf t
apic-01(config)# leaf 101-102
apic-01(config-leaf)# interface ethernet 1/1-48
apic-01(config-leaf-if)# shutdown
08-16-2021 03:33 AM
Hello Fernando,
you can do it with APIC.
apic1# configure apic1(config)# leaf 101 apic1(config-leaf)# interface ethernet 1/2-5
apic1(config-leaf)# shutdown.
Regards,
Vishal
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide