set uda interface null0

In an NPB route-map, drops traffic if this statement becomes the active setting.

Syntax

set uda interface null0
no set uda interface null0

Modes

Route-map configuration mode

Usage Guidelines

The no form of this command deletes the matching filter from the ACL.

Examples

The following example contains a set uda interface null0 statement.

device# configure terminal
device(config)# uda access-list uda_01
device(conf-udaacl-ext)# permit 0x00001111 0x0000ffff 0x00002222 0x0000ffff 0x00003333 0x0000ffff 0x00004444 0x0000ffff count
device(conf-udaacl-ext)# exit
device(config)# route-map rm_UDA_01 permit 1
device(config-route-map-rm_UDA_01/permit/1)# match uda uda_01
device(config-route-map-rm_UDA_01/permit/1)# set interface ethernet 1/5
device(config-route-map-rm_UDA_01/permit/1)# set interface ethernet 1/6
device(config-route-map-rm_UDA_01/permit/1)# set uda interface null0