vrouter-vrf-add
This command adds a VRF to a vRouter.
Syntax vrouter-vrf-add
vrouter-name name-string |
Specify the name of the vRouter service. |
vrf vrf-name |
Specify the name of the VRF. |
bgp-as 1..4294967295 |
Specify the BGP Autonomous System number from 1 to 4294967295 |
bgp-redistribute static|connected|rip|ospf |
Specify a static metric for BGP route redistribution. This is a number between 0 and 4294967295 or specify none to unset. |
bgp-redist-static-metric none|-1..4294967295 |
Specify a static metric for BGP route redistribution. This is a number between 0 and 4294967295 or specify none to unset. |
bgp-redist-connected-metric none|-1..4294967295 |
Specify a connected metric for BGP route redistribution. This is a number between 0 and 4294967295 or specify none to unset. |
bgp-redist-rip-metric none|-1..4294967295 |
Specify a RIP metric for BGP route redistribution. This is a number between 0 and 4294967295 or specify none to unset. |
bgp-redist-ospf-metric none|-1..4294967295 |
Specify a OSPF metric for BGP route redistribution. This is a number between 0 and 4294967295 or specify none to unset. |
bgp-cluster-id ip-address |
Specify an IP address for a BGP cluster ID. |
bgp-dampening|no-bgp-dampening |
Enable or disable dampening for BGP routes. |
bgp-keepalive-interval 0..65535 |
Specify a BGP keepalive interval in seconds. The default is 60 seconds with a range of 0 to 65535 seconds. |
bgp-holdtime 0..65535 |
Specify a BGP holdtime in seconds. The default is 180 seconds with a range of 0 to 65535 seconds. |
bgp-distance-external 0..255 |
Specify the BGP distance for routes external to the AS. |
bgp-distance-internal 0..255 |
Specify the BGP distance for routes internal to the AS. |
bgp-distance-local 0..255 |
Specify the BGP distance for routes local to the AS. |
bgp-global-nh-preference none|true|false |
Use global nexthop preference for choosing nexthop type in BGP-IPv6. |
bgp-default-shutdown|no-bgp-default-shutdown |
Apply administrative shutdown to newly configured peers. |
no-bgp-redist-static-route-map |
Remove route map for BGP static redistribution. |
no-bgp-redist-connected-route-map |
Remove route map for BGP connected redistribution. |
no-bgp-redist-ospf-route-map |
Remove route map for BGP OSPF redistribution. |
bgp-graceful-shutdown|no-bgp-graceful-shutdown |
Specify to enable or disable BGP graceful shutdown (RFC 8326). |
Defaults None.
Access CLI
History
Version 6.1.1 |
Command introduced. |
Usage Use the command to add a VRF to a vRouter.
Examples To add a VRF vrf2 to the vRouter vRouter1 use the following command:
CLI network-admin@switch > vrouter-vrf-modify vrouter-name vRouter1 vrf vrf2 bgp-redistribute