Pages

Wednesday 14 September 2011

Switching Lab Distribution Switch 1B Config

!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Dist1B
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree vlan 4 priority 8192
spanning-tree vlan 5 priority 8192
spanning-tree vlan 21 priority 16384
spanning-tree vlan 22 priority 16384
spanning-tree vlan 23 priority 16384
spanning-tree vlan 24 priority 16384
archive
 log config
  hidekeys
!
!
!
!
!
!
!
!
interface Port-channel1
 switchport access vlan 4
!
interface Port-channel2
 switchport access vlan 5
!
interface Port-channel3
 switchport mode trunk
!
interface FastEthernet0/0
 no ip address
 shutdown
 speed 100
 full-duplex
!
interface FastEthernet0/1
 no ip address
 shutdown
 speed 100
 full-duplex
!
interface FastEthernet1/0
!
interface FastEthernet1/1
 switchport mode trunk
 channel-group 3 mode on
!
interface FastEthernet1/2
 switchport mode trunk
 channel-group 3 mode on
!
interface FastEthernet1/3
 switchport access vlan 4
 channel-group 1 mode on
!
interface FastEthernet1/4
 switchport access vlan 4
 channel-group 1 mode on
!
interface FastEthernet1/5
 switchport access vlan 5
 channel-group 2 mode on
!
interface FastEthernet1/6
 switchport access vlan 5
 channel-group 2 mode on
!
interface FastEthernet1/7
 switchport mode trunk
!
interface FastEthernet1/8
 switchport mode trunk
!
interface FastEthernet1/9
!
interface FastEthernet1/10
!
interface FastEthernet1/11
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
!
interface FastEthernet1/15
!
interface Vlan1
 no ip address
!
interface Vlan4
 ip address 10.0.0.142 255.255.255.252
!
interface Vlan5
 ip address 10.0.0.146 255.255.255.252
!
interface Vlan21
 ip address 10.0.21.3 255.255.255.0
 standby use-bia
 standby 21 ip 10.0.21.1
 standby 21 priority 120
 standby 21 preempt
!
interface Vlan22
 ip address 10.0.22.3 255.255.255.0
 standby use-bia
 standby 22 ip 10.0.22.1
 standby 22 priority 120
 standby 22 preempt
!
interface Vlan23
 ip address 10.0.23.3 255.255.255.0
 standby use-bia
 standby 23 ip 10.0.23.1
 standby 23 priority 150
 standby 23 preempt
!
interface Vlan24
 ip address 10.0.24.4 255.255.255.0
 standby use-bia
 standby 24 ip 10.0.24.1
 standby 24 priority 150
 standby 24 preempt
!
router eigrp 1
 network 10.0.0.0
 no auto-summary
!
no ip http server
no ip http secure-server
ip forward-protocol nd
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
line aux 0
line vty 0 4
 password cisco
 login
!
!
end

No comments:

Post a Comment