NextHopType
Options
| name | description |
|---|---|
| ATTACHED | Packet will be L2 forwarded. |
| BROADCAST | Packet will be broadcasted to all ports, except the incoming port. |
| DROP | Packet will be dropped. |
| RECEIVE | Packet will be received and consumed by the device. |
| RECURSIVE | Recursive lookup to determine next hop. |
| REDIRECT | Packet will be redirected to another port. |
| REMOTE | Packet will be L3 forwarded. |
| UNDEFINED | -- |
| VRF_FORWARDED | Packet will be forwarded based on VRF. Next hop will be decided there. |
Used by
network → devices → networkInstances → afts → ipv4Unicast → ipEntries → nextHops → nextHopType
See also
Data model path
- network:
Network- devices: List<
Device>- networkInstances: List<
NetworkInstance>- afts:
Afts- ipv4Unicast:
IpUnicast- ipEntries: List<
IpEntry>- nextHops: List<
NextHop>- nextHopType:
NextHopType
- nextHopType:
- nextHops: List<
- ipEntries: List<
- ipv4Unicast:
- afts:
- networkInstances: List<
- devices: List<
network → devices → networkInstances → afts → ipv6Unicast → ipEntries → nextHops → nextHopType
See also
Data model path
- network:
Network- devices: List<
Device>- networkInstances: List<
NetworkInstance>- afts:
Afts- ipv6Unicast:
IpUnicast- ipEntries: List<
IpEntry>- nextHops: List<
NextHop>- nextHopType:
NextHopType
- nextHopType:
- nextHops: List<
- ipEntries: List<
- ipv6Unicast:
- afts:
- networkInstances: List<
- devices: List<