AOS 8 Tipps und Tricks

Aus QBWiki
Zur Navigation springenZur Suche springen

Disable auto-fabric mode

 1 #Enables or disables the Automatic Fabric functionality globally for the switch.
 2 -> auto-fabric admin-state enable
 3 -> auto-fabric admin-state disable
 4 
 5 #Enables or disables the Automatic Fabric functionality specifically on individual or group of interfaces of the switch.
 6 -> auto-fabric interface 1/1/1 admin-state disable
 7 -> auto-fabric interface 1/1/5-10 admin-state enable
 8 
 9 #Enables or disables the Automatic Fabric functionality of the following;
10 -> auto-fabric protocols lacp admin-state disable
11 -> auto-fabric protocols mvrp admin-state disable
12 -> auto-fabric protocols ip isis admin-state disable
13 -> auto-fabric protocols ip ospfv2 admin-state disable
14 -> auto-fabric protocols ip ospfv3 admin-state disable


Connect to other virtual-chassis members

1 -> debug show virtual-chassis connection

Outputs the following content:

 Chas  MAC-Address        Local IP          Remote IP         Status
-----+------------------+-----------------+-----------------+-------------
 2     2c:fa:a2:be:ef:aa  127.10.1.65       127.10.2.65       Connected
 3     2c:fa:a2:co:ff:ee  127.10.1.65       127.10.3.65       Connected

We can now SSH to each of the chassis members using the 'Remote IP' and list directory contents or search for Crash files, change vc-files ..

Be aware that you are not allowed to enter commands such as "show ip interface" etc. on a slave.