CefForwardingElementSpecialType

  • Base type Enumeration

Type of special forwarding element illegal(1) : illegal special forwarding element. the packet will be dropped. punt(2) : the packet will be punted to the next switching path drop(3) : not supported for Destination IP to next hop interface and the packet will be dropped discard(4) : the packet is for Destination IP through next hop interface and it will be discarded null(5) : the packet is for Destination IP to null0, it will be dropped glean(6) : an attempt will be made to complete the encapsulation string through address resolution unResolved(7): unresolved forwarding element. the packet will be dropped unconditionally. noRoute(8) : no route forwarding element. This forwarding element will result in rate limited punts to the next switching path(to generate ICMP no route message) none(9) : not a special forwarding element and the value of this object should be ignored

Possible values

9 objects
Number Name
1 illegal
2 punt
3 drop
4 discard
5 null
6 glean
7 unresolved
8 noRoute
9 none