public interface IsisLink
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.Ip4Address |
interfaceIp()
Returns IP address of the interface.
|
IsisLinkTed |
linkTed()
Returns the link TED details.
|
String |
localSystemId()
Returns the local system ID.
|
org.onlab.packet.Ip4Address |
neighborIp()
Returns IP address of the neighbor.
|
String |
remoteSystemId()
Returns the remote system ID.
|
void |
setInterfaceIp(org.onlab.packet.Ip4Address interfaceIp)
Sets IP address of the interface.
|
void |
setLinkTed(IsisLinkTed linkTed)
Sets the link TED information.
|
void |
setLocalSystemId(String localSystemId)
Sets local system ID.
|
void |
setNeighborIp(org.onlab.packet.Ip4Address neighborIp)
Sets IP address of the neighbor.
|
void |
setRemoteSystemId(String remoteSystemId)
Sets remote system ID.
|
String remoteSystemId()
String localSystemId()
org.onlab.packet.Ip4Address interfaceIp()
org.onlab.packet.Ip4Address neighborIp()
IsisLinkTed linkTed()
void setRemoteSystemId(String remoteSystemId)
remoteSystemId - remote system IDvoid setLocalSystemId(String localSystemId)
localSystemId - remote system IDvoid setInterfaceIp(org.onlab.packet.Ip4Address interfaceIp)
interfaceIp - IP address of the interfacevoid setNeighborIp(org.onlab.packet.Ip4Address neighborIp)
neighborIp - IP address of the neighborvoid setLinkTed(IsisLinkTed linkTed)
linkTed - link TED