On the Cisco ISR 4331 series there’s a specific order needed when installing a PVDM4-32 Voice DSP Module, and setting up the associated interfaces.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
version 15.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption no platform punt-keepalive disable-kernel-core ! ! boot-start-marker boot-end-marker ! ! vrf definition Mgmt-intf ! address-family ipv4 exit-address-family ! address-family ipv6 exit-address-family ! card type t1 0 1 ! no aaa new-model ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! subscriber templating ! multilink bundle-name authenticated ! ! ! ! isdn switch-type primary-ni ! ! ! ! ! ! ! ! ! ! ! voice-card 0/1 no watchdog ! license udi pid ISR4331/K9 sn FDO202102VQ ! ! redundancy mode none ! ! ! ! controller T1 0/1/0 framing esf clock source line primary linecode b8zs cablelength long 0db pri-group timeslots 1-24 service mgcp ! controller T1 0/1/1 framing esf linecode b8zs cablelength long 0db channel-group 0 timeslots 1-24 ! ! ! ! class-map match-any ospdQoS-Signaling-Se0/0/1:0 match protocol skinny match protocol rtcp match protocol mgcp class-map match-any ospdQoS-Voice-Se0/0/1:0 match protocol rtp audio class-map match-any ospdQoS-Inter-Video-Se0/0/1:0 match protocol rtp video ! policy-map ospdQoS-Policy-Se0/0/1:0 class ospdQoS-Voice-Se0/0/1:0 priority percent 55 set dscp ef class ospdQoS-Inter-Video-Se0/0/1:0 bandwidth remaining percent 19 set dscp af41 class ospdQoS-Signaling-Se0/0/1:0 bandwidth remaining percent 1 set dscp cs3 class class-default fair-queue policy-map AutoQoS-Policy-UnTrust class class-default fair-queue ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface GigabitEthernet0/0/0 description Inside Interface ip address 10.200.200.2 255.255.255.248 negotiation auto ! interface GigabitEthernet0/0/1 no ip address ip pim dense-mode negotiation auto ! interface GigabitEthernet0/0/2 no ip address negotiation auto ! interface Service-Engine0/1/0 ! interface Serial0/1/0:23 no ip address encapsulation hdlc isdn switch-type primary-ni isdn bind-l3 ccm-manager no cdp enable ! interface Serial0/1/1:0 ip address 192.168.1.1 255.255.255.0 ip pim dense-mode service-policy output ospdQoS-Policy-Se0/0/1:0 ! interface GigabitEthernet0 vrf forwarding Mgmt-intf ip address 134.186.175.224 255.255.255.0 negotiation auto ! ip forward-protocol nd no ip http server no ip http secure-server ip tftp source-interface GigabitEthernet0 ip route 0.0.0.0 0.0.0.0 10.200.200.1 ip route 165.235.42.0 255.255.255.128 10.200.200.1 ip route 165.235.42.128 255.255.255.128 192.168.1.2 ip route 192.168.100.0 255.255.255.248 10.200.200.1 ! ! ip access-list extended AutoQoS-VoIP-Control permit tcp any any eq 1720 permit tcp any any range 11000 11999 permit udp any any eq 2427 permit tcp any any eq 2428 permit tcp any any range 2000 2002 permit udp any any eq 1719 permit udp any any eq 5060 ip access-list extended AutoQoS-VoIP-RTCP permit udp any any range 16384 32767 ! ! snmp-server community ospd RO snmp-server community ospd!#123 RW ! ! control-plane ! ! voice-port 0/1/0:23 ! ! ! ! ! mgcp mgcp call-agent 165.235.42.6 service-type mgcp version 0.1 no mgcp timer receive-rtcp mgcp bind control source-interface GigabitEthernet0/0/0 mgcp bind media source-interface GigabitEthernet0/0/0 mgcp behavior rsip-range tgcp-only mgcp behavior comedia-role none mgcp behavior comedia-check-media-src disable mgcp behavior comedia-sdp-force disable ! mgcp profile default ! ! ! ccm-manager redundant-host 165.235.42.5 ccm-manager mgcp ccm-manager config server 165.235.42.5 ! ! ! line con 0 password 7 0822455D0A16 login stopbits 1 line aux 0 stopbits 1 line vty 0 4 login local line vty 5 15 password 7 00071A150754 login ! ntp master 1 ntp server 134.186.5.17 prefer ntp server 134.186.253.1 ! end |