SW1
SW1
1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname SW1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone PST -8 0
!
ip cef
!
!
no ipv6 cef
ipv6 multicast rpf use-bgp
chat-script gr 12 mode ac
!
!
!
!
!
!
!
port-channel load-balance dst-ip
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
interface Port-channel1
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Port-channel2
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/0
description to SW2
no switchport
no ip address
!
interface Ethernet0/1
description to SW2
switchport trunk encapsulation dot1q
switchport mode trunk
duplex auto
channel-group 1 mode active
!
interface Ethernet0/2
description to SW2
switchport trunk encapsulation dot1q
switchport mode trunk
duplex auto
channel-group 2 mode on
!
interface Ethernet0/3
description to SW2
switchport trunk encapsulation dot1q
switchport mode trunk
duplex auto
channel-group 2 mode on
!
interface Ethernet1/0
description to PC1
switchport access vlan 11
duplex auto
!
interface Ethernet1/1
duplex auto
!
interface Ethernet1/2
duplex auto
!
interface Ethernet1/3
duplex auto
!
interface Vlan11
ip address 10.10.11.1 255.255.255.0
!
!
no ip http server
!
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
!
end