User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 815
6.10.2.65. rd
This command is used to specify the route distinquisher (RD) for a VRF instance that is used to create a VPNv4
prefix. An RD creates routing and forwarding tables and specifies the default route distinquisher for a VPN. The
RD is added to the beginning of the IPv4 prefixes to change them into globally unique VPNv4 prefixes.
Format rd {route-distinquisher}
Default A VRF does not associate with any RD
Mode Virtual Router Config
This command is effective only if BGP is running on the router. The RD for a VRF cannot be removed or
changed once configured. For this reason, this command does not have the no form. To change the configured
RD value, remove the VRF (using the no ip vrf command) and reconfigure the VRF.
6.10.2.66. route-target
This command is used to create a list of export, import, or both Route Target (RT) extended communities for the
specified VRF instance. Enter the route-target command one time for each target extended community. Routes
that are learned and carry a specific route-target extended community are imported into all VRFs configured
with that extended community as an import route target.
Use no form to remove the route target specified for a VRF instance.
Format route-target {export | import | both} {route-target}
no route-target {export | import | both} {route-target}
i
Fields
Definition
route-distinquisher
A route distinquisher can be specified in either of the following formats:
2-byte ASN-related: Composed of an automonous system number and an
arbitraty number: <as-number>:<value>
4-byte ASN-related: Composed of an 4-byte automonous system number
and an arbitraty number: <as-number>:<value>
IP address-related: Composed of an IP address and an arbitrary number:
<ip-address>:<value>
Fields
Definition
export
Exports routing information to the target VPN extended community.