PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setBfdPath(java.lang.String bfdPath) |
This filed is valid only if enable_bfd is set to TRUE.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setDeadInterval(java.lang.Long deadInterval) |
Specifies the number of seconds that router must wait before it declares a OSPF
neighbor router down because it has not received OSPF hello packet.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setEnableBfd(java.lang.Boolean enableBfd) |
Enable/Disable OSPF to register for BFD event.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setEnabled(java.lang.Boolean enabled) |
enable/disable OSPF on the interface.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setHelloInterval(java.lang.Long helloInterval) |
Specifies the interval between the hello packets that OSPF sends on this
interface.
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setNetworkType(java.lang.String networkType) |
|
PolicyInterfaceOspfConfig.Builder |
PolicyInterfaceOspfConfig.Builder.setOspfArea(java.lang.String ospfArea) |
Attache Tier0 Interface to specified OSPF Area.
|