can someone please help with what command (s) to use to find out VoIP Modem Count on a CMTS? Thank you
This is a tricky question,
however on a cisco CMTS you can run the command
show cable modem docsis device-class
it will spit out something like so
000e.5cb7.1ce4 C3/0/U3 online(pt) 176 1.1 CM 0015.ce60.9f6e C3/0/U3 online(pt) 177 1.1 eCM eMTA 0015.ce47.a552 C3/0/U1 online(pt) 178 1.1 eCM eMTA
the ones with eMTA are voice capable modems.
getting a count of voice modems in use is trickier and would require knowing how your QOS works.
Thank you. The command show cable modem docsis device-class give me what i was looking for.
Found out you can also do
show cable modem docsis device-class summary total
which outputs much more meaningful stats i.e.
---------------------------- Interface Online unrep CM eCM eMTA eSTB ePS Cable3/0/U0 55 0 42 13 13 0 0 Cable3/0/U1 170 0 157 22 22 0 0 Cable3/0/U2 217 0 139 78 76 0 0 Cable3/0/U3 241 0 162 83 82 0 0 ....
Total: 4700 1 3591 1235 1209 0 8
I got a question - whydon't I see any count just total online & rest is "unreported"? Should I activate this feature in some way?
Here's the Motorola version:
CMTS:7A#sh cable modem mta summary Cable Total Reg Unreg Offline SpecGrp LbGrp Interface Modem Modem Modem Modem Name Name 0/0/U0 2 1 0 1 slot0up0 N/A 0/0/U1 1 1 0 0 slot0up1 N/A 0/0/U2 2 2 0 0 slot0up2 N/A 0/1/U4 88 88 0 0 slot0up4 N/A 0/1/U5 85 85 0 0 slot0up5 N/A 0/1/U6 108 108 0 0 slot0up6 N/A 0/1/U7 49 48 0 1 slot0up7 N/A 1/0/U0 104 104 0 0 slot1up0 N/A 1/0/U1 80 80 0 0 slot1up1 N/A 1/0/U2 111 110 0 1 slot1up2 N/A 1/0/U3 75 75 0 0 slot1up3 N/A 1/1/U4 1 1 0 0 slot1up4 N/A 1/1/U5 2 2 0 0 slot1up5 N/A 1/1/U6 1 1 0 0 slot1up6 N/A 1/1/U7 98 98 0 0 slot1up7 N/A
You can also see the modems that have a current voice call:
=> show cable modem calls => show cable calls
We use cookies on this site to enhance your user experienceBy clicking any link on this page you are giving your consent for us to set cookies.
This is a tricky question,
however on a cisco CMTS you can run the command
show cable modem docsis device-class
it will spit out something like so
000e.5cb7.1ce4 C3/0/U3 online(pt) 176 1.1 CM
0015.ce60.9f6e C3/0/U3 online(pt) 177 1.1 eCM eMTA
0015.ce47.a552 C3/0/U1 online(pt) 178 1.1 eCM eMTA
the ones with eMTA are voice capable modems.
getting a count of voice modems in use is trickier and would require knowing how your QOS works.
Thank you.
The command show cable modem docsis device-class give me what i was looking for.
Found out you can also do
show cable modem docsis device-class summary total
which outputs much more meaningful stats i.e.
----------------------------
Interface Online unrep CM eCM eMTA eSTB ePS
Cable3/0/U0 55 0 42 13 13 0 0
Cable3/0/U1 170 0 157 22 22 0 0
Cable3/0/U2 217 0 139 78 76 0 0
Cable3/0/U3 241 0 162 83 82 0 0
....
Total: 4700 1 3591 1235 1209 0 8
I got a question - whydon't I see any count just total online & rest is "unreported"? Should I activate this feature in some way?
Here's the Motorola version:
CMTS:7A#sh cable modem mta summary
Cable Total Reg Unreg Offline SpecGrp LbGrp
Interface Modem Modem Modem Modem Name Name
0/0/U0 2 1 0 1 slot0up0 N/A
0/0/U1 1 1 0 0 slot0up1 N/A
0/0/U2 2 2 0 0 slot0up2 N/A
0/1/U4 88 88 0 0 slot0up4 N/A
0/1/U5 85 85 0 0 slot0up5 N/A
0/1/U6 108 108 0 0 slot0up6 N/A
0/1/U7 49 48 0 1 slot0up7 N/A
1/0/U0 104 104 0 0 slot1up0 N/A
1/0/U1 80 80 0 0 slot1up1 N/A
1/0/U2 111 110 0 1 slot1up2 N/A
1/0/U3 75 75 0 0 slot1up3 N/A
1/1/U4 1 1 0 0 slot1up4 N/A
1/1/U5 2 2 0 0 slot1up5 N/A
1/1/U6 1 1 0 0 slot1up6 N/A
1/1/U7 98 98 0 0 slot1up7 N/A
You can also see the modems that have a current voice call:
=> show cable modem calls
=> show cable calls