You are on page 1of 5

H2 H2Plus

Section 1.1 (VTP and VLAN)


SW3 SW3/4/5/6
vtp mode server vtp mode transparent
SW4/5/6
vtp mode client
Sw3/4/5/6# snmp-server enable traps syslog

Section 1.2 (Trunking and Spanning Tree)


span mode rapid-pvst span mode mst
Sw3# spanning-tree vlan 1-1005 priority 0 SW3/4
Sw4# spanning-tree vlan 1-1005 priority 4096 int e2/0
sw trun allow vlan remove 34
Sw3/4/5/6# switchport trunk native vlan 1 SW4
int e2/1 |or int e 2/0
span port-priority 0 | span port-priority 192

Section 1.3 (link bundling and Load Balancing)


channel-protocol lacp channel-protocol pagp
Sw3/4 = inititate negotiation(active) Sw3/4=donot initiate negotiation(auto)
Sw5/6 = donot initiate negotiation(passive) Sw5/6 = inititate negotiation(desirable)
int e1/0-1, int e 0/0-1 --> Port-channel int e1/0-1 --> Port-channel

Section 1.4 (WAN Protocol PPP)


R19/20/21 R19/20/21# int dial 1
ip route 192.0.2.0 255.255.255.0 dialer 1 ppp ipcp route default

Section 2.1 (OSPF in Jamesons Network)


