The AdminDownFlag controls whether Network Protocol Manager generates alarms on the protocol sessions of protocol endpoints that are administratively down (manually disabled)
Protocol Manager Configuration file locations:
BGP: <BASEDIR>NPM/smarts/conf/bgp/bgp.conf
OSPF: <BASEDIR>NPM/smarts/conf/ospf/ospf.conf
ISIS: <BASEDIR>NPM/smarts/conf/isis/isis.conf
EIGRP: <BASEDIR>NPM/smarts/conf/eigrp/eigrp.conf
Example: Setting the AdminDownFlag in the bgp.conf configuration file:
bin/sm_edit conf/bgp/bgp.conf
MSI_AdapterManager::BGP-Adapter-Manager {
...
...
AdminDownFlag = TRUE
...
...
}
Overriding the AdminDownFlag parameter value in the configuration file
You can issue the following dmctl command from the BASEDIR/smarts/bin directory to override the AdminDownFlag parameter value in the <protocol>.conf file. However, this change will not be permanent:
dmctl -s INCHARGE-BGP put MSI_AdapterManager::BGP-Adapter-Manager::AdminDownFlag TRUE
dmctl -s INCHARGE-OSPF put MSI_AdapterManager::OSPF-Adapter-Manager::AdminDownFlag TRUE
dmctl -s INCHARGE-ISIS put MSI_AdapterManager::ISIS-Adapter-Manager::AdminDownFlag TRUE
dmctl -s INCHARGE-EIGRP put MSI_AdapterManager::EIGRP-Adapter-Manager::AdminDownFlag TRUE