Chapter 13
Unicast and Multicast Routing
RUGGEDCOM ROX II
CLI User Guide
572 Adding a Redistribution
If no redistributions have been configured, add them as needed. For more information, refer to
Section13.11.11.2, “Adding a Redistribution”.
Section13.11.11.2
Adding a Redistribution
To add a redistribution for an IPv4 address family, do the following:
1. Make sure the CLI is in Configuration mode.
2. Add the redistribution by typing:
routing bgp address-family ipv4 vrf vrf redistribute [ connected | ospf | static ]
Where:
• vrf is the chosen VRF instance
3. Configure the following parameter(s) as required:
Parameter Description
metric { metric } Synopsis: A 32-bit unsigned integer between 0 and 4294967295
The metric for redistributed routes.
route-map { route-map } Synopsis: A string
The route map name.
4. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section13.11.11.3
Deleting a Redistribution
To delete a redistribution defined for an IPv4 address family, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the redistribution by typing:
no routing bgp address-family ipv4 vrf vrf redistribute [ connected | ospf | static ]
Where:
• vrf is the chosen VRF instance
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section13.11.12
Managing Neighbors for IPv4 Address Families
Neighbors are other routers with which to exchange routes. One or more neighbors must be specified in order for
VRF to operate.
CONTENTS
• Section13.11.12.1, “Viewing a List of Neighbors”