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 [2018/01/15 12:52]
gcooper
networking:switch:cisco_4948 [2022/08/11 10:07] (current)
gcooper
Line 71: Line 71:
 Example MGMT addresses: Example MGMT addresses:
  
-VLAN 10 - network 10.10.10.0/24+VLAN 10 - network 10.0.10.0/24
  
 Switch 1: IP 10.0.10.2/24 Switch 1: IP 10.0.10.2/24
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 328: Line 328:
 exit exit
 exit exit
 +</file>
 +
 +===== LACP Port Bonding =====
 +
 +Configure the channel group (channel group 1 example shown here):
 +
 +<file>
 +Router> enable 
 +Router# configure terminal
 +Router(config)# interface port-channel 1
 +Router(config-if)#description your_bond
 +Router(config-if)#switchport
 +Router(config-if)#switchport mode access
 +Router(config-if)#exit
 +</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> </file>
  
Line 414: Line 439:
 </file> </file>
  
 +===== Backup and Restore =====
  
 +https://www.petenetlive.com/KB/Article/0000538
networking/switch/cisco_4948.1516045966.txt.gz · Last modified: 2018/01/15 12:52 by gcooper