Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
mgt static
Syntax
[no] mgt static ip_address interface name:identifier [
metric number ]
Description
This command configures a static route on the management network.
Options
Parameter | Description | Range | Default Value |
---|---|---|---|
static ip_address | The IP address or subnet of the static route | Standard dotted decimal notation with prefix (for example, 192.168.1.0/24). To specify a default route, use 0.0.0.0/0. | None |
interface name:identifier | The egress management interface for the static route | The following interfaces are allowed:
| None |
metric number | The cost for this static route | 0 to 4294967295 | 0 |
Required Privilege Level
Sample Output
The following configures a static route for the management network.
bti7800(config)# mgt static 10.10.1.1/32 interface
mgt:3
bti7800(config-static-10.10.1.1/32/mgt:3/mgt)# commit Commit complete.