public interface IsisRouter
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.Ip4Address |
interfaceId()
Returns IP address of the interface.
|
boolean |
isDis()
Gets if the router id DIS or not.
|
org.onlab.packet.Ip4Address |
neighborRouterId()
Gets neighbours ID.
|
void |
setDis(boolean dis)
Sets if the router id DIS or not.
|
void |
setInterfaceId(org.onlab.packet.Ip4Address interfaceId)
Gets IP address of the interface.
|
void |
setNeighborRouterId(org.onlab.packet.Ip4Address neighbourId)
Sets the neighbour Id.
|
void |
setSystemId(String systemId)
Sets system ID of the Router.
|
String |
systemId()
Returns system ID for the router.
|
String systemId()
org.onlab.packet.Ip4Address interfaceId()
void setInterfaceId(org.onlab.packet.Ip4Address interfaceId)
interfaceId - IP address of the interfacevoid setSystemId(String systemId)
systemId - system ID of the routerorg.onlab.packet.Ip4Address neighborRouterId()
void setNeighborRouterId(org.onlab.packet.Ip4Address neighbourId)
neighbourId - neighbour Idboolean isDis()
void setDis(boolean dis)
dis - true if the router is DIS else false