DSW1#show running-config Building configuration...
Current configuration : 2693 bytes ! ! Last configuration change at 18:22:12 IST Thu Oct 25 2018 ! version 15.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption service compress-config ! hostname DSW1 ! boot-start-marker boot-end-marker ! ! ! no aaa new-model clock timezone IST 5 30 ! ! ! ! ! ! ! ! ip cef ipv6 unicast-routing ipv6 cef ! ! ! spanning-tree mode rapid-pvst spanning-tree extend system-id ! ! vlan access-map test1 10 match ip address 10 action drop vlan access-map test1 20 match ip address 20 action drop vlan access-map test1 30 match ip address 30 action forward vlan access-map test1 40 action forward ! vlan filter test1 vlan-list 10 vlan internal allocation policy ascending ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Port-channel1 switchport trunk encapsulation dot1q switchport mode trunk ! interface Port-channel4 switchport trunk encapsulation dot1q switchport mode trunk ! interface Port-channel12 no switchport ip address 10.2.4.13 255.255.255.252 ipv6 address 2026::3:1/122 ipv6 rip RIP_ZONE enable ! interface Ethernet0/0 no switchport ip address 10.1.4.6 255.255.255.252 duplex auto ipv6 address 2026::2:2/122 ipv6 rip RIP_ZONE enable ! interface Ethernet0/1 no switchport no ip address duplex auto channel-group 12 mode on ! interface Ethernet0/2 no switchport no ip address duplex auto channel-group 12 mode on ! interface Ethernet0/3 ! interface Ethernet1/0 switchport trunk encapsulation dot1q switchport mode trunk channel-group 4 mode active ! interface Ethernet1/1 switchport trunk encapsulation dot1q switchport mode trunk channel-group 4 mode active ! interface Ethernet1/2 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode active ! interface Ethernet1/3 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode active ! interface Vlan10 ip address 10.2.1.1 255.255.255.0 ip helper-address 10.1.4.5 standby 1 ip 10.2.1.254 standby 1 priority 120 standby 1 preempt ! interface Vlan20 ip address 10.2.2.2 255.255.255.0 ! interface Vlan200 ip address 192.168.1.129 255.255.255.224 ! ! router eigrp 10 network 10.1.4.4 0.0.0.3 network 10.2.1.0 0.0.0.255 network 10.2.4.12 0.0.0.3 network 192.168.1.128 0.0.0.31 passive-interface Vlan10 passive-interface Vlan20 passive-interface Vlan200 ! ip forward-protocol nd ! no ip http server no ip http secure-server ! ! ! access-list 10 permit 10.2.1.3 access-list 20 permit 10.2.1.4 access-list 30 permit 10.2.1.0 0.0.0.255 ipv6 router rip RIP_ZONE ! ! ! ! control-plane ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 privilege level 15 no login ! ! end
DSW1# |