public interface IsisNeighbor
| Modifier and Type | Method and Description |
|---|---|
int |
holdingTime()
Returns Holding time of neighbor.
|
IsisInterfaceState |
interfaceState()
Returns the neighbor interface state.
|
byte |
localCircuitId()
Returns neighbor circuit ID.
|
int |
localExtendedCircuitId()
Returns neighbor extended circuit ID.
|
org.onlab.packet.MacAddress |
neighborMacAddress()
Returns the MAC address of neighbor.
|
String |
neighborSystemId()
Returns neighbor system ID.
|
IsisRouterType |
routerType()
Returns router type.
|
void |
setHoldingTime(int holdingTime)
Sets Holding time of neighbor.
|
void |
setL1LanId(String l1LanId)
Sets the LAN ID.
|
void |
setL2LanId(String l2LanId)
Sets the LAN ID.
|
void |
setLocalExtendedCircuitId(int localExtendedCircuitId)
Sets neighbor extended circuit ID.
|
void |
setNeighborState(IsisInterfaceState interfaceState)
Sets the neighbor interface state.
|
void |
startInactivityTimeCheck()
Starts the inactivity timer for this neighbor.
|
void |
stopHoldingTimeCheck()
Stops the holding time check timer.
|
void |
stopInactivityTimeCheck()
Stops the inactivity timer.
|
org.onlab.packet.MacAddress neighborMacAddress()
IsisInterfaceState interfaceState()
void setNeighborState(IsisInterfaceState interfaceState)
interfaceState - the neighbor interface statevoid setL1LanId(String l1LanId)
l1LanId - LAN IDvoid setL2LanId(String l2LanId)
l2LanId - LAN IDString neighborSystemId()
byte localCircuitId()
int localExtendedCircuitId()
void setLocalExtendedCircuitId(int localExtendedCircuitId)
localExtendedCircuitId - neighbor extended circuit IDint holdingTime()
void setHoldingTime(int holdingTime)
holdingTime - Holding time of neighborvoid startInactivityTimeCheck()
void stopInactivityTimeCheck()
void stopHoldingTimeCheck()
IsisRouterType routerType()