Configuring discovery of older versions of Call Manager Express
If
you have Cisco Call Manager Express (CCME) versions older than 3.4
which do not support the CCME MIB, you must edit the cisco.conf file
to enable discovery.
This ensures that the older versions of
Cisco Call Manager Express and Voice Gateway (Routers) are properly
discovered.
To do so, perform these steps:
- Usesm_editto open theconf/voip/cisco.conffile.UNIX/opt/InCharge/VoIP/smarts/bin>sm_edit conf/voip/cisco.confC:\InCharge\VoIP\smarts\bin>sm_edit conf\voip\cisco.conf
- Locate theDiscoverCCMEOnOldVersionsparameter and change the FALSE value of to TRUE. Here is an example:#--------------------- Call Manager Express -------------------- GA_Driver::Cisco-CCME-Probe-Driver { ReadsRulesFrom = GA_RuleSet::Cisco-CCME-Probe-Driver-RS { fileName = "voip/cisco/ic-cisco-ccme-probe.asl" } ReadsInputFrom = SNMP_WalkFE::Cisco-CCME-Probe-Driver-FE { retries = 5 rootOIDs = { {10, ".1.3.6.1.4.1.9.9.439.1.1.1" }, #ccmeEnabled {30, ".1.3.6.1.4.1.9.9.63.1.2.1.1" } #cvVoIPPeerCfgTable } }# Set this value to TRUE, if you # wish to discover CCME on routers pre-dating the CCME MIB. Careful, # false discover of Voice Gateways may be a side effect variables = { { "DiscoverCCMEOnOldVersions", "TRUE" } } waitForCompletion = TRUE }
- Save and close the file. The modified version of thecisco.conffile is saved to theBASEDIR/smarts/local/conf/voipdirectory.