Project

General

Profile

action #108845

Updated by nicksinger about 2 years ago

Rollback steps: 
 --- 
 * Restore connection to core2 for the following switches: 
   * qanet10 - port gi52 is disabled on qanet10 
   * qanet13 - port is disabled on core2 
   * qanet15 - port is disabled on core2 
   * qanet20 - port gi52 is disabled on qanet20 

 Examples to disable ports: 

 ``` 
 qanet20nue#configure terminal 
 qanet20nue(config)#interface GigabitEthernet 52 
 qanet20nue(config-if)#shutdown 
 qanet20nue(config-if)#exit 
 qanet20nue(config)#exit 
 ``` 

 `no shutdown` enables the port again.

Back