global¶
Note
requires a Product License.
Global settings configuration.
vsr running config# vrf <vrf> routing global
ipv4¶
Global IPv4 settings.
vsr running config# vrf <vrf> routing global ipv4
router-id¶
Router identifier as an IPv4 address.
vsr running config# vrf <vrf> routing global ipv4
vsr running ipv4# router-id ROUTER-ID
| 
 | An IPv4 address. | 
nexthop-tracking¶
Nexthop tracking global configuration.
vsr running config# vrf <vrf> routing global ipv4 nexthop-tracking
resolve-via-default¶
Allow nexthop tracking to resolve via the default route.
vsr running config# vrf <vrf> routing global ipv4 nexthop-tracking
vsr running nexthop-tracking# resolve-via-default true|false
- Default value
- false
protocol¶
IP route map.
vsr running config# vrf <vrf> routing global ipv4
vsr running ipv4# protocol <name> <route-map>
| 
 | Description | 
|---|---|
| 
 | Any of the above protocols. | 
| 
 | Border Gateway Protocol (BGP). | 
| 
 | Connected routes (directly attached subnet or host). | 
| 
 | Intermediate system to intermediate system (ISIS). | 
| 
 | Open Shortest Path First (OSPFv2). | 
| 
 | Routing Information Protocol (RIP). | 
| 
 | Statically configured routes. | 
| 
 | Route map name. | 
ipv6¶
Global IPv6 settings.
vsr running config# vrf <vrf> routing global ipv6
nexthop-tracking¶
Nexthop tracking global configuration.
vsr running config# vrf <vrf> routing global ipv6 nexthop-tracking
resolve-via-default¶
Allow nexthop tracking to resolve via the default route.
vsr running config# vrf <vrf> routing global ipv6 nexthop-tracking
vsr running nexthop-tracking# resolve-via-default true|false
- Default value
- false
protocol¶
IPv6 route map.
vsr running config# vrf <vrf> routing global ipv6
vsr running ipv6# protocol <name> <route-map>
| 
 | Description | 
|---|---|
| 
 | Any of the above protocols. | 
| 
 | Border Gateway Protocol (BGP). | 
| 
 | Connected routes (directly attached subnet or host). | 
| 
 | Intermediate system to intermediate system (ISIS). | 
| 
 | Open Shortest Path First (IPv6) (OSPFv3). | 
| 
 | Routing Information Protocol next-generation (IPv6) (RIPng). | 
| 
 | Statically configured routes. | 
| 
 | Route map name. |