2012年9月9日日曜日

pugya


R1.txt   R1
R1.txt   interface serial 0/0/0
R1.txt   ip add YY.YY.12.1 255.255.255.0
R1.txt   bandwidth 50000
R1.txt   encapsulation frame-relay ietf
R1.txt   no frame-relay inverse-arp
R1.txt   frame-relay lmi-type ansi
R1.txt   frame-relay map ip YY.YY.12.1 100
R1.txt   frame-relay map ip YY.YY.12.2 100 broadcast
R1.txt   router ospf YY
R1.txt   router-id YY.YY.1.1
R1.txt   network YY.YY.1.1 0.0.0.0 area 0
R1.txt   network 150.1.YY.1 0.0.0.0 area 0
R1.txt   network YY.YY.17.1 0.0.0.0 area 0
R1.txt   network YY.YY.15.1 0.0.0.0 area 0
R1.txt   network YY.YY.12.1 0.0.0.0 area 1
R1.txt   area 1 virtual-link YY.YY.3.3
R1.txt   neighbor YY.YY.12.2
R1.txt   router bgp YY
R1.txt   bgp router-id YY.YY.1.1
R1.txt   neighbor YY.YY.3.3 remote-as YY
R1.txt   neighbor YY.YY.3.3 up lo0
R1.txt   router bgp YY
R1.txt   neighbor 150.1.YY.254 remote-as 254
R1.txt   neighbor 150.1.YY.254 send-community
R1.txt   neighbor 150.1.YY.254 maximum-prefix 5 100 warning-only
R1.txt   router bgp 1
R1.txt   redistribute ospf 1 match internal external 1 external 2
R1.txt   ipv6 unicast-routing
R1.txt   ipv6 cef
R1.txt   ipv6 router ospf 2001
R1.txt   router-id YY.YY.1.1
R1.txt   interface Loopback0
R1.txt   ipv6 address 2001:YY:1::1/128
R1.txt   ipv6 ospf 2001 area 0
R1.txt   interface FastEthernet0/0
R1.txt   Ipv6 address 2001:YY:17::1/64
R1.txt   ipv6 ospf 2001 area 0
R1.txt   ipv6 nd ra suppress
R1.txt   interface Serial0/0/1
R1.txt   ipv6 address 2001:YY:15::1/64
R1.txt   ipv6 ospf 2001 area 0
R1.txt   ipv6 nd ra suppress
R1.txt   class-map type inspect match-all A_B
R1.txt   match protocol icmp
R1.txt   policy-map type inspect A_B
R1.txt   class type inspect A_B
R1.txt   pass
R1.txt   class class-default
R1.txt   pass
R1.txt   zone security A
R1.txt   zone security B
R1.txt   zone-pair security A_B source A destination B
R1.txt   service-policy type inspect A_B
R1.txt   zone-pair security B_A source B destination A
R1.txt   service-policy type inspect A_B
R1.txt   interface serial 0/0/0 /* interface facing R2 */
R1.txt   zone-member security A
R1.txt   interface serial 0/0/1 /* interface facing R5 */
R1.txt   zone-member security A
R1.txt   interface fastethernet 0/0 /* interface facing SW2 */
R1.txt   zone-member security A
R1.txt   interface fastethernet 0/0 /* interface facing BB1 */
R1.txt   zone-member security B
R1.txt   access-list 2 permit 197.68.1.0 0.0.0.255
R1.txt   class-mapmatch-all Limit_BB1
R1.txt   match access-group 2
R1.txt   match input-interface fastethernet 0/1 /* interface facing BB1*/
R1.txt   policy-map Limit_BB1
R1.txt   class Limit_BB1
R1.txt   shape average 128000
R1.txt   interface fastethernet 0/0 /* interface facing SW2 */
R1.txt   service-policy output Limit_BB1
R1.txt   interfaceserial 0/0/1 /* interface facing R5 */
R1.txt   service-policy output Limit_BB1
R1.txt   Interface serial0/0/1 /* Interface facing R5 */
R1.txt   ipv6 ospf authentication ipsec spi 500 md5 1234567890abcdef1234567890abcdef
R1.txt   ip cef/* is required */
R1.txt   ip flow-export source Loopback0
R1.txt   ip flow-export version 9 /* required for sampler options */
R1.txt   ip flow-export destination YY.YY.56.100 2222 sctp
R1.txt   backup destination YY.YY.56.101 2222
R1.txt   backup mode fail-over
R1.txt   flow-sampler-map FLOW
R1.txt   mode random one-out-of 1000
R1.txt   ip flow-export template options sampler /*
R1.txt   interface fastethernet 0/1
R1.txt   flow-sampler FLOW /* incoming only */
R1.txt   flow-sampler FLOW egress /* outgoing */

