Debugging logs all 0-7. Monitor will log to screen when remoting into device. Console logs to console when physically plugged into device.
Logs 0-7 to the local buffer.
Includes ms in the logs. Service timestamps allows changes in how logs appear in terms of time.
Conditional Debugging:
Allows logs to be generated for only specific things. Can be tied to access list.
The access-list was created permitting 10.10.10.10, then a route was created for that IP. In the logs we can see that there was a log generated for the additional static route.
Sending logs to host:
Sending to Syslog server 10.10.10.10; Only logging to level 4, warning.
‘show logging’ will display where we’re sending logs to, and what levels we’re logging at for monitor, console and buffer.
goal is to establish LSP between PE /32 Loopbacks.
Traceroute between loopbacks for verification.
Other label switching mechanisms are available but outside of CCIE Scope.
BGP + Label, RSVP-TE
MPLS Edge (PE) devices
VRF
VRF aware PE-CE Routing
Used to locally separate customer routes and traffic.
VPNv4 BGP
iBGP peering to remote PE /32 Loopbacks.
Separates customer control and data plane over MPLS core.
Other designs supported outside scope of CCIE.
VPNv4 RR, Multihop EBGP VPNv4, etc.
Redistribution
VRF to BGP import and export policy
VRF
Create a VRF name that’s unique to the box.
Then we’re creating a Route-Distinguisher that makes the prefix unique.
Then we’re defining the Route-Target import and export policy.
ie – anything in VRF A being advertised into BGP is getting the extended community added to it of 100:1, which is then getting advertised with a modified IPv4 prefix. An IPv4 VPN prefix.
ie. export.
The other way around, anything that comes into this router with a route-target of 100:1 will be imported into VRF A.
ie. import.
VPNv4 BGP
The command ‘neighbor 7.7.7.7 send-community extended’ allows us to send the route target extended community option. The command is also enabled by default after we run the activate command.
Redistribution
May be needed if the customer is using IGP like OSPF but needs their WAN routes added into their internal routing domain. If the CE is running BGP to the PE however, then redistribution obviously not needed.