User Tools

Site Tools


networking:switch:cisco_4948

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:switch:cisco_4948 [2021/07/20 09:39]
gcooper
networking:switch:cisco_4948 [2022/08/11 10:07] (current)
gcooper
Line 299: Line 299:
 show interfaces | include output err show interfaces | include output err
 show interfaces status | include connected show interfaces status | include connected
 +show run | b username
 show standby brief show standby brief
 show etherchannel summary show etherchannel summary
Line 332: Line 332:
 ===== LACP Port Bonding ===== ===== LACP Port Bonding =====
  
-FIXME Verify!+Configure the channel group (channel group 1 example shown here):
  
 <file> <file>
Line 338: Line 338:
 Router# configure terminal Router# configure terminal
 Router(config)# interface port-channel 1 Router(config)# interface port-channel 1
-Router(config)# exit +Router(config-if)#description your_bond 
-Router(config-if)# interface gi/1  +Router(config-if)#switchport 
-Router(config-if)# channel-group 1 mode active  +Router(config-if)#switchport mode access 
-Router(config-if)# exit +Router(config-if)#exit
-Router(config)# interface gi/2 +
-Router(config-if)# channel-group 1 mode active  +
-Router(config-if)# end+
 </file>  </file> 
 +
 +Configure the ports (gigabit ports 33 and 34 in this example):
 +
 +<file>
 +Router(config)# interface range gi1/33-34
 +Router(config-if-range)#channel-protocol lacp
 +Router(config-if-range)#channel-group 1 mode active 
 +Router(config-if-range)#exit
 +Router(config-if)# exit
 +Router# show lacp internal
 +</file>
  
 ===== VLANs ===== ===== VLANs =====
Line 431: Line 439:
 </file> </file>
  
-==== Backup and Restore ====+===== Backup and Restore =====
  
 https://www.petenetlive.com/KB/Article/0000538 https://www.petenetlive.com/KB/Article/0000538
networking/switch/cisco_4948.1626795563.txt.gz · Last modified: 2021/07/20 09:39 by gcooper