public interface IsisAgent
| Modifier and Type | Method and Description |
|---|---|
boolean |
addConnectedRouter(IsisRouter isisRouter)
Adds a router that has just connected to the system.
|
void |
addLink(IsisLink isisLink)
Notifies that got a packet of link from network and need do processing.
|
void |
deleteLink(IsisLink isisLink)
Notifies that got a packet of link from network and need do processing.
|
void |
removeConnectedRouter(IsisRouter isisRouter)
Removes the router which got disconnected from the system.
|
boolean addConnectedRouter(IsisRouter isisRouter)
isisRouter - the router id to addvoid removeConnectedRouter(IsisRouter isisRouter)
isisRouter - the router id to removevoid addLink(IsisLink isisLink)
isisLink - link instancevoid deleteLink(IsisLink isisLink)
isisLink - link instance