Feedback
|
Table Of Contents
Prerequisites for Configuring MPLS VPN Half-Duplex VRF
Restrictions for MPLS VPN Half-Duplex VRF
Information About Configuring MPLS VPN Half-Duplex VRF
MPLS VPN Half-Duplex VRF Overview
How to Configure MPLS VPN Half-Duplex VRF
Configuring the Upstream and Downstream VRFs on the Spoke PE Router
Associating a VRF with an Interface
Configuring the Downstream VRF for an AAA Server
Verifying MPLS VPN Half-Duplex VRF Configuration
Configuration Examples for MPLS VPN Half-Duplex VRF
Configuring the Upstream and Downstream VRFs on the Spoke PE Router: Example
Associating a VRF with an Interface: Example
Configuring MPLS VPN Half-Duplex VRF: Example Using Static CE-PE Routing
Configuring MPLS VPN Half-Duplex VRF: Example Using RADIUS Server and Static CE-PE Routing
Configuring MPLS VPN Half-Duplex VRF: Example Using Dynamic CE-PE Routing
Feature Information for MPLS VPN Half-Duplex VRF
MPLS VPN Half-Duplex VRF
First Published: May 2, 2005Last Updated: May 9, 2008The MPLS VPN Half-Duplex VRF feature provides scalable hub-and-spoke connectivity for subscribers of an Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service. This feature addresses the limitations previously imposed on hub-and-spoke topologies by removing the requirement of one Virtual Routing and Forwarding (VRF) per spoke. This feature also ensures that subscriber traffic always traverses the central link between the wholesale service provider and the Internet service provider (ISP), whether the subscriber traffic is being routed to a remote network by way of the upstream ISP or to another locally or remotely connected subscriber.
Finding Feature Information in This Module
Your Cisco IOS software release may not support all of the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To reach links to specific feature documentation in this module and to see a list of the releases in which each feature is supported, use the "Feature Information for MPLS VPN Half-Duplex VRF" section.
Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Prerequisites for Configuring MPLS VPN Half-Duplex VRF
•
Restrictions for MPLS VPN Half-Duplex VRF
•
Information About Configuring MPLS VPN Half-Duplex VRF
•
How to Configure MPLS VPN Half-Duplex VRF
•
Configuration Examples for MPLS VPN Half-Duplex VRF
•
Feature Information for MPLS VPN Half-Duplex VRF
Prerequisites for Configuring MPLS VPN Half-Duplex VRF
You must have a working MPLS core network.
Restrictions for MPLS VPN Half-Duplex VRF
The following features are not supported on interfaces configured with the MPLS VPN Half-Duplex VRF feature:
•
Multicast
•
MPLS VPN Carrier Supporting Carrier
•
MPLS VPN Interautonomous Systems
Information About Configuring MPLS VPN Half-Duplex VRF
To configure this feature, you need to understand the following concepts:
•
MPLS VPN Half-Duplex VRF Overview
•
Reverse Path Forwarding Check
For information about this feature on the Cisco 10000 series routers, see the "Half-Duplex VRF" section of the "Configuring Multiprotocol Label Switching" chapter in the Cisco 10000 Series Router Broadband Aggregation, Leased-Line, and MPLS Configuration Guide.
MPLS VPN Half-Duplex VRF Overview
The MPLS VPN Half-Duplex VRF feature provides the following benefits:
•
The MPLS VPN Half-Duplex VRF feature prevents local connectivity between subscribers at the spoke provider edge (PE) router and ensures that a hub site provides subscriber connectivity. Any sites that connect to the same PE router must forward intersite traffic using the hub site. This ensures that the routing done at the spoke site moves from the access-side interface to the network-side interface or from the network-side interface to the access-side interface, but never from the access-side interface to the access-side interface.
•
The MPLS VPN Half-Duplex VRF feature prevents situations where the PE router locally switches the spokes without passing the traffic through the upstream ISP. This prevents subscribers from directly connecting to each other, which causes the wholesale service provider to lose revenue.
•
The MPLS VPN Half-Duplex VRF feature improves scalability by removing the requirement of one VRF per spoke. When the feature is not configured, when spokes are connected to the same PE router each spoke is configured in a separate VRF to ensure that the traffic between the spokes traverses the central link between the wholesale service provider and the ISP. However, this configuration is not scalable. When many spokes connected to the same PE router, configuration of VRFs for each spoke becomes quite complex and greatly increases memory usage. This is especially true in large-scale wholesale service provider environments that support high-density remote access to Layer 3 VPNs.
Figure 1 shows a sample hub-and-spoke topology.
Figure 1 Hub-and-Spoke Topology
Upstream and Downstream VRFs
The MPLS VPN Half-Duplex VRF feature uses two unidirectional VRFs to forward IP traffic between the spokes and the hub PE router:
•
The upstream VRF forwards IP traffic from the spokes toward the hub PE router. This VRF typically contains only a default route but might also contain summary routes and several default routes. The default route points to the interface on the hub PE router that connects to the upstream ISP. The router dynamically learns about the default route from the routing updates that the hub PE router or home gateway sends.
Note
Although the upstream VRF is typically populated from the hub, it is possible also to have a separate local upstream interface on the spoke PE for a different local service that would not be required to go through the hub: for example, a local Domain Name System (DNS) or game server service.
•
The downstream VRF forwards traffic from the hub PE router back to the spokes. This VRF can contain:
–
PPP peer routes for the spokes and per-user static routes received from the authentication, authorization, and accounting (AAA) server or from the Dynamic Host Control Protocol (DHCP) server
–
Routes imported from the hub PE router
–
Border Gateway Protocol (BGP), Open Shortest Path First (OSPF), Routing Information Protocol (RIP), or Enhanced Interior Gateway Routing Protocol (EIGRP) dynamic routes for the spokes
The spoke PE router redistributes routes from the downstream VRF into Multiprotocol Border Gateway Protocol (MP-BGP). That router typically advertises a summary route across the MPLS core for the connected spokes. The VRF configured on the hub PE router imports the advertised summary route.
Reverse Path Forwarding Check
The Reverse Path Forwarding (RPF) check ensures that an IP packet that enters a router uses the correct inbound interface. The MPLS VPN Half-Duplex VRF feature supports unicast RPF check on the spoke-side interfaces. Because different VRFs are used for downstream and upstream forwarding, the RPF mechanism ensures that source address checks occur in the downstream VRF.
Unicast RPF is not on by default. You need to enable it, as described in Configuring Unicast Reverse Path Forwarding.
How to Configure MPLS VPN Half-Duplex VRF
This section contains the following procedures:
•
Configuring the Upstream and Downstream VRFs on the Spoke PE Router (required)
•
Associating a VRF with an Interface (required)
•
Configuring the Downstream VRF for an AAA Server (optional)
•
Verifying MPLS VPN Half-Duplex VRF Configuration (optional)
To configure this feature on the Cisco 10000 series routers, see the "Half-Duplex VRF" section of the "Configuring Multiprotocol Label Switching" chapter in the Cisco 10000 Series Router Broadband Aggregation, Leased-Line, and MPLS Configuration Guide.
Configuring the Upstream and Downstream VRFs on the Spoke PE Router
To configure the upstream and downstream VRFs on the PE router or on the spoke PE router, use the following procedure.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
vrf definition vrf-name
4.
rd route-distinguisher
5.
address-family {ipv4 | ipv6}
6.
route-target {import | export | both} route-target-ext-community
7.
exit-address-family
8.
end
DETAILED STEPS
Associating a VRF with an Interface
Perform the following task to associate a VRF with an interface, which activates the VRF.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface type number
4.
vrf forwarding vrf-name
5.
ip address ip-address mask [secondary]
6.
end
DETAILED STEPS
Configuring the Downstream VRF for an AAA Server
To configure the downstream VRF for an AAA (RADIUS) server in broadband or remote access situations, enter the following Cisco attribute value:
lcp:interface-config=ip vrf forwarding U downstream D
In standard VPN situations, enter instead the following Cisco attribute value:
ip:vrf-id=U downstream D
Verifying MPLS VPN Half-Duplex VRF Configuration
To verify the Downstream VRF for an AAA Server configuration, perform the following steps.
SUMMARY STEPS
1.
show vrf [brief | detail | id | interfaces | lock | select ] [vrf-name]
2.
show ip route vrf vrf-name
3.
show running-config [interface type number]
DETAILED STEPS
Step 1
show vrf [brief | detail | id | interfaces | lock | select ] [vrf-name]
Use this command to display information about all of the VRFs configured on the router, including the downstream VRF for each associated interface or VAI:
Router# show vrfName Default RD InterfacesDown 100:1 POS3/0/3 [D]POS3/0/1 [D]100:3 Loopback2Virtual-Access3 [D]Virtual-Access4 [D]Up 100:2 POS3/0/3POS3/0/1100:4 Virtual-Access3show vrf detail vrf-name
Use this command to display detailed information about the VRF you specify, including all interfaces, subinterfaces, and VAIs associated with the VRF.
If you do not specify a value for the vrf-name argument, detailed information about all of the VRFs configured on the router appears.
The following example shows how to display detailed information for the VRF called vrf1, in a broadband or remote access case:
Router# show vrf detail vrf1VRF D; default RD 2:0; default VPNID <not set>Interfaces:Loopback2 Virtual-Access3 [D] Virtual-Access4 [D]Connected addresses are not in global routing tableExport VPN route-target communitiesRT:2:0Import VPN route-target communitiesRT:2:1No import route-mapNo export route-mapVRF U; default RD 2:1; default VPNID <not set>Interfaces:Virtual-Access3 Virtual-Access4Connected addresses are not in global routing tableNo Export VPN route-target communitiesImport VPN route-target communitiesRT:2:1No import route-mapNo export route-mapThe following example shows the VRF detail in a standard VPN situation:
Router# show vrf detailVRF Down; default RD 100:1; default VPNID <not set> VRF Table ID = 1Description: import only from hub-peInterfaces:Pos3/0/3 [D] Pos3/0/1:0.1 [D]Connected addresses are not in global routing tableExport VPN route-target communitiesRT:100:0Import VPN route-target communitiesRT:100:1No import route-mapNo export route-mapVRF label distribution protocol: not configuredVRF Up; default RD 100:2; default VPNID <not set> VRF Table ID = 2Interfaces:Pos3/0/1 Pos3/0/3Connected addresses are not in global routing tableNo Export VPN route-target communitiesImport VPN route-target communitiesRT:100:1No import route-mapNo export route-mapVRF label distribution protocol: not configuredStep 2
show ip route vrf vrf-name
Use this command to display the IP routing table for the VRF you specify, and information about the per-user routes installed in the downstream VRF.
The following example shows how to display the routing table for the downstream VRF named D, in a broadband or remote access situation:
Router# show ip route vrf DRouting Table: DCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS interarea* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is not set10.0.0.0/8 is variably subnetted, 5 subnets, 2 masksU 10.0.0.2/32 [1/0] via 10.0.0.1S 10.0.0.0/8 is directly connected, Null0U 10.0.0.5/32 [1/0] via 10.0.0.2C 10.8.1.2/32 is directly connected, Virtual-Access4C 10.8.1.1/32 is directly connected, Virtual-Access3The following example shows how to display the routing table for the downstream VRF named Down, in a standard VPN situation:
Router# show ip route vrf DownRouting Table: DownCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate default, U - per-user static routeo - ODR, P - periodic downloaded static routeGateway of last resort is 10.13.13.13 to network 0.0.0.0C 10.2.0.0/8 is directly connected, Pos3/0/310.3.0.0/32 is subnetted, 1 subnetsB 10.4.16.16 [200/0] via 10.13.13.13, 1w3dB 10.6.0.0/8 [200/0] via 10.13.13.13, 1w3dC 10.0.0.0/8 is directly connected, Pos3/0/110.7.0.0/16 is subnetted, 1 subnetsB 10.7.0.0 [20/0] via 10.0.0.2, 1w3d10.0.6.0/32 is subnetted, 1 subnetsB 10.0.6.14 [20/0] via 10.0.0.2, 1w3d10.8.0.0/32 is subnetted, 1 subnetsB 10.8.15.15 [20/0] via 10.0.0.2, 1w3dB* 0.0.0.0/0 [200/0] via 10.0.0.13, 1w3dThe following example shows how to display the routing table for the upstream VRF named U in a broadband or remote access situation:
Router# show ip route vrf URouting Table: UCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS interarea* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is 192.168.0.20 to network 0.0.0.010.0.0.0/32 is subnetted, 1 subnetsC 10.0.0.8 is directly connected, Loopback2B* 0.0.0.0/0 [200/0] via 192.168.0.20, 1w5dThe following example shows how to display the routing table for the upstream VRF named Up in a standard VPN situation:
Router# show ip route vrf UpRouting Table: UpCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate default, U - per-user static routeo - ODR, P - periodic downloaded static routeGateway of last resort is 10.13.13.13 to network 0.0.0.010.2.0.0/32 is subnetted, 1 subnetsC 10.2.0.1 is directly connected, Pos3/0/310.3.0.0/32 is subnetted, 1 subnetsB 10.3.16.16 [200/0] via 10.13.13.13, 1w3dB 10.6.0.0/8 [200/0] via 10.13.13.13, 1w3d10.0.0.0/32 is subnetted, 1 subnetsC 10.0.0.1 is directly connected, Pos3/0/1B* 0.0.0.0/0 [200/0] via 10.13.13.13, 1w3dStep 3
show running-config [interface type number]
Use this command to display information about the interfaceyou specify, including information about the associated upstream and downstream VRFs.
The following example shows how to display information about the subinterface named POS3/0/1:
Router# show running-config interface POS3/0/1Building configuration...Current configuration : 4261 bytes!interface POS3/0/1ip vrf forwarding Up downstream Downip address 10.0.0.1 255.0.0.0end
Configuration Examples for MPLS VPN Half-Duplex VRF
This section provides the following configuration examples:
•
Configuring the Upstream and Downstream VRFs on the Spoke PE Router: Example
•
Associating a VRF with an Interface: Example
•
Configuring MPLS VPN Half-Duplex VRF: Example Using Static CE-PE Routing
•
Configuring MPLS VPN Half-Duplex VRF: Example Using RADIUS Server and Static CE-PE Routing
•
Configuring MPLS VPN Half-Duplex VRF: Example Using Dynamic CE-PE Routing
Configuring the Upstream and Downstream VRFs on the Spoke PE Router: Example
The following example configures an upstream VRF named Up:
Router> enableRouter# configure terminalRouter(config)# vrf definition UpRouter(config-vrf)# rd 1:0Router(config-vrf)# address-family ipv4Router(config-vrf-af)# route-target import 1:0Router(config-vrf-af)# exit-address-familyThe following example configures a downstream VRF named Down:
Router> enableRouter# configure terminalRouter(config)# vrf definition DownRouter(config-vrf)# rd 1:8Router(config-vrf)# address-family ipv4Router(config-vrf-af)# route-target import 1:8Router(config-vrf-af)# exit-address-familyAssociating a VRF with an Interface: Example
The following example associates the VRF named Up with the POS3/0/1 subinterface and specifies the downstream VRF named Down:
Router> enableRouter# configure terminalRouter(config)# interface POS 3/0/1Router(config-if)# vrf forwarding Up downstream DownRouter(config-if)# ip address 10.0.0.1 255.0.0.0Configuring MPLS VPN Half-Duplex VRF: Example Using Static CE-PE Routing
This example uses the hub-and-spoke topology shown in Figure 2 with local authentication (that is, the RADIUS server is not used).
Figure 2 Sample Topology
vrf definition Drd 1:8address-family ipv4route-target export 1:100exit-address-family!vrf definition Urd 1:0address-family ipv4route-target import 1:0exit-address-family!ip cefvpdn enable!vpdn-group Uaccept-dialinprotocol pppoevirtual-template 1!interface Loopback2vrf forwarding Uip address 10.0.0.8 255.255.255.255!interface ATM2/0description Mze ATM3/1/2no ip addressno atm ilmi-keepalivepvc 0/16 ilmi!pvc 3/100protocol pppoe!pvc 3/101protocol pppoe!Configuring MPLS VPN Half-Duplex VRF: Example Using RADIUS Server and Static CE-PE Routing
The following example shows how to connect two Point-to-Point Protocol over Ethernet (PPPoE) clients to a single VRF pair on the spoke PE router named Router C. Although both PPPoE clients are configured in the same VRF, all communication occurs using the hub PE router. Half-duplex VRFs are configured on the spoke PE. The client configuration is downloaded to the spoke PE from the RADIUS server.
This example uses the hub-and-spoke topology shown in Figure 2.
Note
The wholesale provider can forward the user authentication request to the corresponding ISP. If the ISP authenticates the user, the wholesale provider appends the VRF information to the request that goes back to the PE router.
aaa new-model!aaa group server radius Rserver 10.0.20.26 auth-port 1812 acct-port 1813!aaa authentication ppp default group radiusaaa authorization network default group radius!vrf defintion Ddescription Downstream VRF - to spokesrd 1:8address-family ipv4route-target export 1:100exit-address-family!vrf definition Udescription Upstream VRF - to hubrd 1:0address-family ipv4route-target import 1:0exit-address-family!ip cefvpdn enable!vpdn-group Uaccept-dialinprotocol pppoevirtual-template 1!interface Loopback2vrf forwarding Uip address 10.0.0.8 255.255.255.255!interface ATM2/0pvc 3/100protocol pppoe!pvc 3/101protocol pppoe!interface virtual-template 1no ip addressppp authentication chap!router bgp 1no synchronizationneighbor 172.16.0.34 remote-as 1neighbor 172.16.0.34 update-source Loopback0no auto-summary!address-family vpnv4neighbor 172.16.0.34 activateneighbor 172.16.0.34 send-community extendedauto-summaryexit-address-family!address-family ipv4 vrf Uno auto-summaryno synchronizationexit-address-family!address-family ipv4 vrf Dredistribute staticno auto-summaryno synchronizationexit-address-family!ip local pool U-pool 10.8.1.1 2.8.1.100ip route vrf D 10.0.0.0 255.0.0.0 Null0!radius-server host 10.0.20.26 auth-port 1812 acct-port 1813radius-server key ciscoConfiguring MPLS VPN Half-Duplex VRF: Example Using Dynamic CE-PE Routing
The following example shows how to use OSPF to dynamically advertise the routes on the spoke sites.
This example uses the hub-and-spoke topology shown in Figure 2.
Creating the VRFs
vrf definition Downrd 100:1address-family ipv4route-target export 100:0exit-address-family!vrf definition Uprd 100:2address-family ipv4route-target import 100:1exit-address-familyEnabling MPLS
mpls ldp graceful-restartmpls ldp router-id Loopback0 forcempls label protocol ldpConfiguring BGP Toward Core
router bgp 100no bgp default ipv4-unicastbgp log-neighbor-changesbgp graceful-restart restart-time 120bgp graceful-restart stalepath-time 360bgp graceful-restartneighbor 10.13.13.13 remote-as 100neighbor 10.13.13.13 update-source Loopback0!address-family vpnv4neighbor 10.13.13.13 activateneighbor 10.13.13.13 send-community extendedbgp scan-time import 5exit-address-familyConfiguring BGP Toward Edge
address-family ipv4 vrf Upno auto-summaryno synchronizationexit-address-family!address-family ipv4 vrf Downredistribute ospf 1000 vrf Downno auto-summaryno synchronizationexit-address-familySpoke PE's Core-Facing Interfaces and Processes
interface Loopback0ip address 10.11.11.11 255.255.255.255!interface POS3/0/2ip address 10.0.1.1 255.0.0.0mpls label protocol ldpmpls ip!router ospf 100log-adjacency-changesauto-cost reference-bandwidth 1000nsf enforce globalredistribute connected subnetsnetwork 10.11.11.11 0.0.0.0 area 100network 10.0.1.0 0.255.255.255 area 100Spoke PE's Edge-Facing Interfaces and Processes
interface Loopback100vrf forwarding Downip address 10.22.22.22 255.255.255.255!interface POS3/0/1vrf forwarding Up downstream Downip address 10.0.0.1 255.0.0.0!interface POS3/0/3vrf forwarding Up downstream Downip address 10.2.0.1 255.0.0.0!router ospf 1000 vrf Downrouter-id 10.22.22.22log-adjacency-changesauto-cost reference-bandwidth 1000nsf enforce globalredistribute connected subnetsredistribute bgp 100 metric-type 1 subnetsnetwork 10.22.22.22 0.0.0.0 area 300network 10.0.0.0 0.255.255.255 area 300network 10.2.0.0 0.255.255.255 area 300default-information originateAdditional References
The following sections provide references related to the MPLS VPN Half-Duplex VRFs feature.
Related Documents
Related Topic Document TitleMPLS VPNs
MPLS commands
Configuring IPv4 and IPv6 VRFs
Unicast Reverse Path Forwarding
Standards
Standard TitleNo new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.
—
MIBs
RFCs
Technical Assistance
Feature Information for MPLS VPN Half-Duplex VRF
Table 1 lists the release history for this feature.
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS and Catalyst OS software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note
Table 1 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS software release train also support that feature.
Table 1 Feature Information for MPLS VPN Half-Duplex VRF
Feature Name Releases Feature InformationMPLS VPN - Half Duplex VRF (HDVRF) Support with Static Routing
12.3(6)
12.3(11)T
12.2(28)SBThis feature ensures that VPN clients that connect to the same PE router at the edge of the MPLS VPN use the hub site to communicate.
In 12.3(6), this feature was introduced.
In 12.4(20)T, this feature was integrated.
In 12.2(28)SB, this feature was integrated
MPLS VPN Half-Duplex VRF
12.2(28)SB2
12.4(20)T
12.2(33)SRCIn 12.2(28)SB2, support for dynamic routing protocols was added.
For the Cisco 10000 series routers, see the "Half-Duplex VRF" section of the "Configuring Multiprotocol Label Switching" chapter in the Cisco 10000 Series Router Broadband Aggregation, Leased-Line, and MPLS Configuration Guide at the following URL:
http://www.cisco.com/univercd/cc/td/doc/product/aggr/10000/swconfig/cfggdes/bba/dffsrv.htm#wp1065648
In 12.4(20)T, this feature, with support for dynamic routing protocols, was integrated.
In Cisco IOS Release 12.2(33)SRC this feature, with support for dynamic routing protocols, was integrated into the SR train.
The following commands were introduced or modified: show ip interface, show vrf
CCDE, CCENT, CCSI, Cisco Eos, Cisco Explorer, Cisco HealthPresence, Cisco IronPort, the Cisco logo, Cisco Nurse Connect, Cisco Pulse, Cisco SensorBase, Cisco StackPower, Cisco StadiumVision, Cisco TelePresence, Cisco TrustSec, Cisco Unified Computing System, Cisco WebEx, DCE, Flip Channels, Flip for Good, Flip Mino, Flipshare (Design), Flip Ultra, Flip Video, Flip Video (Design), Instant Broadband, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn, Cisco Capital, Cisco Capital (Design), Cisco:Financed (Stylized), Cisco Store, Flip Gift Card, and One Million Acts of Green are service marks; and Access Registrar, Aironet, AllTouch, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Lumin, Cisco Nexus, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, Continuum, EtherFast, EtherSwitch, Event Center, Explorer, Follow Me Browsing, GainMaker, iLYNX, IOS, iPhone, IronPort, the IronPort logo, Laser Link, LightStream, Linksys, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, PCNow, PIX, PowerKEY, PowerPanels, PowerTV, PowerTV (Design), PowerVu, Prisma, ProConnect, ROSA, SenderBase, SMARTnet, Spectrum Expert, StackWise, WebEx, and the WebEx logo are registered trademarks of Cisco and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1002R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2005-2009 Cisco Systems, Inc. All rights reserved.
Feedback

