SpecialNextHop

class RoutingState.RoutingInstance.Ribs.Rib.Routes.Route.NextHop.SpecialNextHop

SpecialNextHop (Enum Class)

blackhole = 0

Silently discard the packet.

unreachable = 1

Discard the packet and notify the sender with an error

message indicating that the destination host is

unreachable.

prohibit = 2

Discard the packet and notify the sender with an error

message indicating that the communication is

administratively prohibited.

receive = 3

The packet will be received by the local system.