When a 7450 operating in mixed-mode, a 7750, or a 7950 is deployed as a CSC-PE (refer to Figure 86) all its network interfaces and all its CSC VPRN interfaces must be configured on FP2 or higher hardware.
A simplified CSC network topology is shown in Figure 86. A CSC deployment involves the following types of devices:
In the CSC solution the CSC-CE and CSC-PE are directly connected by a link that supports MPLS. The CSC-CE distributes an MPLS label for every /32 IPv4 prefix it and any downstream PE uses as a BGP next-hop in routes associated with services offered by the Customer Carrier. Note that BGP must be used as the label distribution protocol between CSC-CE and CSC-PE if the latter device is a 7x50. Typically the Customer Carrier and Super Carrier operate as two different Autonomous Systems (AS) and therefore BGP, more specifically EBGP, is the best label distribution protocol even if other options are available. The BGP session between CSC-CE and CSC-PE must be single-hop EBGP (or IBGP) if either device is a 7x50.
A:csc-ce-1>config>service>vprn# info
----------------------------------------------
route-distinguisher 64496:1
auto-bind mpls
vrf-target target:64496:1
...
no shutdown
----------------------------------------------
A:csc-ce-1>config>service>vprn#
*A:csc-ce-1>config>router# info
----------------------------------------------
#--------------------------------------------------
echo "IP Configuration"
#--------------------------------------------------
interface "int-csc-ce-1-to-csc-pe-1"
address 192.168.0.1/30
port 1/1/2
no shutdown
exit
interface "system"
address 192.0.2.1/32
no shutdown
exit
autonomous-system 64496
router-id 192.0.2.1
----------------------------------------------
*A:csc-ce-1>config>router#
*A:csc-ce-1>config>router>bgp# info
----------------------------------------------
group "csc-pe"
peer-as 64511
neighbor 192.168.0.2
family ipv4
export "static-to-bgp"
advertise-label ipv4
split-horizon
exit
exit
no shutdown
----------------------------------------------
*A:csc-ce-1>config>router>bgp#
•
|
The advertise-label ipv4 command causes MP-BGP negotiation of the address family for AFI=1 and SAFI=4 (IPv4 NLRI with MPLS labels), as can be observed from the following debug trace (using the command debug router bgp open) of the OPEN message from CSC-CE-1.
|
2 2014/04/01 08:35:44.15 EST MINOR: DEBUG #2001 Base BGP
"BGP: OPEN
Peer 1: 192.168.0.2 - Received BGP OPEN: Version 4
AS Num 64511: Holdtime 90: BGP_ID 192.0.2.251: Opt Length 16
Opt Para: Type CAPABILITY: Length = 14: Data:
Cap_Code MP-BGP: Length 4
Bytes: 0x0 0x1 0x0 0x4
Cap_Code ROUTE-REFRESH: Length 0
Cap_Code 4-OCTET-ASN: Length 4
Bytes: 0x0 0x0 0xfb 0xff
"
•
|
The split-horizon command is optional. It prevents a best BGP route from the CSC-PE peer from being re-advertised back to that peer.
|
•
|
The export command applies a BGP export policy to the session. The configuration of the policy is shown below:
|
*A:csc-ce-1>config>router>policy-options# info
----------------------------------------------
prefix-list "system-ip"
prefix 192.0.2.1/32 exact
exit
policy-statement "static-to-bgp"
entry 10
from
protocol direct
prefix-list "system-ip"
exit
action accept
exit
exit
default-action reject
exit
----------------------------------------------
*A:csc-ce-1>config>router>policy-options#
CSC-PE-1 must be configured with a VPRN in carrier-carrier-vpn mode in order to provide CSC service to CSC-CE-1. The entire configuration of the VPRN is shown below:
A:csc-pe-1>config>service>vprn# info
----------------------------------------------
carrier-carrier-vpn
router-id 192.0.2.251
autonomous-system 64511
route-distinguisher 64511:1
auto-bind mpls
vrf-target target:64511:1
network-interface "csc-pe-1-to-csc-ce-1" create
address 192.168.0.2/30
port 1/1/1
no shutdown
exit
bgp
group "csc-ce"
as-override
export "bgp-vpn-routes"
peer-as 64496
neighbor 192.168.0.1
family ipv4
advertise-label ipv4
split-horizon
exit
exit
no shutdown
exit
no shutdown
----------------------------------------------
A:csc-pe-1>config>service>vprn#
•
|
The carrier-carrier-vpn command is mandatory. It cannot be configured if the VPRN currently has any SAP or spoke-SDP access interfaces configured; they must first be shutdown if necessary and then deleted.
|
*A:csc-pe-1>config>service>vprn# carrier-carrier-vpn
INFO: PIP #1195 Cannot toggle carrier-carrier-vpn - service interfaces present
*A:csc-pe-1>config>service>vprn#
•
|
The auto-bind command should be set appropriately for the type of transport desired to other CSC-PEs, but note that GRE is not supported.
|
A:csc-pe-1>config>service>vprn# auto-bind gre
MINOR: SVCMGR #1538 auto-bind config not supported - carrier-carrier vprn
A:csc-pe-1>config>service>vprn#
•
|
The interface to CSC-CE-1 must be a network-interface. A network-interface can be associated with an entire Ethernet port (as shown in the example above), a VLAN sub-interface of an Ethernet port, an entire LAG or a VLAN sub-interface of a LAG. In all cases the associated Ethernet ports must be configured in network or hybrid mode and must reside on FP2 or higher based cards/systems.
|
•
|
The advertise-label ipv4 command causes MP-BGP negotiation of the address family for AFI=1 and SAFI=4 (IPv4 NLRI with MPLS labels).
|
•
|
The split-horizon command is optional. It prevents a best BGP route from the CSC-CE peer from being re-advertised back to that peer.
|
•
|
The as-override command replaces CSC-CE-1’s AS number (64496) with CSC-PE-1’s AS number (64511) in the AS_PATH attribute of routes advertised to CSC-CE-1. Without this configuration CSC-CE-1 may reject routes originated by CSC-CE-2 as invalid due to an AS-path loop.
|
•
|
The export command applies a BGP export policy to the session. The configuration of the policy is shown below:
|
*A:csc-pe-1>config>router>policy-options# info
----------------------------------------------
policy-statement "bgp-vpn-routes"
entry 10
from
protocol bgp-vpn
exit
action accept
exit
exit
default-action reject
exit
----------------------------------------------
*A:csc-pe-1>config>router>policy-options#
*A:csc-ce-1# show router bgp routes 192.0.2.1/32 hunt
===============================================================================
BGP Router ID:192.0.2.1 AS:64496 Local AS:64496
===============================================================================
Legend -
Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best, b - backup
===============================================================================
BGP IPv4 Routes
===============================================================================
-------------------------------------------------------------------------------
RIB In Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
RIB Out Entries
-------------------------------------------------------------------------------
Network : 192.0.2.1/32
Nexthop : 192.168.0.1
Path Id : None
To : 192.168.0.2
Res. Nexthop : n/a
Local Pref. : n/a Interface Name : NotAvailable
Aggregator AS : None Aggregator : None
Atomic Aggr. : Not Atomic MED : None
AIGP Metric : None
Connector : None
Community : No Community Members
Cluster : No Cluster Members
Originator Id : None Peer Router Id : 192.0.2.251
IPv4 Label : 262142
Origin : IGP
AS-Path : 64496
Neighbor-AS : 64496
-------------------------------------------------------------------------------
Routes : 1
===============================================================================
*A:csc-ce-1#
*A:csc-pe-1# show router 1 bgp routes 192.0.2.1/32 hunt
===============================================================================
BGP Router ID:192.0.2.251 AS:64511 Local AS:64511
===============================================================================
Legend -
Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best, b - backup
===============================================================================
BGP IPv4 Routes
===============================================================================
-------------------------------------------------------------------------------
RIB In Entries
-------------------------------------------------------------------------------
Network : 192.0.2.1/32
Nexthop : 192.168.0.1
Path Id : None
From : 192.168.0.1
Res. Nexthop : 192.168.0.1
Local Pref. : None Interface Name : csc-pe-1-to-csc-ce-1
Aggregator AS : None Aggregator : None
Atomic Aggr. : Not Atomic MED : None
AIGP Metric : None
Connector : None
Community : No Community Members
Cluster : No Cluster Members
Originator Id : None Peer Router Id : 192.0.2.1
Fwd Class : None Priority : None
IPv4 Label : 262142
Flags : Used Valid Best IGP
Route Source : External
AS-Path : 64496
Neighbor-AS : 64496
-------------------------------------------------------------------------------
RIB Out Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Routes : 1
===============================================================================
*A:csc-pe-1#
*A:csc-pe-1>config>router# info
----------------------------------------------
#--------------------------------------------------
echo "IP Configuration"
#--------------------------------------------------
interface "csc-pe-1-to-csc-pe-2"
address 192.168.1.1/30
port 1/1/2
no shutdown
exit
interface "system"
address 192.0.2.251/32
no shutdown
exit
autonomous-system 64511
router-id 192.0.2.251
#--------------------------------------------------
echo "ISIS Configuration"
#--------------------------------------------------
isis
level-capability level-2
area-id 49.01
level 2
wide-metrics-only
exit
interface "system"
level-capability level-2
passive
no shutdown
exit
interface "csc-pe-1-to-csc-pe-2"
level-capability level-2
interface-type point-to-point
level 2
metric 100
exit
no shutdown
exit
no shutdown
exit
#--------------------------------------------------
echo "LDP Configuration"
#--------------------------------------------------
ldp
interface-parameters
interface "csc-pe-1-to-csc-pe-2"
exit
exit
targeted-session
exit
no shutdown
exit
#--------------------------------------------------
echo "BGP Configuration"
#--------------------------------------------------
bgp
group "core"
peer-as 64511
neighbor 192.0.2.252
family vpn-ipv4
exit
exit
no shutdown
exit
----------------------------------------------
*A:csc-pe-1>config>router#
•
|
The family vpn-ipv4 command causes MP-BGP negotiation of the address family for AFI=1 and SAFI=128, as can be observed from the following debug trace of the OPEN message from CSC-PE-1.
|
12 2014/04/01 09:34:48.64 EST MINOR: DEBUG #2001 Base BGP
"BGP: OPEN
Peer 1: 192.0.2.252 - Send (Active) BGP OPEN: Version 4
AS Num 64511: Holdtime 90: BGP_ID 192.0.2.251: Opt Length 16
Opt Para: Type CAPABILITY: Length = 14: Data:
Cap_Code MP-BGP: Length 4
Bytes: 0x0 0x1 0x0 0x80
Cap_Code ROUTE-REFRESH: Length 0
Cap_Code 4-OCTET-ASN: Length 4
Bytes: 0x0 0x0 0xfb 0xff
"
A:csc-pe-2>config>router# info
----------------------------------------------
#--------------------------------------------------
echo "IP Configuration"
#--------------------------------------------------
interface "csc-pe-2-to-csc-pe-1"
address 192.168.1.2/30
port 1/1/2
no shutdown
exit
interface "system"
address 192.0.2.252/32
no shutdown
exit
autonomous-system 64511
router-id 192.0.2.252
#--------------------------------------------------
echo "ISIS Configuration"
#--------------------------------------------------
isis
level-capability level-2
area-id 49.01
level 2
wide-metrics-only
exit
interface "system"
level-capability level-2
passive
no shutdown
exit
interface "csc-pe-2-to-csc-pe-1"
level-capability level-2
interface-type point-to-point
level 2
metric 100
exit
no shutdown
exit
no shutdown
exit
#--------------------------------------------------
echo "LDP Configuration"
#--------------------------------------------------
ldp
interface-parameters
interface "csc-pe-2-to-csc-pe-1"
exit
exit
targeted-session
exit
no shutdown
exit
#--------------------------------------------------
echo "BGP Configuration"
#--------------------------------------------------
bgp
group "core"
cluster 192.0.2.252
peer-as 64511
neighbor 192.0.2.251
family vpn-ipv4
split-horizon
exit
exit
no shutdown
exit
----------------------------------------------
A:csc-pe-2>config>router#
•
|
The family vpn-ipv4 command causes MP-BGP negotiation of the address family for AFI=1 and SAFI=128.
|
•
|
The cluster command configures CSC-PE-2 as a route reflector for clients in the BGP group called “core”. This is not required and in a more typical deployment the route reflector would be a separate router from any CSC-PE.
|
CSC-PE-2 must be configured with a VPRN in carrier-carrier-vpn mode in order to provide CSC service to CSC-CE-2. The entire configuration of the VPRN is shown below:
A:csc-pe-2>config>service>vprn# info
----------------------------------------------
carrier-carrier-vpn
router-id 192.0.2.252
autonomous-system 64511
route-distinguisher 64511:2
auto-bind mpls
vrf-target target:64511:1
network-interface "csc-pe-2-to-csc-ce-2" create
address 192.168.2.1/30
port 1/1/3
no shutdown
exit
bgp
group "csc-ce"
as-override
export "bgp-vpn-routes"
peer-as 64496
neighbor 192.168.2.2
family ipv4
advertise-label ipv4
split-horizon
exit
exit
no shutdown
exit
no shutdown
----------------------------------------------
A:csc-pe-2>config>service>vprn#
•
|
The carrier-carrier-vpn command is mandatory. It cannot be configured if the VPRN currently has any SAP or spoke-SDP “access” interfaces configured; they must first be shutdown if necessary and then deleted.
|
•
|
The auto-bind command should be set appropriately for the type of transport desired to other CSC-PEs, but note that GRE is not supported.
|
•
|
The interface to CSC-CE-2 must be a network-interface. A network-interface can be associated with an entire Ethernet port (as shown in the example above), a VLAN sub-interface of an Ethernet port, an entire LAG or a VLAN sub-interface of a LAG. In all cases the associated Ethernet ports must be configured in network or hybrid mode and must reside on FP2 or higher based cards/systems.
|
•
|
The advertise-label ipv4 command causes MP-BGP negotiation of the address family for AFI=1 and SAFI=4 (IPv4 NLRI with MPLS labels).
|
•
|
The split-horizon command is optional. It prevents a best BGP route from the CSC-CE peer from being re-advertised back to that peer.
|
•
|
The as-override command replaces CSC-CE-2’s AS number (64496) with CSC-PE-2’s AS number (64511) in the AS_PATH attribute of routes advertised to CSC-CE-2. Without this configuration CSC-CE-2 may reject routes originated by CSC-CE-1 as invalid due to an AS-path loop.
|
•
|
The export command applies a BGP export policy to the session. The configuration of the policy is shown below:
|
*A:csc-pe-2>config>router>policy-options# info
----------------------------------------------
policy-statement "bgp-vpn-routes"
entry 10
from
protocol bgp-vpn
exit
action accept
exit
exit
default-action reject
exit
----------------------------------------------
*A:csc-pe-2>config>router>policy-options#
*A:csc-pe-1# show router bgp routes vpn-ipv4 192.0.2.1/32 hunt
===============================================================================
BGP Router ID:192.0.2.251 AS:64511 Local AS:64511
===============================================================================
Legend -
Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best, b - backup
===============================================================================
BGP VPN-IPv4 Routes
===============================================================================
-------------------------------------------------------------------------------
RIB In Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
RIB Out Entries
-------------------------------------------------------------------------------
Network : 192.0.2.1/32
Nexthop : 192.0.2.251
Route Dist. : 64511:1 VPN Label : 262140
Path Id : None
To : 192.0.2.252
Res. Nexthop : n/a
Local Pref. : 100 Interface Name : NotAvailable
Aggregator AS : None Aggregator : None
Atomic Aggr. : Not Atomic MED : None
AIGP Metric : None
Connector : None
Community : target:64511:1
Cluster : No Cluster Members
Originator Id : None Peer Router Id : 192.0.2.252
Origin : IGP
AS-Path : 64496
Neighbor-AS : 64496
-------------------------------------------------------------------------------
Routes : 1
===============================================================================
*A:csc-pe-1#
A:csc-pe-2# show router bgp routes vpn-ipv4 192.0.2.1/32 hunt
===============================================================================
BGP Router ID:192.0.2.252 AS:64511 Local AS:64511
===============================================================================
Legend -
Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best, b - backup
===============================================================================
BGP VPN-IPv4 Routes
===============================================================================
-------------------------------------------------------------------------------
RIB In Entries
-------------------------------------------------------------------------------
Network : 192.0.2.1/32
Nexthop : 192.0.2.251
Route Dist. : 64511:1 VPN Label : 262140
Path Id : None
From : 192.0.2.251
Res. Nexthop : n/a
Local Pref. : 100 Interface Name : csc-pe-2-to-csc-pe-1
Aggregator AS : None Aggregator : None
Atomic Aggr. : Not Atomic MED : None
AIGP Metric : None
Connector : None
Community : target:64511:1
Cluster : No Cluster Members
Originator Id : None Peer Router Id : 192.0.2.251
Fwd Class : None Priority : None
Flags : Used Valid Best IGP
Route Source : Internal
AS-Path : 64496
Neighbor-AS : 64496
VPRN Imported : 1
-------------------------------------------------------------------------------
RIB Out Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Routes : 1
===============================================================================
A:csc-pe-2#
*A:csc-pe-1# show router bgp inter-as-label
===============================================================================
BGP Inter-AS labels
===============================================================================
NextHop Received Advertised Label
Label Label Origin
-------------------------------------------------------------------------------
192.168.0.1 262142 262140 ExtCarCarVpn
-------------------------------------------------------------------------------
Total Labels allocated: 1
===============================================================================
*A:csc-pe-1#
A:csc-ce-2>config>service>vprn# info
----------------------------------------------
route-distinguisher 64496:2
auto-bind mpls
vrf-target target:64496:1
...
no shutdown
----------------------------------------------
A:csc-ce-2>config>service>vprn#
A:csc-ce-2>config>router# info
----------------------------------------------
#--------------------------------------------------
echo "IP Configuration"
#--------------------------------------------------
interface "int-csc-ce-2-to-csc-pe-2"
address 192.168.2.2/30
port 1/1/2
no shutdown
exit
interface "system"
address 192.0.2.2/32
no shutdown
exit
autonomous-system 64496
router-id 192.0.2.2
----------------------------------------------
A:csc-ce-2>config>router#
A:csc-ce-2>config>router>bgp# info
----------------------------------------------
group "csc-pe"
family ipv4
peer-as 64511
neighbor 192.168.2.1
family ipv4
export "static-to-bgp"
advertise-label ipv4
split-horizon
exit
exit
no shutdown
----------------------------------------------
A:csc-ce-2>config>router>bgp#
•
|
The advertise-label ipv4 command causes MP-BGP negotiation of the address family for AFI=1 and SAFI=4 (IPv4 NLRI with MPLS labels).
|
•
|
The split-horizon command is optional. It prevents a best BGP route from the CSC-PE peer from being re-advertised back to that peer.
|
•
|
The export command applies a BGP export policy to the session. The configuration of the policy is shown below:
|
A:csc-ce-2>config>router>policy-options# info
----------------------------------------------
prefix-list "system-ip"
prefix 192.0.2.2/32 exact
exit
policy-statement "static-to-bgp"
entry 10
from
protocol direct
prefix-list "system-ip"
exit
action accept
exit
exit
default-action reject
exit
----------------------------------------------
A:csc-ce-2>config>router>policy-options#
A:csc-pe-2# show router 1 bgp routes ipv4 192.0.2.1/32 hunt
===============================================================================
BGP Router ID:192.0.2.252 AS:64511 Local AS:64511
===============================================================================
Legend -
Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best, b - backup
===============================================================================
BGP IPv4 Routes
===============================================================================
-------------------------------------------------------------------------------
RIB In Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
RIB Out Entries
-------------------------------------------------------------------------------
Network : 192.0.2.1/32
Nexthop : 192.168.2.1
Path Id : None
To : 192.168.2.2
Res. Nexthop : n/a
Local Pref. : n/a Interface Name : NotAvailable
Aggregator AS : None Aggregator : None
Atomic Aggr. : Not Atomic MED : None
AIGP Metric : None
Connector : None
Community : target:64511:1
Cluster : No Cluster Members
Originator Id : None Peer Router Id : 192.0.2.2
IPv4 Label : 262139
Origin : IGP
AS-Path : 64511 64511
Neighbor-AS : 64511
-------------------------------------------------------------------------------
Routes : 1
===============================================================================
A:csc-pe-2#
A:csc-ce-2# show router bgp routes ipv4 192.0.2.1/32 hunt
===============================================================================
BGP Router ID:192.0.2.2 AS:64496 Local AS:64496
===============================================================================
Legend -
Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best, b - backup
===============================================================================
BGP IPv4 Routes
===============================================================================
-------------------------------------------------------------------------------
RIB In Entries
-------------------------------------------------------------------------------
Network : 192.0.2.1/32
Nexthop : 192.168.2.1
Path Id : None
From : 192.168.2.1
Res. Nexthop : 192.168.2.1
Local Pref. : None Interface Name : int-csc-ce-2-to-csc-p*
Aggregator AS : None Aggregator : None
Atomic Aggr. : Not Atomic MED : None
AIGP Metric : None
Connector : None
Community : target:64511:1
Cluster : No Cluster Members
Originator Id : None Peer Router Id : 192.0.2.252
Fwd Class : None Priority : None
IPv4 Label : 262139
Flags : Used Valid Best IGP
Route Source : External
AS-Path : 64511 64511
Neighbor-AS : 64511
-------------------------------------------------------------------------------
RIB Out Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Routes : 1
===============================================================================
* indicates that the corresponding row element may have been truncated.
A:csc-ce-2#
A:csc-pe-2# show router 1 bgp inter-as-label
===============================================================================
BGP Inter-AS labels
===============================================================================
NextHop Received Advertised Label
Label Label Origin
-------------------------------------------------------------------------------
192.0.2.251 262140 262139 Internal
192.0.2.251 262142 262138 Internal
-------------------------------------------------------------------------------
Total Labels allocated: 2
===============================================================================
A:csc-pe-2#
*A:csc-ce-1>config>router>bgp# info
----------------------------------------------
group "csc-ce"
peer-as 64496
neighbor 192.0.2.2
family vpn-ipv4
exit
exit
no shutdown
----------------------------------------------
*A:csc-ce-1>config>router>bgp#
A:csc-ce-2>config>router>bgp# info
----------------------------------------------
group "csc-ce"
peer-as 64496
neighbor 192.0.2.1
family vpn-ipv4
exit
exit
no shutdown
----------------------------------------------
A:csc-ce-2>config>router>bgp#
•
|
The family vpn-ipv4 command causes MP-BGP negotiation of the address family for AFI=1 and SAFI=128.
|
A:csc-ce-2# show router bgp routes vpn-ipv4 10.14.30.0/24 hunt
===============================================================================
BGP Router ID:192.0.2.2 AS:64496 Local AS:64496
===============================================================================
Legend -
Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best, b - backup
===============================================================================
BGP VPN-IPv4 Routes
===============================================================================
-------------------------------------------------------------------------------
RIB In Entries
-------------------------------------------------------------------------------
Network : 10.14.30.0/24
Nexthop : 192.0.2.1
Route Dist. : 64496:1 VPN Label : 262143
Path Id : None
From : 192.0.2.1
Res. Nexthop : n/a
Local Pref. : 100 Interface Name : NotAvailable
Aggregator AS : None Aggregator : None
Atomic Aggr. : Not Atomic MED : None
AIGP Metric : None
Connector : None
Community : target:64496:1
Cluster : No Cluster Members
Originator Id : None Peer Router Id : 192.0.2.1
Fwd Class : None Priority : None
Flags : Used Valid Best IGP
Route Source : Internal
AS-Path : No As-Path
Neighbor-AS : N/A
VPRN Imported : 1
-------------------------------------------------------------------------------
RIB Out Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Routes : 1
===============================================================================
A:csc-ce-2#
A:csc-ce-2# show router 1 route-table
===============================================================================
Route Table (Service: 1)
===============================================================================
Dest Prefix[Flags] Type Proto Age Pref
Next Hop[Interface Name] Metric
-------------------------------------------------------------------------------
10.14.30.0/24 Remote BGP VPN 00h03m33s 170
192.0.2.1 (tunneled) 0
-------------------------------------------------------------------------------
No. of Routes: 1
Flags: n = Number of times nexthop is repeated
B = BGP backup route available
L = LFA nexthop available
===============================================================================
A:csc-ce-2#