C 3745,Version 12.3(4)T2
I tryed to collect statistics of usage a number of active DS0 channels-
cpmActiveDS0s - The number of DS0s that are currently in use.
But i always get 0 active DS0.
http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a00801abe59.shtml
Here a part of my config -
!
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server A.B.C.D
ccm-manager config
!
!
controller E1 2/0
pri-group timeslots 1-31 service mgcp
!
controller E1 2/1
pri-group timeslots 1-31 service mgcp
!
...
!
interface Serial2/0:15
no ip address
no logging event link-status
isdn switch-type primary-net5
isdn incoming-voice voice
isdn bind-l3 ccm-manager
no cdp enable
!
interface Serial2/1:15
no ip address
no logging event link-status
isdn switch-type primary-net5
isdn incoming-voice voice
isdn bind-l3 ccm-manager
no cdp enable
!
How to resolve it?