для Cisco Cisco Packet Data Gateway (PDG)

Скачать
Страница из 2186
route-distinguisher
Assigns a route distinguisher (RD) for the VRF that helps identify a virtual routing domain in a provider's
network and allows for overlapping IP space. The route distinguisher must be a unique value on the router
for each VRF.
Product
All
Privilege
Security Administrator, Administrator
Command Modes
Exec > Global Configuration > Context Configuration > BGP Configuration > BGP-IP VRF Configuration
configure > context context_name > router bgp as_number > ip vrf vrf_name
Entering the above command sequence results in the following prompt:
[
context_name
]
host_name
(config-bgp-vrf)#
Syntax Description
route-distinguisher { as_number ip_address rd_identifier
route-distinguisher as_number rd_value
Identifies the target VRF by an autonomous system (AS) number. ASN value is a 16-bit ASN expressed as
an integer from 0 through 65535.
route-distinguisher ip_address rd_value
Identifies the target VRF by its IP address. ip_address is entered using IPv4 dotted-decimal notation.
rd_identifier
rd_identifier is a unique route distinguisher identifier and must be an integer from 0 through 4294967295.
Usage Guidelines
Use this command to assign a router distinguisher (RD) for the IP VRF. The combination of AS number or
IP address and RD value must be unique for every VRF configured. The RD is added to the beginning of the
pool addresses to change them into globally unique VPN-IPv4 prefixes.
If the RD is not configured for a VRF, user cannot enter into the BGP Address-Family mode for that VRF to
configure the neighbors or other related BGP commands.
An RD assigned to a VRF cannot be changed until the existing VRF is deleted or removed and reconfigured.
   Command Line Interface Reference, Modes A - B, StarOS Release 19
1898
BGP IP VRF Configuration Mode Commands
route-distinguisher