User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 738
Default None
Mode Route Map Config
6.9.2.16. set interface
If network administrator does not want to revert to normal forwarding but instead want to drop a packet that
does not match the specified criteria, a set statement needs to be configured to route the packets to interface
null 0 as the last entry in the route-map. set interface null0 needs to be configured in a separate statement. It
should not be added along with any other statement having other match/set terms.
A route-map statement that is used for PBR is configured as permit or deny. If the statement is marked as deny,
traditional destination-based routing is performed on the packet meeting the match criteria. If the statement is
marked as permit, and if the packet meets all the match criteria, then set commands in the route-map
statement are applied. If no match is found in the route-map, the packet is not dropped; instead the packet is
forwarded using the routing decision taken by performing destination-based routing.
To remove a set term from a route map, use the no form of this command.
Format set interface null0
no set interface null0
Default None
Mode Route Map Config
Fields
Definition
community-number
One to sixteen community numbers, either as a 32-bit integers or in AA:NN
format. Communities are separated by spaces. The well-known communities no
advertise and no-export are also accepted.
additive
(Optional) Communities are added to those already attached to the route.
no-advertise
Matching route not to be advertised to any BGP peer.
no-export
Matching route not to be advertised to external BGP peer
none
Removes all communities from matching routes
Fields
Definition
null0
Specify the destination interface to be null interface .