R2.txt   interface serial 0/0/0
R2.txt   bandwidth 50000
R2.txt   encapsulation frame-relay ietf
R2.txt   no frame-relay inverse-arp
R2.txt   frame-relay lmi-type ansi
R2.txt   frame-relay map ip YY.YY.12.2 200
R2.txt   frame-relay map ip YY.YY.12.1 200 broadcast
R2.txt   router ospf YY
R2.txt   router-id YY.YY.2.2
R2.txt   network 150.2.YY.1 0.0.0.0 area 1
R2.txt   network YY.YY.12.2 0.0.0.0 area 1
R2.txt   network YY.YY.2.2 0.0.0.0 area 1
R2.txt   network YY.YY.13.2 0.0.0.0 area 1
R2.txt   neighbor YY.YY.12.1
R2.txt   router eigrp YY
R2.txt   no auto-summary
R2.txt   network YY.YY.29.2 0.0.0.0
R2.txt   router eigrp YY
R2.txt   redistribute ospf YY metric 10000 100 255 1 1500 route-map OSPF_TO_EIGRP
R2.txt   distribute-list route-map NO_OSPF in
R2.txt   router ospf YY
R2.txt   redistribute eigrp YY subnets route-map EIGRP_TO_OSPF
R2.txt   distribute-list route-map NO_EIGRP_100 in
R2.txt   route-map EIGRP_TO_OSPF permit 10
R2.txt   match source-protocol eigrp YY
R2.txt   match route-type external
R2.txt   set tag 100
R2.txt   route-map EIGRP_TO_OSPF permit 20
R2.txt   route-map NO_EIGRP_100 deny 10
R2.txt   match tag 100
R2.txt   route-map NO_EIGRP_100 permit 20
R2.txt   route- OSPF_TO_EIGRP permit 10
R2.txt   match source-protocol ospf YY
R2.txt   set tag 200
R2.txt   route- OSPF_TO_EIGRP permit 20
R2.txt   route-map NO_OSPF deny 10
R2.txt   match tag 200
R2.txt   route-map NO_OSPF permit 20
R2.txt   router bgp YY
R2.txt   bgp router-id YY.YY.2.2
R2.txt   neighbor YY.YY.3.3 remote-as YY
R2.txt   neighbor YY.YY.3.3 up lo0
R2.txt   router bgp YY
R2.txt   bgp graceful-restart
R2.txt   neighbor 150.2.YY.254 remote-as 254
R2.txt   neighbor 150.2.YY.254 send-community
R2.txt   neighbor 150.2.YY.254 maximum-prefix 5 100 warning-only
R2.txt   do clear bgp * soft in
R2.txt   do clear bgp * soft out
R2.txt   router bgp 1
R2.txt   redistribute ospf 1 match internal external 1 external 2
R2.txt   neighbor 150.2.1.254 route-map FROM_BB2 in
R2.txt   route-map FROM_BB2 permit 10
R2.txt   set as-path prepend 254

R3.txt   username RackYYR4 password 0 CISCO
R3.txt   bba-group pppoe CISCO
R3.txt   virtual-template 1
R3.txt   interface fastethernet 0/1
R3.txt   no ip address
R3.txt   pppoe enable group CISCO
R3.txt   interface virtual-template 1
R3.txt   ip address YY.YY.34.3 255.255.255.0
R3.txt   peer default ip address pool POOL
R3.txt   ppp authentication chap
R3.txt   ip local pool POOL YY.YY.34.4
R3.txt   router ospf YY
R3.txt   router-id YY.YY.3.3
R3.txt   network YY.YY.13.3 0.0.0.0 area 1
R3.txt   network YY.YY.3.3 0.0.0.0 area 1
R3.txt   network YY.YY.35.3 0.0.0.0 area 1
R3.txt   network YY.YY.34.3 0.0.0.0 area 2
R3.txt   area 1 virtual-link YY.YY.1.1
R3.txt   area 1 virtual-link YY.YY.5.5
R3.txt   interface fastethernet 0/1   /* PPPoE interface facing R4 */
R3.txt   ip ospf network point-to-point  
R3.txt   router eigrp YY
R3.txt   no auto-summary
R3.txt   network YY.YY.38.3 0.0.0.0
R3.txt   router eigrp YY
R3.txt   redistribute ospf YY metric 10000 100 255 1 1500 route-map OSPF_TO_EIGRP
R3.txt   distribute-list route-map NO_OSPF in
R3.txt   router ospf YY
R3.txt   redistribute eigrp YY subnets route-map EIGRP_TO_OSPF
R3.txt   distribute-list route-map NO_EIGRP_100 in
R3.txt   route-map EIGRP_TO_OSPF permit 10
R3.txt   match source-protocol eigrp YY
R3.txt   match route-type external
R3.txt   set tag 100
R3.txt   route-map EIGRP_TO_OSPF permit 20
R3.txt   route-map NO_EIGRP_100 deny 10
R3.txt   match tag 100
R3.txt   route-map NO_EIGRP_100 permit 20
R3.txt   route- OSPF_TO_EIGRP permit 10
R3.txt   match source-protocol ospf YY
R3.txt   set tag 200
R3.txt   route- OSPF_TO_EIGRP permit 20
R3.txt   route-map NO_OSPF deny 10
R3.txt   match tag 200
R3.txt   route-map NO_OSPF permit 20
R3.txt   router bgp YY
R3.txt   bgp router-id YY.YY.3.3
R3.txt   neighbor YY.YY.1.1 remote-as YY
R3.txt   neighbor YY.YY.1.1 up lo0
R3.txt   neighbor YY.YY.1.1 route-reflector-client
R3.txt   neighbor YY.YY.2.2 remote-as YY
R3.txt   neighbor YY.YY.2.2 up lo0
R3.txt   neighbor YY.YY.2.2 route-reflector-client
R3.txt   neighbor YY.YY.4.4 remote-as YY
R3.txt   neighbor YY.YY.4.4 up lo0
R3.txt   neighbor YY.YY.4.4 route-reflector-client
R3.txt   neighbor YY.YY.5.5 remote-as YY
R3.txt   neighbor YY.YY.5.5 up lo0
R3.txt   neighbor YY.YY.5.5 route-reflector-client
R3.txt   router bgp YY
R3.txt   bgp graceful-restart
R3.txt   do clear bgp * soft in
R3.txt   do clear bgp * soft out
R3.txt   router bgp 1
R3.txt   neighbor YY.YY.1.1 route-map FROM_R1 in
R3.txt   route-map FROM_R1 permit 10
R3.txt   match as-path 1
R3.txt   set weight 1000
R3.txt   route-map FROM_R1 permit 20
R3.txt   ip as-path access-list 1 permit _254_
R3.txt   ip multicast-routing
R3.txt   access-list 10 permit 225.1.1.1
R3.txt   access-list 10 permit 225.1.1.2
R3.txt   access-list 10 permit 225.1.1.3
R3.txt   ip pim ssm range 10
R3.txt   interface loopback 0
R3.txt   ip pim sparse-mode
R3.txt   int serial 0/0/1 /* interface facing R5 */
R3.txt   ip pim sparse-mode
R3.txt   no ip igmp ssm-map query dns
R3.txt   access-list 17 permit YY.YY.17.0 0.0.0.255
R3.txt   access-list 67 permit YY.YY.67.0 0.0.0.255
R3.txt   snmp-server enable traps
R3.txt   snmp-server location San Jose, USA
R3.txt   snmp-server contact ccie @ cisco.com
R3.txt   snmp-server source-interface trap Loopback 0
R3.txt   snmp-server view adminview  iso included
R3.txt   snmp-server view adminwrite system included
R3.txt   snmp-server group admin v3 priv read adminview  write adminwrite access 17
R3.txt   snmp-server user ccie admin v3 auth md5 cisco
R3.txt   snmp-server community nms ro 67


R4.txt   interface fastethernet 0/1
R4.txt   no ip address
R4.txt   pppoe enable
R4.txt   pppoe-client dial-pool-number 1
R4.txt   interface dialer 1
R4.txt   ip address negotiated
R4.txt   mtu 1492
R4.txt   encapsulation ppp
R4.txt   dialer pool 1
R4.txt   dialer idle-timeout 0
R4.txt   dialer persistent
R4.txt   ppp chap username RackYYR1
R4.txt   ppp chap password 0 CISCO
R4.txt   router ospf YY
R4.txt   router-id YY.YY.4.4
R4.txt   network YY.YY.4.4 0.0.0.0 area 2
R4.txt   network YY.YY.34.4 0.0.0.0 area 2
R4.txt   interface fastethernet 0/1 /* PPPoE interface facing R3 */
R4.txt   ip ospf network point-to-point
R4.txt   router rip
R4.txt   version 2
R4.txt   passive-interface default
R4.txt   network YY.YY.0.0
R4.txt   no passive-interface fastethernet 0/1/* interface facing R5 */
R4.txt   distance 100 YY.YY.45.5 0.0.0.0 10
R4.txt   no auto-summary
R4.txt   access-list 10 permit YY.YY.6.6
R4.txt   router bgp YY
R4.txt   bgp router-id YY.YY.4.4
R4.txt   neighbor YY.YY.3.3 remote-as YY
R4.txt   neighbor YY.YY.3.3 up lo0
R4.txt   # show key-chain RIP
R4.txt   Key-chain RIP:
R4.txt   key 1 -- text "HiddenKey"
R4.txt   accept lifetime (always valid) - (always valid) [valid now]
R4.txt   send lifetime (always valid) - (always valid) [valid now]
R4.txt   interface FastEthernet 0/0
R4.txt   ip rip authentication mode md5
R4.txt   ip rip authentication key-chain RIP

