As a temporary work-around, you can take the following actions:
- You will need to change the priority for Multicast-Select-Driver in discovery/conf/DISCOVERY_MCAST.import file from 873 to 105.
- Use the Smarts sm_edit utility to edit the following file:
- ./sm_edit conf/discovery/DISCOVERY_MCAST.import
- The End-Device-Generic-Driver definition should be as per below:
End-Device-Generic-Driver {
drivers += {"Multicast-Select-Driver", 105}
}
End-Device-Generic-Driver {
drivers += {"Multicast-Select-Driver", 873}
}
- Next you need to restart your domain and re-discover the Cisco Router
Alternatively, you can comment out the below section in the DISCOVERY_CISCO.conf
- Using the same sm_edit utility to edit the below file:
- ./sm_edit conf/discovery/DISCOVERY_CISCO.import
1. # End-Device-Generic-Driver {
2. # drivers += {"End-Device-Cisco-CPUProc-Driver", 110}
3. # }
- And leave priority for Multicast-Select-Driver to 873 as it was originally
- ./sm_edit conf/discovery/DISCOVERY_MCAST.import
End-Device-Generic-Driver {
drivers += {"Multicast-Select-Driver", 873}
}
- After making this change, this would also require a restart of the domain and re-discovery of the Cisco Router