391
Command: set originator-id <ip_addr>
no set originator-id [<ip_addr>]
Function:
Configure the origin ip address of the BGP routing message. The “
no set
originator-id [<ip_addr>]
” command deletes the configuration.
Parameter: <ip_addr>
is the ip address of the route source shown by dotted decimal
notation.
Command Mode:
route-map mode
Usage Guide:
To use this command, one match clause should at first be defined.
Example:
Switch#config terminal
Switch(config)#route-map r1 permit 5
Switch(config-route-map)#set originator-id 10.1.1.1
14.2.3.24 set tag
Command: set tag <tag_val>
no set tag [<tag_val>]
Function:
Configure the tag domain of OSPF routing messages. The “
no set tag
[<tag_val>]
” command deletes this configuration.
Parameter: <tag-val >
is the tag value, ranging between 0
~
4294967295.
Command Mode:
route-map mode
Usage Guide:
There is a route-tag domain at the AS-external-LSA type LSA. The domain
is normally identified by other routing protocols. To use this command, one match clause
should at first be defined.
Example:
Switch#config terminal
Switch(config)#route-map r1 permit 5
Switch(config-route-map)#set tag 60
14.2.3.25 set vpnv4 next-hop
Command: set vpnv4 next-hop <ip_addr>
no set vpnv4 next-hop [<ip_addr>]
Function:
Configure the next-hop of BGP VPNv4 routing message. The “
no set vpnv4
next-hop [<ip_addr>]
” command deletes the configuration.
Parameter: <ip_addr>
is the next-hop ip address of VPNv4 route shown by dotted
decimal notation.
Command Mode:
route-map mode
Usage Guide:
To use this command, one match clause should at first be defined.
Example: