vrouter-vrf-show
This command displays a vRouter VRF configuration.
Syntax vrouter-vrf-show
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 |
Specify if dampening for BGP routes is enabled or disabled. |
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 if BGP graceful shutdown (RFC 8326) is enabled or disabled. |
Defaults None.
Access CLI
History
Version 6.1.1 |
Command introduced. |
Usage Use the command to display a vRouter VRF configuration.
Examples To display the vRouter VRF configuration, use the command:
CLI network-admin@switch1 > vrouter-vrf-show format vrf,hw-vrid,bgp-as,bgp-max-paths,bgp-bestpath-as-path,bgp-ibgp-multipath,bgp-delayed-startup,bgp-update-delay-strict
vrouter-name vrf hw-vrid bgp-as bgp-max-paths bgp-bestpath-as-path bgp-ibgp-multipath bgp-delayed-startup(s) bgp-update-delay-strict(s
------------ ---- ------- ------ ------------- -------------------- ------------------ ---------------------- --------------------------
leaf1 vrf1 1 12000 16 multipath-relax 8 5 60
leaf1 vrf2 2 12002 16 multipath-relax 8 5 60
leaf2 vrf1 1 12000 16 0 5 0
leaf2 vrf2 2 12002 16 0 5 0