- 论坛徽章:
- 0
|
乍一看还真有点奇怪,tag一般和策略路由配合。\r\n- ip route prefix mask {address | interface} [distance] [tag tag] [permanent]\r\nno ip route prefix mask\r\n\r\nSyntax Description\r\n\r\nprefix\r\nIP route prefix for the destination.\r\n\r\nmask\r\nPrefix mask for the destination.\r\n\r\naddress\r\nIP address of the next hop that can be used to reach that network.\r\n\r\ninterface\r\nNetwork interface to use.\r\n\r\ndistance\r\n(Optional) An administrative distance.\r\n\r\ntag tag\r\n(Optional) Tag value that can be used as a \"match\" value for controlling redistribution via route maps.\r\n\r\npermanent\r\n(Optional) Specifies that the route will not be removed, even if the interface shuts down.
复制代码 |
|