Thursday, July 29, 2010
INE Vol 1 - Lab 8 - Extranet
INE Vol 1 - Lab 7 - Central Services
INE Vol 1 - Lab 1 thru 6
Monday, July 26, 2010
Review of IPX Vol 1 for CCIE SP.
Sunday, July 25, 2010
IPX Vol 1 - Lab 25 - Adv. Routing
IPX Vol 1 - Lab 24 - Multicast VPN
Configuring the MDT Address Family in BGP for Multicast VPN
Perform this task to configure an MDT address family session on PE routers to establish MDT peering sessions for MVPN.
The mdt keyword has been added to the address-family ipv4 command to configure an MDT address-family session. MDT address-family sessions are used to pass the source PE address and MDT group address to PIM using Border Gateway Protocol (BGP) MDT Subaddress Family Identifier (SAFI) updates.
Config:
R2#sh run | sec pim|interface
interface Loopback0
ip address 200.0.0.2 255.255.255.255
ip pim sparse-mode
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
no frame-relay inverse-arp
interface Serial1/0.24 point-to-point
ip vrf forwarding VPNA
ip address 150.50.24.2 255.255.255.252
ip pim sparse-dense-mode
snmp trap link-status
frame-relay interface-dlci 104
interface Serial1/0.25 point-to-point
ip address 150.50.25.2 255.255.255.252
ip router isis
ip pim sparse-mode
snmp trap link-status
mpls ip
frame-relay interface-dlci 105
interface Serial1/0.26 point-to-point
ip address 150.50.26.2 255.255.255.252
ip router isis
ip pim sparse-mode
snmp trap link-status
mpls ip
frame-relay interface-dlci 106
ip pim ssm range 1
ip pim vrf VPNA rp-address 200.0.0.4
R2#
R2#sh run | i access-list
access-list 1 permit 239.1.1.0 0.0.0.255
R2#Sh run | i multicast
ip multicast-routing
ip multicast-routing vrf VPNA
R2#
Task 24.10 - Enable VPNA for Multicast Routing... configure a default MDT and configure an RP address
Notes:
Here you have enable multicast for the VRF under multicast and enable MDT (multicast distribution tree) under the VRF. Finally, for a specific VRF you can specify the rp-address.
Config:
R2#Sh run | i multicast
ip multicast-routing
ip multicast-routing vrf VPNA
R2#
ip vrf VPNA
rd 256:1
route-target export 256:1
route-target import 256:1
mdt default 239.1.1.1
R2#sh run | sec rp-address
ip pim vrf VPNA rp-address 200.0.0.4
R2#
Task 24.11 - Configure PIM Sparse-Dense on SP facing interfaces on R1..., configure R1 to be a member of group 239.2.2.1...
Notes:
This is basic Multicast configurations.
Config:
R1#sh run | i multicast|rp-address|interface|pim|igmp
ip multicast-routing
interface Loopback0
interface FastEthernet0/0
interface FastEthernet1/0
ip pim sparse-dense-mode
ip igmp join-group 239.2.2.1
interface FastEthernet1/1
ip pim rp-address 200.0.0.4
R1#
Saturday, July 24, 2010
IPX Vol 1 - Lab 23 - Traffic Policing
IPX Vol 1 - Lab 21 & 22 Congestion Avoidance & Traffic Classification
Friday, July 23, 2010
IPX Vol1 - Lab 20 - CAR
Thursday, July 22, 2010
IPX Vol 1 - Lab 19 - Carrier Supporting Carrier
IPX Vol 1 - Lab 18 - Inter AS VPNs
Tuesday, July 20, 2010
IPX Vol1 - Lab 17 - MPLS VPN
Sunday, July 18, 2010
IPX Vol 1 - Lab 16 - MP-BGP
IPX Vol 1 - Lab 15 - L2 VPN
Saturday, July 17, 2010
IPX Vol 1 - Lab 14 - HSRP & VRRP
IPX Vol 1 - Lab 13 - QoS
Thursday, July 15, 2010
Passed the SP written.
Saturday, July 10, 2010
IPX Vol 1 - Lab 12 - Security
Tuesday, July 6, 2010
IPX Vol 1 - Lab 11- Traffic Engineering (TE)
Monday, July 5, 2010
IPX Vol 1 - Lab 10 - Multicast
IPX Vol 1 - Lab 9 - MPLS
1. CEF - required to be on the routers to support MPLS
2. #no bgp default ipv4-unicast - used to disable the default behavior of putting "unspecified" commands into the AFI ipv4 unicast. This means, you have to manually go into the AFI and make your configurations.
Sunday, July 4, 2010
IPX Vol 1 - Lab 8 - MBGP
- Remember that BGP dampening is under the address-family as "bgp dampening route-map ABC" and not a applied to a neighbor.
- To verify, show ip bgp dampening parameters
Restarting... again.
I'm back to studying for the CCIE SP lab and this time I'm taking it more seriously.
New Plan!
IPX Vol1 workbook
INE Vol1 workbook
And then assess and make more plans.