R5.txt   router ospf YY
R5.txt   router-id YY.YY.5.5
R5.txt   network YY.YY. 5.5 0.0.0.0 area 0
R5.txt   network YY.YY.15.5 0.0.0.0 area 0
R5.txt   network YY.YY.56.5 0.0.0.0 area 0
R5.txt   network YY.YY.35.5 0.0.0.0 area 1
R5.txt   area 1 virtual-link YY.YY.3.3
R5.txt   router rip
R5.txt   version 2
R5.txt   no auto-summary
R5.txt   passive-interface default
R5.txt   network YY.YY.0.0
R5.txt   no passive-interface fastethernet 0/1/* interface facing R4 */
R5.txt   redistribute ospf 1 metric 5
R5.txt   router bgp YY
R5.txt   bgp router-id YY.YY.5.5
R5.txt   neighbor YY.YY.3.3 remote-as YY
R5.txt   neighbor YY.YY.3.3 up lo0
R5.txt   interface Serial0/0   /* R5 interface facing R1 */
R5.txt   ip ospf cost 1
R5.txt   ipv6 unicast-routing
R5.txt   ipv6 cef
R5.txt   ipv6 router ospf 2001
R5.txt   router-id YY.YY.5.5
R5.txt   interface Loopback0
R5.txt   ipv6 address 2001:YY:5::5/128
R5.txt   ipv6 ospf 2001 area 0
R5.txt   interface FastEthernet0/0
R5.txt   Ipv6 address 2001:YY:56::5/64
R5.txt   ipv6 ospf 2001 area 0
R5.txt   ipv6 nd ra suppress
R5.txt   interface Serial0/0/0
R5.txt   ipv6 address 2001:YY:15::5/64
R5.txt   ipv6 ospf 2001 area 0
R5.txt   ipv6 nd ra suppress
R5.txt   ip multicast-routing
R5.txt   access-list 10 permit 225.1.1.1
R5.txt   access-list 10 permit 225.1.1.2
R5.txt   access-list 10 permit 225.1.1.3
R5.txt   ip pim ssm range 10
R5.txt   int serial 0/0/1 /* interface facing R3 */
R5.txt   ip pim sparse-mode
R5.txt   interface fastethernet 0/0
R5.txt   ip pim sparse-mode
R5.txt   ip igmp version 3
R5.txt   ip igmp join-group 225.1.1.1 source YY.YY.3.3
R5.txt   access-list 15 permit 225.1.1.2
R5.txt   access-list 15 permit 225.1.1.3
R5.txt   ip igmp ssm-map enable
R5.txt   no ip igmp ssm-map query dns
R5.txt   ip igmp ssm-map static 15 YY.YY.3.3
R5.txt   class-map control
R5.txt   match ip precedence 6 7
R5.txt   class-map voice
R5.txt   match ip precedence 5
R5.txt   class-map video
R5.txt   match ip precedence 4
R5.txt   class-map business
R5.txt   match ip precedence 3
R5.txt   class-map internet
R5.txt   match ip precedence 0
R5.txt   policy-map MQC
R5.txt   class voice
R5.txt     priority percent 20
R5.txt     police rate percent 20
R5.txt   class control
R5.txt     bandwidth per 5
R5.txt   class video
R5.txt     bandwidth per 30
R5.txt   class business
R5.txt     bandwidth percent 30
R5.txt     random-detect
R5.txt     random-detect exponential-weighting-constant 10
R5.txt   class internet
R5.txt   int s0/0/1
R5.txt   bandwidth 2000
R5.txt   max-reserved-bandwidth 100
R5.txt   service-policy output MQC
R5.txt   no service password-encryption
R5.txt   key chain RIP
R5.txt   key 1
R5.txt   key-string HiddenKey
R5.txt   interface FastEthernet 0/1
R5.txt   ip rip authentication mode md5
R5.txt   ip rip authentication key-chain RIP
R5.txt   Interface serial0/0/0 /* Interace facing R1*/
R5.txt   ipv6 ospf authentication ipsec spi 500 md5 1234567890abcdef1234567890abcdef