R17 (No int int any vrf) R17 ( Tu0, int e 0/1 and lo 0 associated to vrf Corp)
router ospf 1 vrf Corp
AS65002 (No LSA-2 in Jamesons' DC)
ip ospf network point-to-point
Sw3/4# passive-int vlan 100/101/911 Sw3/4# passive-int vlan 100/101/911

Section 2.2 (OSPF in Jamesons Branch Office)


R17# router bgp 65002 R17# router ospf 1 vrf Corp
bgp router-id 10.255.1.17 area 0 range 10.2.0.0 255.255.0.0
nei 192.0.2.1 remote-as 12345 default-info originate
router ospf 1 ip route vrf Corp 0.0.0.0 0.0.0.0 e0/0 192.0.2.1 global
area 51 stub no-summary R19/20/21# router ospf 1 vrf Corp
default-info originate capability vrf-lite
R19/20/21# router ospf 1 R17/19/20/21# int e0/1, lo0, tu0
area 51 stub ip vrf forwarding Corp
Section 2.3 (Eigrp in Jacobs Network)
R50/R51/R52/R53/R54/R9/R10# R50/R51/R52/R53/R54/R9/R10#
route-tag notation dotted-decimal router eigrp JACOBS
R50/R51/R52# add ipv4 u a 1
route-map TAG permit 10 topology base
set tag 172.172.172.172 metric rib-scale 153
router eigrp JACOBS
add ipv4 uni aut 1
topology base
distribute-list route-map TAG out
R52# redistribute connected route-map CON R52# redistribute connected route-map CON
route-map CON permit 10 route-map CON permit 10
match int lo52 match int lo52

Section 2.4 (BGP in Jamesons Network)


R3/4/5/6 vrf GREEN, R7/8 vrf RED R3/4 vrf DC, R5/6/7/8 vrf Corp
R3/4/5/6/7/8# R11/12/13/14/15/16#
add ipv4 vrf GREEN/RED nei 10.254.0.XX allowas-in 1
nei 10.254.0.XX as-override net 10.255.1.XX mask 255.255.255.255 (lo0)
R15/R16# R15/R16#
router ospf 1 router ospf 1
redistribute bgp 65002 subnet metric-type 1 redistribute bgp 65002 subnet
router bgp 65002 router bgp 65002
redistribute ospf 1 match internal external type 2 redistribute ospf 1
default-information originate nei10.254.0.XX default-originate
redistribution with such metric-types used to avoid
loops
To avoid routing loops by preventing advertised routes back to Local AS via reduntan paths following are possible
sol.
R11/12/13/14/15/16# nei 10.254.0.XX soft-reconfig inbound
R3/4/5/6/7/8# nei 10.254.0.XX soo X:X (X:X could be any value same on both reduntant gateways)

Section 2.5 (BGP in Jacobs Network)


R50/51 vrf GREEN, R52 vrf BLUE R50/51/52 vrf JacobsCorp
R50/51/52# router bgp 65001(recover nei with AS
R50/51/52# router bgp 65006 65001)
address-family ipv4 address-family ipv4 vrf JacobsCorp
nei 10.255.1.1 local-as 65001 nei x.x.x.x local-as 65006
R58# router eigrp 10 R58# router eigrp 10
summary-metric 0.0.0.0/0 distance 21 summary-metric 0.0.0.0/0 distance 21
R55/56# ip prefix-list EIGRP per 172.0.0.0/8 le 32 R55/56# ip prefix-list per172 deny 172.0.0.0/8
route-map JACOBHQ permit 10 ip prefix-list per172 permit 172.0.0.0/8 le 32
match ip add prefix-list EIGRP router bgp 65005
route-map JACOBHQ1 deny 10 nei x.x.x.x prefix-list PER172 out
match ip add prefix-list EIGRP
route-map JACOBHQ1 permit 20
router bgp 65005
red eigrp 10 route-map JACOBHQ
router eigrp 10
red bgp 65005 metric 1 1 1 1 1 route-map JACOBHQ1

Section 2.6 (Pre-Merge R18&R57)


R57# router eigrp 10 R57# router eigrp 10
redistribute bgp 65005 met 10000 100 255 1 1500 redistribute bgp 65005 metric 10000 100 255 1 1500
router bgp 65005 router bgp 65005
nei 10.2.0.45 unsuppress-map LEAK
aggregate-address 172.0.0.0 255.0.0.0 aggregate-address 172.0.0.0 255.0.0.0 summary-only
network 172.18.1.0 mask 255.255.255.0 network 172.18.1.0 mask 255.255.255.0
ip prefix-list LEAK permit 172.18.1.0/24
route-map LEAK permit 10
match ip add prefix-list LEAK
R18# router ospf 1 R18# router ospf 1
redistribute bgp 65002 subnet redistribute bgp 65002 subnet metric-type 1
ip prefix-list LEAK permit 10.2.100.0/24
route-map LEAK permit 10
match ip add prefix-list LEAK
router bgp 65002 router bgp 65002
aggregate-address 10.0.0.0 255.0.0.0 aggregate-address 10.0.0.0 255.0.0.0 summary-only
neighbor 10.2.0.46 unsuppress-map LEAK
net 10.2.100.0 mask 255.255.255.0 net 10.2.100.0 mask 255.255.255.0

Section 2.7 (Pre-Merge in R8,R9,R53&R54)


R9/R10# route-map METRIC permit 10
match metric 10 + - 11
set metric 10000 100 255 1 1500
route-map METRIC permit 20
set metric 1000 100 255 1 1500
router eigrp JACOBS R9/R10# router eigrp JACOBS
add ipv4 u a 1 add ipv4 u a 1
topology base topology base
redistribute ospf 1 route-map METRIC redistribute ospf 1 metric 10000 100 255 1 1500

route-map TAG deny 10


match tag 172.172.172.172
route-map TAG permit 20
router ospf 1 router ospf 1
redistribute eigrp 1 subnets redistribute eigrp 1 subnets
distribute-list route-map TAG in distance ospf external 175
Section 2.8 (BGP Policies)
R51# R55/R56#
router bgp 65006 router eigrp 10
bgp default local 200 no redistribute bgp 65005
redistribute bgp 65005 metric 100000 100 255 1 1500

Section 2.9 (IPv6 OSPF)


Sw3# int vlan 100 Sw3# int vlan 100
ipv6 nd ra interval 20 ipv6 nd ra interval 10
ipv6 nd router-pref high ipv6 nd router-pref medium
Sw4# int vlan 100 Sw4# int vlan 100
ipv6 nd ra interval 20 ipv6 nd ra interval 10
ipv6 nd router-pref medium ipv6 nd router-pref high

Section 2.10 (IPv6 FHRP)


Sw3# int vlan 100 Sw3# int vlan 100
standby 1 timer 10 30 standby 1 timer 5 15
standby 1 prio 105
Sw4# int vlan 100 Sw4# int vlan 100
standby 1 timer 10 30 standby 1 timer 5 15
standby 1 prio 105

Section 2.11 (Multicasting)


ip multicast-routing ip pim multicast-routing vrf Corp ( CISCO Prop )
R17# ip pim bsr-candidate loo0 (Open Std ) R17# ip pim vrf Corp send-rp-announce loo0 scope 5
ip pim rp-candidate loo0 ip pim vrf Corp send-rp-discovery loo0 scope 5
int tu 0 int tu0
ip pim sparse mode ip pim sparse-mode
ip pim nbma-mode
R19/20/21# int tu0 R19/20/21# int tu0
ip pim sparse-mode ip pim sparse-mode
ip pim nbma-mode
ip pim dr-priority 0

Section 3.1 (DMVPN & IPSec)


R17/19/20/21# int tu0
ip vrf forwarding Corp

Section 3.2 (MPLS in Jameson Core)


R1# router bgp 65001 R1# router bgp 65001
add vpnv4 add vpnv4
nei IBGP route-reflector-client nei IBGP route-reflector-client
nei IBGP send-community extended nei IBGP send-community extended
R3/4/5/6/7/8# nei 10.255.1.1 send-community ext R3/4/5/6/7/8# nei 10.255.1.1 send-community ext
Section 3.3 (MPLS in Jacobs Core)
R50/51/52# router bgp 65006 R50/51/52# no router bgp 65006
nei 10.255.1.1 local-as 65001 router bgp 65001
no bgp default ipv4 these PE routers should recover BGP nei with AS65001

Section 3.4 (RT imp & Exp)


Import and Export Route-Target values as per requirements
R50/51/52# int e 0/0
ip load-sharing per-packet (for effective load balancing)

Section 4.1, 4.2 & 5.1


Same in both WBs

Section 5.2 (NAT)


R17# ip nat inside source list 1 int e 0/0 overload R17# ip nat inside source list 1 int e 0/0 vrf Corp overload

Section 5.3 (FHRP)


Sw3# int vlan 100 Sw3# int vlan 100
standby 2 prio 105 standby 2 timers 5 15
standby 2 timers 10 30
Sw4# int vlan 100 Sw4# int vlan 100
standby 2 timers 10 30 standby 2 prio 105
standby 2 timers 5 15

Section 5.4 (Tracking Reachability)


Sw3/4# track 1 ip route 0.0.0.0 0.0.0.0 reachability Sw3/4# track 1 ip route 0.0.0.0 0.0.0.0 reachability
int vlan 100 int vlan 100
standby 2 track 1 decrement 10 standby 2 track 1 decrement 10

You might also like