Few last posts (IPv6 Internet In VRF Over MPLS Cloud, IPv6 Addresing Architecture, IPv6 From MPLS But Not In VRF) are almost describing about IPv6 deployment. But currently most of the service providers are providing vpnv4 and every network operation engineer is well known to the troubleshooting and provisioning process. In this post, I am depicting about the basic command line difference between the configuration and troubleshooting of VPNv4 and VPNv6. Except vrf configuration rest all commands are same, only we need to use IPv6 instead if IPv4.
IPv4 aVpnv4 Commands | Ipv6 and VPNv6 Commands |
Global Commands | |
Ip routing | Ipv6 unicat-routing |
Ip cef | Ipv6 cef |
Interface Specific Commands | |
Ip address | Ipv6 address |
Ip vrf forwarding MPLSVPN | Vrf forwarding MPLSVPN |
VRF Specific Commands | |
Ip vrf MPLSVPN Rd 1:1 Route-target both 1:1 | vrf definition ABC rd 1:1 route-target export 1:1 route-target import 1:1 ! address-family ipv4 exit-address-family ! address-family ipv6 exit-address-family |
router bgp 1 address-family vpnv4 exit-address-family ! address-family ipv4 exit-address-family ! address-family ipv4 vrf MPLSVPN exit-address-family | router bgp 1 address-family vpnv6 exit-address-family ! address-family ipv6 exit-address-family ! address-family ipv6 vrf MPLSVPN exit-address-family |
Static Vrf Route | |
Ip route vrf MPLSVPN | ipv6 route vrf MPLSVPN |
Show vrf commands | |
Show ip vrf interface | Show vrf ipv6 interface |
Show ip interface brief | Show ipv6 interface brief |
Troubleshooting Command | |
Show ip bgp vpnv4 all summary Show bgp vpnv4 all summary | Show ip bgp vpnv6 unicast all summary Show bgp vpnv6 unicast all summary |
Show bgp vpnv4 all | Show bgp vpnv6 unicast all |
Show ip bgp vpnv4 vrf MPLSVPN | Show bgp vpnv6 unicast vrf MPLSVPN |
Show mpls forwarding-table vrf MPLSVPN | Show mpls forwarding-table vrf MPLSVPN |
Show ip cef vrf MPLSVPN | Show ipv6 cef vrf MPLSVPN |
Ping vrf MPLSVPN | Ping vrf MPLSVPN ipv6 |
Traceroute vrf MPLSVPN | Traceroute vrf MPLSVPN ipv6 |
No comments:
Post a Comment