SW1.txt   vlan 17
SW1.txt   name VLAN_17
SW1.txt   vlan 29
SW1.txt   name VLAN_29
SW1.txt   vlan 34
SW1.txt   name VLAN_34
SW1.txt   vlan 38
SW1.txt   name VLAN_38
SW1.txt   vlan 45
SW1.txt   name VLAN_45
SW1.txt   vlan 56
SW1.txt   name VLAN_56
SW1.txt   vlan 67
SW1.txt   name VLAN_67
SW1.txt   vlan 89
SW1.txt   name VLAN_89
SW1.txt   vlan 100
SW1.txt   name VLAN_BB1
SW1.txt   vlan 200
SW1.txt   name VLA_BB2
SW1.txt   vlan 300
SW1.txt   name VLAN_BB3
SW1.txt   vlan 500
SW1.txt   name VLAN_USER
SW1.txt   vlan 666
SW1.txt   name VLAN_CARRIER
SW1.txt   vlan 999
SW1.txt   name VLAN_NATIVE
SW1.txt   vtp domain CCIE
SW1.txt   vtp mode transparent
SW1.txt   vtp password cisco
SW1.txt   vtp version 2
SW1.txt   interface FastEthernet0/1
SW1.txt   switchport access vlan 17
SW1.txt   switchport mode access
SW1.txt   interface FastEthernet0/2
SW1.txt   switchport access vlan 29
SW1.txt   switchport mode access
SW1.txt   interface FastEthernet0/3
SW1.txt   switchport access vlan 38
SW1.txt   switchport mode access
SW1.txt   interface FastEthernet0/4
SW1.txt   switchport access vlan 45
SW1.txt   switchport mode access
SW1.txt   interface FastEthernet0/5
SW1.txt   switchport access vlan 56
SW1.txt   switchport mode access
SW1.txt   interface FastEthernet0/10
SW1.txt   switchport access vlan 100
SW1.txt   switchport mode access
SW1.txt   interface Vlan56
SW1.txt   ip address YY.YY.56.6 255.255.255.0
SW1.txt   interface Vlan67
SW1.txt   ip address YY.YY.67.6 255.255.255.0
SW1.txt   spanning-tree mode mst
SW1.txt   spanning-tree mst configuration
SW1.txt   name cisco
SW1.txt   revision 1
SW1.txt   instance 3 vlan 1-4094 /* when we assign vlans to instance 1 and 2, those vlans will be removed from instance 3 */
SW1.txt   instance 1 vlan 17,29,45,67,89,333,999
SW1.txt   instance 2 vlan 34,38,56,100,200,300,500,666
SW1.txt   interface range fastethernet 0/19-24
SW1.txt   switchport trunk encapsulation dot1q
SW1.txt   switchport mode trunk
SW1.txt   switchport trunk native vlan 999
SW1.txt   interface range <all-unused-ports> /* Include all unused ports including the Gigaethernet Ports */
SW1.txt   switchport mode access
SW1.txt   switchport access vlan 999
SW1.txt   shutdown
SW1.txt   spanning-tree mst 0 root primary
SW1.txt   spanning-tree mst 1 root primary
SW1.txt   spanning-tree mst 2 root secondary
SW1.txt   interface range fastethernet 0/19-24
SW1.txt   switchport trunk encapsulation dot1q
SW1.txt   switchport nonegotiate
SW1.txt   exit
SW1.txt   interface range fastethernet 0/23-24
SW1.txt   channel-group 1 mode active
SW1.txt   exit
SW1.txt   port-channel load-balance src-dst-mac
SW1.txt   interface range fastethernet 0/24
SW1.txt   lacp port-priority 1
SW1.txt   interface range fastethernet 0/19-24
SW1.txt   switchport trunk allowed vlan remove 333
SW1.txt   exit
SW1.txt   system mtu 1504
SW1.txt   system mtu routing 1500/* default - its always better to hardcode than leaving it to the default */
SW1.txt   interface fastethernet 0/19
SW1.txt   switchport access vlan 666
SW1.txt   switchport mode dot1q-tunnel
SW1.txt   l2protocol-tunnel vtp
SW1.txt   l2protocol-tunnel cdp
SW1.txt   no l2protocol-tunnel stp
SW1.txt   router ospf YY
SW1.txt   router-id YY.YY.6.6
SW1.txt   network YY.YY. 6.6 0.0.0.0 area 0
SW1.txt   network YY.YY.56.6 0.0.0.0 area 0
SW1.txt   network YY.YY.67.6 0.0.0.0 area 0
SW1.txt   sdm prefer dual-ipv4-and-ipv6 default
SW1.txt   ipv6 unicast-routing
SW1.txt   ipv6 cef
SW1.txt   ipv6 router ospf 2001
SW1.txt   router-id YY.YY.6.6
SW1.txt   interface Loopback0
SW1.txt   ipv6 address 2001:YY:6::6/128
SW1.txt   ipv6 ospf 2001 area 0
SW1.txt   interface Vlan56
SW1.txt   Ipv6 address 2001:YY:56::6/64
SW1.txt   ipv6 ospf 2001 area 0
SW1.txt   ipv6 nd ra suppress
SW1.txt   interface Vlan67
SW1.txt   ipv6 address 2001:YY:67::6/64
SW1.txt   ipv6 ospf 2001 area 0
SW1.txt   ipv6 nd ra suppress
SW1.txt   instance 1 335, 337, 339
SW1.txt   vlan 335
SW1.txt   private-vlan community
SW1.txt   vlan 337
SW1.txt   private-vlan community
SW1.txt   vlan 339
SW1.txt   private-vlan isolated
SW1.txt   vlan 45
SW1.txt   private-vlan primary
SW1.txt   private-vlan association 335,337,339
SW1.txt   interface fastethernet 0/4
SW1.txt   no switchport access vlan 45
SW1.txt   switchport private-vlan host-association 45 335
SW1.txt   switchport mode private-vlan host
SW1.txt   no shutdown
SW1.txt   interface Fastethernet 0/6
SW1.txt   no switchport access vlan 999
SW1.txt   switchport private-vlan host-association 45 337
SW1.txt   switchport mode private-vlan host
SW1.txt   no shutdown
SW1.txt   interface Fastethernet 0/7
SW1.txt   no switchport access vlan 999
SW1.txt   switchport private-vlan host-association 45 339
SW1.txt   switchport mode private-vlan host
SW1.txt   no shutdown
SW1.txt   interface Fastethernet 0/8
SW1.txt   no switchport access vlan 999
SW1.txt   switchport private-vlan mapping 45 335,337,339
SW1.txt   switchport mode private-vlan promiscuous
SW1.txt   no shutdown
SW1.txt   spanning-tree mst configuration
SW1.txt   instance 2 vlan 500
SW1.txt   vlan 500
SW1.txt   int vlan 500
SW1.txt   ip add YY.YY.100.2 255.255.255.0
SW1.txt   standby 0 ip YY.YY.100.254
SW1.txt   standby 0 preempt
SW1.txt   standby 0 timers 3 16
SW1.txt   standby authentication md5 key-string cisco
SW2.txt   SW2
SW2.txt   vlan 17
SW2.txt   name VLAN_17
SW2.txt   vlan 29
SW2.txt   name VLAN_29
SW2.txt   vlan 34
SW2.txt   name VLAN_34
SW2.txt   vlan 38
SW2.txt   name VLAN_38
SW2.txt   vlan 45
SW2.txt   name VLAN_45
SW2.txt   vlan 56
SW2.txt   name VLAN_56
SW2.txt   vlan 67
SW2.txt   name VLAN_67
SW2.txt   vlan 89
SW2.txt   name VLAN_89
SW2.txt   vlan 100
SW2.txt   name VLAN_BB1
SW2.txt   vlan 200
SW2.txt   name VLA_BB2
SW2.txt   vlan 300
SW2.txt   name VLAN_BB3
SW2.txt   vlan 500
SW2.txt   name VLAN_USER
SW2.txt   vlan 666
SW2.txt   name VLAN_CARRIER
SW2.txt   vlan 999
SW2.txt   name VLAN_NATIVE
SW2.txt   vtp domain CCIE
SW2.txt   vtp mode transparent
SW2.txt   vtp password cisco
SW2.txt   vtp version 2
SW2.txt   interface FastEthernet0/1
SW2.txt   switchport access vlan 100
SW2.txt   switchport mode access
SW2.txt   interface FastEthernet0/2
SW2.txt   switchport access vlan 200
SW2.txt   switchport mode access
SW2.txt   interface FastEthernet0/3
SW2.txt   switchport access vlan 34
SW2.txt   switchport mode access
SW2.txt   interface FastEthernet0/4
SW2.txt   switchport access vlan 34
SW2.txt   switchport mode access
SW2.txt   interface FastEthernet0/5
SW2.txt   switchport access vlan 45
SW2.txt   switchport mode access
SW2.txt   interface FastEthernet0/10
SW2.txt   switchport access vlan 200
SW2.txt   switchport mode access
SW2.txt   interface Vlan17
SW2.txt   ip address YY.YY.17.7 255.255.255.0
SW2.txt   interface Vlan67
SW2.txt   ip address YY.YY.67.7 255.255.255.0
SW2.txt   spanning-tree mode mst
SW2.txt   spanning-tree mst configuration
SW2.txt   name cisco
SW2.txt   revision 1
SW2.txt   instance 3 vlan 1-4094 /* when we assign vlans to instance 1 and 2, those vlans will be removed from instance 3 */
SW2.txt   instance 1 vlan 17,29,45,67,89,333,999
SW2.txt   instance 2 vlan 34,38,56,100,200,300,500,666
SW2.txt   interface range fastethernet 0/19-24
SW2.txt   switchport trunk encapsulation dot1q
SW2.txt   switchport mode trunk
SW2.txt   switchport trunk native vlan 999
SW2.txt   interface range <all-unused-ports> /* Include all unused ports including the Gigaethernet Ports */
SW2.txt   switchport mode access
SW2.txt   switchport access vlan 999
SW2.txt   shutdown
SW2.txt   spanning-tree mst 0 root secondary
SW2.txt   spanning-tree mst 1 root secondary
SW2.txt   spanning-tree mst 2 root primary
SW2.txt   interface range fastethernet 0/19-24
SW2.txt   switchport trunk encapsulation dot1q
SW2.txt   switchport nonegotiate
SW2.txt   exit
SW2.txt   interface range fastethernet 0/23-24
SW2.txt   channel-group 1 mode passive
SW2.txt   exit
SW2.txt   port-channel load-balance src-dst-mac
SW2.txt   interface range fastethernet 0/19-24
SW2.txt   switchport trunk allowed vlan remove 333
SW2.txt   exit
SW2.txt   system mtu 1504
SW2.txt   system mtu routing 1500 /* default - its always better to hardcode than leaving it to the default */
SW2.txt   interface fastethernet 0/19
SW2.txt   switchport access vlan 666
SW2.txt   switchport mode dot1q-tunnel
SW2.txt   l2protocol-tunnel vtp
SW2.txt   l2protocol-tunnel cdp
SW2.txt   no l2protocol-tunnel stp
SW2.txt   router ospf YY
SW2.txt   router-id YY.YY.7.7
SW2.txt   network YY.YY. 7.7 0.0.0.0 area 0
SW2.txt   network YY.YY.17.7 0.0.0.0 area 0
SW2.txt   network YY.YY.67.7 0.0.0.0 area 0
SW2.txt   sdm prefer dual-ipv4-and-ipv6 default
SW2.txt   ipv6 unicast-routing
SW2.txt   ipv6 cef
SW2.txt   ipv6 router ospf 2001
SW2.txt   router-id YY.YY.7.7
SW2.txt   interface Loopback0
SW2.txt   ipv6 address 2001:YY:7::7/128
SW2.txt   ipv6 ospf 2001 area 0
SW2.txt   interface Vlan17
SW2.txt   Ipv6 address 2001:YY:17::7/64
SW2.txt   ipv6 ospf 2001 area 0
SW2.txt   ipv6 nd ra suppress
SW2.txt   interface Vlan67
SW2.txt   ipv6 address 2001:YY:67::7/64
SW2.txt   ipv6 ospf 2001 area 0
SW2.txt   ipv6 nd ra suppress
SW2.txt   instance 1 335, 337, 339
SW2.txt   vlan 335
SW2.txt   private-vlan community
SW2.txt   vlan 337
SW2.txt   private-vlan community
SW2.txt   vlan 339
SW2.txt   private-vlan isolated
SW2.txt   vlan 45
SW2.txt   private-vlan primary
SW2.txt   private-vlan association 335,337,339
SW2.txt   interface Fastethernet 0/5
SW2.txt   no switchport access vlan 45
SW2.txt   switchport private-vlan host-association 45 335
SW2.txt   switchport mode private-vlan host
SW2.txt   no shutdown
SW2.txt   interface Fastethernet 0/6
SW2.txt   no switchport access vlan 999
SW2.txt   switchport private-vlan host-association 45 337
SW2.txt   switchport mode private-vlan host
SW2.txt   no shutdown
SW2.txt   interface Fastethernet 0/7
SW2.txt   no switchport access vlan 999
SW2.txt   switchport private-vlan host-association 45 339
SW2.txt   switchport mode private-vlan host
SW2.txt   no shutdown
SW2.txt   spanning-tree mst configuration
SW2.txt   instance 2 vlan 500
SW2.txt   vlan 500
SW2.txt   track 11 ip route 150.1.5.0/24 reachability
SW2.txt   int vlan 500
SW2.txt   ip add YY.YY.100.1 255.255.255.0
SW2.txt   standby ip YY.YY.100.254
SW2.txt   standby 0 priority 120
SW2.txt   standby 0 timers 3 16
SW2.txt   standby 0 preempt
SW2.txt   standby 0 authentication md5 key-string cisco
SW2.txt   standby 0 track 11 decrement 25
SW3.txt   SW3
SW3.txt   vlan 17
SW3.txt   name VLAN_17
SW3.txt   vlan 29
SW3.txt   name VLAN_29
SW3.txt   vlan 34
SW3.txt   name VLAN_34
SW3.txt   vlan 38
SW3.txt   name VLAN_38
SW3.txt   vlan 45
SW3.txt   name VLAN_45
SW3.txt   vlan 56
SW3.txt   name VLAN_56
SW3.txt   vlan 67
SW3.txt   name VLAN_67
SW3.txt   vlan 89
SW3.txt   name VLAN_89
SW3.txt   vlan 100
SW3.txt   name VLAN_BB1
SW3.txt   vlan 200
SW3.txt   name VLA_BB2
SW3.txt   vlan 300
SW3.txt   name VLAN_BB3
SW3.txt   vlan 500
SW3.txt   name VLAN_USER
SW3.txt   vlan 666
SW3.txt   name VLAN_CARRIER
SW3.txt   vlan 999
SW3.txt   name VLAN_NATIVE
SW3.txt   vtp domain CCIE
SW3.txt   vtp mode transparent
SW3.txt   vtp password cisco
SW3.txt   vtp version 2
SW3.txt   interface FastEthernet0/10
SW3.txt   switchport access vlan 300
SW3.txt   switchport mode access
SW3.txt   interface Vlan38
SW3.txt   ip address YY.YY.38.8 255.255.255.0
SW3.txt   interface Vlan89
SW3.txt   ip address YY.YY.89.8 255.255.255.0
SW3.txt   interface Vlan300
SW3.txt   ip address 150.3.yy.1 255.255.255.0
SW3.txt   spanning-tree mode mst
SW3.txt   spanning-tree mst configuration
SW3.txt   name cisco
SW3.txt   revision 1
SW3.txt   instance 3 vlan 1-4094 /* when we assign vlans to instance 1 and 2, those vlans will be removed from instance 3 */
SW3.txt   instance 1 vlan 17,29,45,67,89,333,999
SW3.txt   instance 2 vlan 34,38,56,100,200,300,500,666
SW3.txt   interface range fastethernet 0/19-24
SW3.txt   switchport trunk encapsulation dot1q
SW3.txt   switchport mode trunk
SW3.txt   switchport trunk native vlan 999
SW3.txt   interface range <all-unused-ports> /* Include all unused ports including the Gigaethernet Ports */
SW3.txt   switchport mode access
SW3.txt   switchport access vlan 999
SW3.txt   shutdown
SW3.txt   interface range fastethernet 0/19-24
SW3.txt   switchport trunk encapsulation dot1q
SW3.txt   switchport nonegotiate
SW3.txt   exit
SW3.txt   interface range fastethernet 0/20-24
SW3.txt   switchport trunk allowed vlan remove 333
SW3.txt   exit
SW3.txt   interface fastethernet 0/19
SW3.txt   switchport trunk allowed vlan 333
SW3.txt   interface vlan 333
SW3.txt   ip address YY.YY.33.8 255.255.255.0
SW3.txt   router eigrp 100
SW3.txt   no auto-summary
SW3.txt   network 150.3.YY.1 0.0.0.0
SW3.txt   router eigrp YY
SW3.txt   no auto-summary
SW3.txt   network YY.YY.89.8 0.0.0.0
SW3.txt   network YY.YY.38.8 0.0.0.0
SW3.txt   network YY.YY.8.8 0.0.0.0
SW3.txt   redistribute eigrp 100
SW3.txt   instance 1 335, 337, 339
SW3.txt   vlan 335
SW3.txt   private-vlan community
SW3.txt   vlan 337
SW3.txt   private-vlan community
SW3.txt   vlan 339
SW3.txt   private-vlan isolated
SW3.txt   vlan 45
SW3.txt   private-vlan primary
SW3.txt   private-vlan association 335,337,339
SW3.txt   spanning-tree mst configuration
SW3.txt   instance 2 vlan 500
SW4.txt   SW4
SW4.txt   vlan 17
SW4.txt   name VLAN_17
SW4.txt   vlan 29
SW4.txt   name VLAN_29
SW4.txt   vlan 34
SW4.txt   name VLAN_34
SW4.txt   vlan 38
SW4.txt   name VLAN_38
SW4.txt   vlan 45
SW4.txt   name VLAN_45
SW4.txt   vlan 56
SW4.txt   name VLAN_56
SW4.txt   vlan 67
SW4.txt   name VLAN_67
SW4.txt   vlan 89
SW4.txt   name VLAN_89
SW4.txt   vlan 100
SW4.txt   name VLAN_BB1
SW4.txt   vlan 200
SW4.txt   name VLA_BB2
SW4.txt   vlan 300
SW4.txt   name VLAN_BB3
SW4.txt   vlan 500
SW4.txt   name VLAN_USER
SW4.txt   vlan 666
SW4.txt   name VLAN_CARRIER
SW4.txt   vlan 999
SW4.txt   name VLAN_NATIVE
SW4.txt   vtp domain CCIE
SW4.txt   vtp mode transparent
SW4.txt   vtp password cisco
SW4.txt   vtp version 2
SW4.txt   interface Vlan29
SW4.txt   ip address YY.YY.29.9 255.255.255.0
SW4.txt   interface Vlan89
SW4.txt   ip address YY.YY.89.9 255.255.255.0
SW4.txt   spanning-tree mode mst
SW4.txt   spanning-tree mst configuration
SW4.txt   name cisco
SW4.txt   revision 1
SW4.txt   instance 3 vlan 1-4094 /* when we assign vlans to instance 1 and 2, those vlans will be removed from instance 3 */
SW4.txt   instance 1 vlan 17,29,45,67,89,333,999
SW4.txt   instance 2 vlan 34,38,56,100,200,300,500,666
SW4.txt   interface range fastethernet 0/19-24
SW4.txt   switchport trunk encapsulation dot1q
SW4.txt   switchport mode trunk
SW4.txt   switchport trunk native vlan 999
SW4.txt   interface range <all-unused-ports> /* Include all unused ports including the Gigaethernet Ports */
SW4.txt   switchport mode access
SW4.txt   switchport access vlan 999
SW4.txt   shutdown
SW4.txt   interface range fastethernet 0/19-24
SW4.txt   switchport trunk encapsulation dot1q
SW4.txt   switchport nonegotiate
SW4.txt   exit
SW4.txt   interface range fastethernet 0/20-24
SW4.txt   switchport trunk allowed vlan remove 333
SW4.txt   exit
SW4.txt   interface fastethernet 0/19
SW4.txt   switchport trunk allowed vlan 333
SW4.txt   interface vlan 333
SW4.txt   ip address YY.YY.33.9 255.255.255.0
SW4.txt   router eigrp YY
SW4.txt   no auto-summary
SW4.txt   network YY.YY.89.9 0.0.0.0
SW4.txt   network YY.YY.9.9 0.0.0.0
SW4.txt   network YY.YY.29.9 0.0.0.0
SW4.txt   instance 1 335, 337, 339
SW4.txt   vlan 335
SW4.txt   private-vlan community
SW4.txt   vlan 337
SW4.txt   private-vlan community
SW4.txt   vlan 339
SW4.txt   private-vlan isolated
SW4.txt   vlan 45
SW4.txt   private-vlan primary
SW4.txt   private-vlan association 335,337,339
SW4.txt   spanning-tree mst configuration
SW4.txt   instance 2 vlan 500

0 件のコメント:

コメントを投稿