************************ This is a log file going through the configuration of a CallManager Express setup on a router and also configuring a 3550 switch. It was done as a collaborative effort by the East Bay Cisco Users Group members. www.ebcug.org. ************************ ccme-switch(config-if)#sw ccme-switch(config-if)#do show vlan inter ccme-switch(config-if)#do show vlan inter fa 0/24 show vlan inter fa 0/24 ^ % Invalid input detected at '^' marker. ccme-switch(config-if)#do show vlan inter fast 0/24 show vlan inter fast 0/24 ^ % Invalid input detected at '^' marker. ccme-switch(config-if)#do show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/2, Fa0/4, Fa0/5 Fa0/6, Fa0/9, Fa0/10, Fa0/11 Fa0/12, Fa0/14, Fa0/15, Fa0/16 Fa0/17, Fa0/18, Fa0/21, Fa0/24 Gi0/1, Gi0/2 2 VLAN0002 active Fa0/3 5 VLAN0005 active Fa0/13 10 VLAN0010 active Fa0/19, Fa0/20, Fa0/22, Fa0/23 20 VLAN0020 active Fa0/7, Fa0/8 25 VLAN0025 active 50 VLAN0050 active Fa0/13 100 VLAN0100 active Fa0/18, Fa0/20, Fa0/22 200 VLAN0200 active Fa0/3 250 VLAN0250 active 1002 fddi-default act/unsup 1003 trcrf-default act/unsup 1004 fddinet-default act/unsup 1005 trbrf-default act/unsup VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ccme-switch(config-if)#sw ccme-switch(config-if)#switchport all ccme-switch(config-if)#switchport tr ccme-switch(config-if)#switchport trunk all ccme-switch(config-if)#switchport trunk allowed vlq ccme-switch(config-if)#switchport trunk allowed vl ccme-switch(config-if)#switchport trunk allowed vlan 20,200 ccme-switch(config-if)#exit ccme-switch(config)#exit ccme-switch# 00:51:06: %SYS-5-CONFIG_I: Configured from console by console ccme-switch#show run inter ccme-switch#show run inter fa 0/24 Building configuration... Current configuration : 216 bytes ! interface FastEthernet0/24 description to Router dot1q trunk switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport trunk allowed vlan 20,200 switchport mode trunk no ip address end ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#inter fa 0/2 ccme-switch(config-if)#sw ccme-switch(config-if)#switchport tr ccme-switch(config-if)#switchport trunk enc ccme-switch(config-if)#switchport trunk encapsulation do ccme-switch(config-if)#switchport trunk encapsulation dot1q ccme-switch(config-if)# 00:53:10: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down ccme-switch(config-if)#sw ccme-switch(config-if)#switchport tr ccme-switch(config-if)#switchport trunk 00:53:13: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up ccme-switch(config-if)#switchport trunk na ccme-switch(config-if)#switchport trunk native vl ccme-switch(config-if)#switchport trunk native vlan 20 ccme-switch(config-if)#sw ccme-switch(config-if)#switchport tr ccme-switch(config-if)#switchport trunk voic ccme-switch(config-if)#switchport trunk voi ccme-switch(config-if)#switchport ? access Set access mode characteristics of the interface block Disable forwarding of unknown uni/multi cast addresses broadcast Set broadcast suppression level on this interface encapsulation Set trunking encapsulation when interface is in trunking mode host Set port host mode Set trunking mode of the interface multicast Set multicast suppression level on this interface native Set trunking native characteristics when interface is in trunking mode nonegotiate Device will not engage in negotiation protocol on this interface port-security Security related command priority Set appliance 802.1p priority protected Configure an interface to be a protected port pruning Set pruning VLAN characteristics when interface is in trunking mode trunk Set trunking characteristics of the interface unicast Set unicast suppression level on this interface voice Voice appliance attributes ccme-switch(config-if)#switchport voi ccme-switch(config-if)#switchport voice cl ccme-switch(config-if)#switchport voice vl ccme-switch(config-if)#switchport voice vlan 200 ccme-switch(config-if)#sw ccme-switch(config-if)#switchport acc ccme-switch(config-if)#switchport access vla ccme-switch(config-if)#switchport access vlan 20 ccme-switch(config-if)#do show inter fa 0/2 FastEthernet0/2 is up, line protocol is up (connected) Hardware is Fast Ethernet, address is 000d.296c.4882 (bia 000d.296c.4882) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s input flow-control is off, output flow-control is off ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:53, output 00:00:01, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 223 packets input, 68729 bytes, 0 no buffer Received 223 broadcasts (0 multicast) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 48 multicast, 0 pause input 0 input packets with dribble condition detected 13522 packets output, 1028480 bytes, 0 underruns ccme-switch(config-if)#do show run inter fa 0/2 Building configuration... Current configuration : 232 bytes ! interface FastEthernet0/2 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode dynamic desirable switchport voice vlan 200 no ip address spanning-tree portfast end ccme-switch(config-if)#swi ccme-switch(config-if)#switchport mod ccme-switch(config-if)#switchport mode tr ccme-switch(config-if)#switchport mode trunk ? ccme-switch(config-if)#switchport mode trunk ccme-switch(config-if)#sw ccme-switch(config-if)#switchport 00:54:46: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down ccme-switch(config-if)#switchport ccme-switch(config-if)# ccme-switch(config-if)# 00:54:49: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up ccme-switch(config-if)# ccme-switch(config-if)# ccme-switch(config-if)#do show run inter fa 0/2 Building configuration... Current configuration : 220 bytes ! interface FastEthernet0/2 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast end ccme-switch(config-if)# 00:55:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to up 00:55:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan5, changed state to up 00:55:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to up 00:55:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan25, changed state to up 00:55:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan50, changed state to up 00:55:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan100, changed s ccme-switch(config-if)#tate to up 00:55:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan250, changed state to up ccme-switch(config-if)# ccme-switch(config-if)# ccme-switch(config-if)# ccme-switch(config-if)#do show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/4, Fa0/5, Fa0/6 Fa0/9, Fa0/10, Fa0/11, Fa0/12 Fa0/14, Fa0/15, Fa0/16, Fa0/17 Fa0/18, Fa0/21, Fa0/24, Gi0/1 Gi0/2 2 VLAN0002 active Fa0/3 5 VLAN0005 active Fa0/13 10 VLAN0010 active Fa0/19, Fa0/20, Fa0/22, Fa0/23 20 VLAN0020 active Fa0/7, Fa0/8 25 VLAN0025 active 50 VLAN0050 active Fa0/13 100 VLAN0100 active Fa0/18, Fa0/20, Fa0/22 200 VLAN0200 active Fa0/3 250 VLAN0250 active 1002 fddi-default act/unsup 1003 trcrf-default act/unsup 1004 fddinet-default act/unsup 1005 trbrf-default act/unsup VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ 1 enet 100001 1500 - - - - - 0 0 2 enet 100002 1500 - - - - - 0 0 5 enet 100005 1500 - - - - - 0 0 10 enet 100010 1500 - - - - - 0 0 20 enet 100020 1500 - - - - - 0 0 25 enet 100025 1500 - - - - - 0 0 50 enet 100050 1500 - - - - - 0 0 100 enet 100100 1500 - - - - - 0 0 200 enet 100200 1500 - - - - - 0 0 250 enet 100250 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 0 0 1003 trcrf 101003 4472 1005 3276 - - srb 0 0 1004 fdnet 101004 1500 - - - ieee - 0 0 1005 trbrf 101005 4472 - - 15 ibm - 0 0 VLAN AREHops STEHops Backup CRF ---- ------- ------- ---------- 1003 7 7 off Remote SPAN VLANs ------------------------------------------------------------------------------ Primary Secondary Type Ports ------- --------- ----------------- ------------------------------------------ ccme-switch(config-if)#do show run inter fa 0/2 Building configuration... Current configuration : 220 bytes ! interface FastEthernet0/2 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast end ccme-switch(config-if)#inter fa 0/4 ccme-switch(config-if)# switchport access vlan 20 ccme-switch(config-if)# switchport trunk encapsulation dot1q ccme-switch(config-if)# switchport trunk native vlan 20 ccme-switch(config-if)# switchport mode trunk ccme-switch(config-if)# switchport voice vlan 200 ccme-switch(config-if)# no ip address ccme-switch(config-if)# spanning-tree portfast ccme-switch(config-if)# 00:56:04: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to down ccme-switch(config-if)# ccme-switch(config-if)# ccme-switch(config-if)#exit ccme-switch(config)# 00:56:07: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to up ccme-switch(config)#exit ccme-switch#wri mem Building configuration... 00:56:10: %SYS-5-CONFIG_I: Configured from console by console[OK] ccme-switch# CCMExpress-r4> CCMExpress-r4> CCMExpress-r4>en Password: Password: Password: CCMExpress-r4#show run Building configuration... Current configuration : 1270 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname CCMExpress-r4 ! boot-start-marker boot-end-marker ! enable secret 5 $1$1jQ8$KMTSehj6LuJXwI3KUspLI0 ! username drenner password 0 12345 no network-clock-participate slot 1 no network-clock-participate wic 0 no aaa new-model ip subnet-zero ip cef ! ! ip dhcp excluded-address 172.17.1.1 172.17.1.9 ! ip dhcp pool localpool network 172.17.1.0 255.255.255.0 ! ! no ftp-server write-enable ! ! voice rtp send-recv ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 no ip address shutdown ! interface FastEthernet0/1 ip address 172.17.1.1 255.255.255.0 CCMExpress-r4#conf t Enter configuration commands, one per line. End with CNTL/Z. CCMExpress-r4(config)#inter fa 0/1 CCMExpress-r4(config-if)#shut CCMExpress-r4(config-if)#exit CCMExpress-r4(config)#inter fa 0/ *Mar 1 00:40:05.995: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down0 CCMExpress-r4(config-if)# CCMExpress-r4(config-if)#inter fa 0/0 CCMExpress-r4(config-if)#sw CCMExpress-r4(config-if)#ip add CCMExpress-r4(config-if)#ip address 10.0.20.1 255.255.255.0 ? secondary Make this IP address a secondary address CCMExpress-r4(config-if)#ip address 10.0.20.1 255.255.255.0 CCMExpress-r4(config-if)#no ip address 10.0.20.1 255.255.255.0 CCMExpress-r4(config-if)#exit CCMExpress-r4(config)#inter fa 0/0.20 CCMExpress-r4(config-subif)#enc CCMExpress-r4(config-subif)#encapsulation do CCMExpress-r4(config-subif)#encapsulation dot1Q % Incomplete command. CCMExpress-r4(config-subif)#encapsulation dot1Q 20 CCMExpress-r4(config-subif)#ip add CCMExpress-r4(config-subif)#ip address 10.0.20.1 255.255.255.0 CCMExpress-r4(config-subif)#no shut CCMExpress-r4(config-subif)#exit CCMExpress-r4(config)#inter fa 0/0.200 CCMExpress-r4(config-subif)#ip add CCMExpress-r4(config-subif)#ip address 10.0.200.1 255.255.255.0 % Configuring IP routing on a LAN subinterface is only allowed if that subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q, or ISL vLAN. CCMExpress-r4(config-subif)#encapsulation dot1Q 20 %Configuration of multiple subinterfaces of the same main interface with the same VID (20) is not permitted. This VID is already configured on FastEthernet0/0.20. CCMExpress-r4(config-subif)#encapsulation dot1Q 200 CCMExpress-r4(config-subif)#ip address 10.0.200.1 255.255.255.0 CCMExpress-r4(config-subif)#no shut CCMExpress-r4(config-subif)#exit CCMExpress-r4(config)#exit CCMExpress-r4#show ip i *Mar 1 00:44:00.831: %SYS-5-CONFIG_I: Configured from console by consolent brie Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES manual administratively down down FastEthernet0/0.20 10.0.20.1 YES manual administratively down down FastEthernet0/0.200 10.0.200.1 YES manual administratively down down Serial0/0 unassigned YES unset administratively down down FastEthernet0/1 172.17.1.1 YES NVRAM administratively down down CCMExpress-r4#int fa 0/0 ^ % Invalid input detected at '^' marker. CCMExpress-r4#conf t Enter configuration commands, one per line. End with CNTL/Z. CCMExpress-r4(config)#int fa 0/0 CCMExpress-r4(config-if)#no shut CCMExpress-r4(config-if)# CCMExpress-r4(config-if)# CCMExpress-r4(config-if)# CCMExpress-r4(config-if)#exit CCMExpress-r4(config)# *Mar 1 00:44:24.375: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up *Mar 1 00:44:25.375: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up CCMExpress-r4(config)# CCMExpress-r4(config)#exit CCMExpress-r4#ship Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES manual up up FastEthernet0/0.20 10.0.20.1 YES manual up up FastEthernet0/0.200 10.0.200.1 YES manual up up Serial0/0 unassigned YES unset administratively down down FastEthernet0/1 172.17.1.1 YES NVRAM administratively down down CCMExpress-r4# *Mar 1 00:44:32.691: %SYS-5-CONFIG_I: Configured from console by console CCMExpress-r4# CCMExpress-r4#show alias Exec mode aliases: h help lo logout p ping r resume s show u undebug un undebug w where ship sho ip int brief cav sho call active voice brief dvs show dial-peer voice summary CCMExpress-r4# CCMExpress-r4#conf t Enter configuration commands, one per line. End with CNTL/Z. CCMExpress-r4(config)#alia CCMExpress-r4(config)#alias ex CCMExpress-r4(config)#alias exec si0 show int fast 0/0 CCMExpress-r4(config)#exit CCMExpress-r4#s *Mar 1 00:45:29.159: %SYS-5-CONFIG_I: Configured from console by consolei0 FastEthernet0/0 is up, line protocol is up Hardware is AmdFE, address is 000c.cef1.7e00 (bia 000c.cef1.7e00) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation 802.1Q Virtual LAN, Vlan ID 1., loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s, 100BaseTX/FX ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:02, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 15 packets input, 4058 bytes Received 15 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog 0 input packets with dribble condition detected 11 packets output, 1819 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 babbles, 0 late collision, 0 deferred 3 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out CCMExpress-r4#ship Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES manual up up FastEthernet0/0.20 10.0.20.1 YES manual up up FastEthernet0/0.200 10.0.200.1 YES manual up up Serial0/0 unassigned YES unset administratively down down FastEthernet0/1 172.17.1.1 YES NVRAM administratively down down CCMExpress-r4#wri mem Building configuration... [OK] CCMExpress-r4#show run Building configuration... Current configuration : 1488 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname CCMExpress-r4 ! boot-start-marker boot-end-marker ! enable secret 5 $1$1jQ8$KMTSehj6LuJXwI3KUspLI0 ! username drenner password 0 12345 no network-clock-participate slot 1 no network-clock-participate wic 0 no aaa new-model ip subnet-zero ip cef ! ! ip dhcp excluded-address 172.17.1.1 172.17.1.9 ! ip dhcp pool localpool network 172.17.1.0 255.255.255.0 ! ! no ftp-server write-enable ! ! voice rtp send-recv ! ! ! ! ! ! ! ! ! ! ! ! ! CCMExpress-r4#no % Incomplete command. CCMExpress-r4#conf t Enter configuration commands, one per line. End with CNTL/Z. CCMExpress-r4(config)#no ip dh CCMExpress-r4(config)#no ip dhcp pool localpool CCMExpress-r4(config)#ip dhcp p CCMExpress-r4(config)#ip dhcp ? aaa Configure aaa attributes binding DHCP address bindings bootp BOOTP specific configuration class Configure DHCP classes conflict DHCP address conflict parameters database Configure DHCP database agents excluded-address Prevent DHCP from assigning certain addresses limit Limit DHCP Lease limited-broadcast-address Use all 1's broadcast address ping Specify ping parameters used by DHCP pool Configure DHCP address pools relay DHCP relay agent parameters smart-relay Enable Smart Relay feature use Configure use of DHCP classes CCMExpress-r4(config)#ip dhcp pool datanet CCMExpress-r4(dhcp-config)#net CCMExpress-r4(dhcp-config)#netwo CCMExpress-r4(dhcp-config)#network 10.0.20.0 255.255.255.0 CCMExpress-r4(dhcp-config)#exit CCMExpress-r4(config)#ip dh CCMExpress-r4(config)#ip dhcp ex CCMExpress-r4(config)#ip dhcp excluded-address 10.0.20.1 10.0.20.149 CCMExpress-r4(config)#ip dhcp pool voicenet CCMExpress-r4(dhcp-config)#network 10.0.200.0 255.255.255.0 CCMExpress-r4(dhcp-config)#? DHCP pool configuration commands: accounting Send Accounting Start/Stop messages bootfile Boot file name class Specify a DHCP class client-identifier Client identifier client-name Client name default-router Default routers dns-server DNS servers domain-name Domain name exit Exit from DHCP pool configuration mode hardware-address Client hardware address host Client IP address and mask import Programatically importing DHCP option parameters lease Address lease time netbios-name-server NetBIOS (WINS) name servers netbios-node-type NetBIOS node type network Network number and mask next-server Next server in boot process no Negate a command or set its defaults option Raw DHCP options origin Configure the origin of the pool subnet Subnet allocation commands update Dynamic updates utilization Configure various utilization parameters vrf Associate this pool with a VRF CCMExpress-r4(dhcp-config)#def CCMExpress-r4(dhcp-config)#default-router 10.0.200.1 CCMExpress-r4(dhcp-config)#op CCMExpress-r4(dhcp-config)#option 150 10.0.200.1 ^ % Invalid input detected at '^' marker. CCMExpress-r4(dhcp-config)#option 150 ? ascii Data is an NVT ASCII string hex Data is a hexadecimal string instance Specify the option instance ip Data is one or more IP addresses CCMExpress-r4(dhcp-config)#option 150 ip 10.0.200.1 CCMExpress-r4(dhcp-config)# CCMExpress-r4(dhcp-config)# CCMExpress-r4(dhcp-config)#exit CCMExpress-r4(config)#ip exc CCMExpress-r4(config)#ip dh CCMExpress-r4(config)#ip dhcp ex CCMExpress-r4(config)#ip dhcp excluded-address 10.0.200.1 10.0.200.149 CCMExpress-r4(config)#ip dhcp ? aaa Configure aaa attributes binding DHCP address bindings bootp BOOTP specific configuration class Configure DHCP classes conflict DHCP address conflict parameters database Configure DHCP database agents excluded-address Prevent DHCP from assigning certain addresses limit Limit DHCP Lease limited-broadcast-address Use all 1's broadcast address ping Specify ping parameters used by DHCP pool Configure DHCP address pools relay DHCP relay agent parameters smart-relay Enable Smart Relay feature use Configure use of DHCP classes CCMExpress-r4(config)#ip dhcp rel CCMExpress-r4(config)#ip dhcp relay ? information Relay agent information option CCMExpress-r4(config)#ip dhcp relay in CCMExpress-r4(config)#ip dhcp relay information ? check Validate relay information in BOOTREPLY option Insert relay information in BOOTREQUEST policy Define reforwarding policy trust-all Received DHCP packets may contain relay info option with zero giaddr CCMExpress-r4(config)#ip dhcp relay information op CCMExpress-r4(config)#ip dhcp relay information option ? vpn Insert VPN sub-options and change the giaddr to the outgoing interface CCMExpress-r4(config)# CCMExpress-r4(config)# CCMExpress-r4(config)# CCMExpress-r4(config)#ip dhcp pool CCMExpress-r4(config)#ip dhcp pool datanet CCMExpress-r4(dhcp-config)#def CCMExpress-r4(dhcp-config)#default-router 10.0.20.1 CCMExpress-r4(dhcp-config)#ip d CCMExpress-r4(dhcp-config)#ip d? % Unrecognized command CCMExpress-r4(dhcp-config)#? DHCP pool configuration commands: accounting Send Accounting Start/Stop messages bootfile Boot file name class Specify a DHCP class client-identifier Client identifier client-name Client name default-router Default routers dns-server DNS servers domain-name Domain name exit Exit from DHCP pool configuration mode hardware-address Client hardware address host Client IP address and mask import Programatically importing DHCP option parameters lease Address lease time netbios-name-server NetBIOS (WINS) name servers netbios-node-type NetBIOS node type network Network number and mask next-server Next server in boot process no Negate a command or set its defaults option Raw DHCP options origin Configure the origin of the pool subnet Subnet allocation commands CCMExpress-r4(dhcp-config)#dn CCMExpress-r4(dhcp-config)#net CCMExpress-r4(dhcp-config)#netvi CCMExpress-r4(dhcp-config)#netbi CCMExpress-r4(dhcp-config)#netbios-n CCMExpress-r4(dhcp-config)#netbios-a CCMExpress-r4(dhcp-config)#netbios-na CCMExpress-r4(dhcp-config)#netbios-name-server ? Hostname or A.B.C.D Server's name or IP address CCMExpress-r4(dhcp-config)#exit CCMExpress-r4(config)#exit CCMExpress-r4#show i *Mar 1 00:57:12.455: %SYS-5-CONFIG_I: Configured from console by conso % Type "show ?" for a list of subcommands CCMExpress-r4# CCMExpress-r4#sho dh CCMExpress-r4#sho dhcp ? lease Show DHCP Addresses leased from a server server Show DHCP Servers we know about CCMExpress-r4#sho dhcp ser CCMExpress-r4#sho dhcp server DHCP server: ANY (255.255.255.255) Leases: 0 Offers: 0 Requests: 0 Acks: 0 Naks: 0 Declines: 0 Releases: 0 Bad: 0 CCMExpress-r4#show dhcp % Incomplete command. CCMExpress-r4#show run Building configuration... Current configuration : 1729 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname CCMExpress-r4 ! boot-start-marker boot-end-marker ! enable secret 5 $1$1jQ8$KMTSehj6LuJXwI3KUspLI0 ! username drenner password 0 12345 no network-clock-participate slot 1 no network-clock-participate wic 0 no aaa new-model ip subnet-zero ip cef ! ! ip dhcp excluded-address 172.17.1.1 172.17.1.9 ip dhcp excluded-address 10.0.20.1 10.0.20.149 ip dhcp excluded-address 10.0.200.1 10.0.200.149 ! ip dhcp pool datanet network 10.0.20.0 255.255.255.0 default-router 10.0.20.1 ! ip dhcp pool voicenet network 10.0.200.0 255.255.255.0 default-router 10.0.200.1 option 150 ip 10.0.200.1 ! ! no ftp-server write-enable ! ! voice rtp send-recv ! ! ! ! ! ! CCMExpress-r4#wri mem Building configuration... [OK] CCMExpress-r4# CCMExpress-r4# CCMExpress-r4#ping 10.0.200.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.200.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms CCMExpress-r4# ccme-switch> ccme-switch>en Password: Password: ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#inter ccme-switch(config)#interface vlan ccme-switch(config)#interface vlan 20 ccme-switch(config-if)#ip add ccme-switch(config-if)#ip address 01:17:59: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan20, changed state to up ccme-switch(config-if)#ip address 10.0.20.254 255.255.255.0 ccme-switch(config-if)#interface vlan 200 ccme-switch(config-if)#ip address 10.0.20.254 255.255.255.0 01:18:22: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan200, changed state to up ccme-switch(config-if)#ip address 10.0.200.254 255.255.255.0 ccme-switch(config-if)#exit ccme-switch(config)#ip def ccme-switch(config)#ip default-g ccme-switch(config)#ip default-gateway 10.0.20.1 ccme-switch(config)#exit ccme-switch# 01:18:40: %SYS-5-CONFIG_I: Configured from console by console ccme-switch# ccme-switch# ccme-switch#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) ccme-switch#show ip int brie Interface IP-Address OK? Method Status Protocol Vlan1 unassigned YES NVRAM administratively down down Vlan2 unassigned YES NVRAM up up Vlan5 192.168.5.2 YES NVRAM up up Vlan10 10.10.10.2 YES NVRAM up up Vlan20 10.0.20.254 YES manual up up Vlan25 172.25.25.2 YES NVRAM up up Vlan50 192.168.50.2 YES NVRAM up up Vlan100 10.10.100.2 YES NVRAM up up Vlan200 10.0.200.254 YES manual up up Vlan250 172.25.250.2 YES NVRAM up up FastEthernet0/1 unassigned YES unset down down FastEthernet0/2 unassigned YES unset up up FastEthernet0/3 unassigned YES unset down down FastEthernet0/4 unassigned YES unset up up FastEthernet0/5 unassigned YES unset down down FastEthernet0/6 unassigned YES unset down down FastEthernet0/7 unassigned YES unset down down FastEthernet0/8 unassigned YES unset down down FastEthernet0/9 unassigned YES unset down down FastEthernet0/10 unassigned YES unset down down FastEthernet0/11 unassigned YES unset down down FastEthernet0/12 unassigned YES unset down down FastEthernet0/13 unassigned YES unset down down ccme-switch#show trunk ^ % Invalid input detected at '^' marker. ccme-switch#show inter ccme-switch#show interfaces tr ccme-switch#show interfaces trunk Port Mode Encapsulation Status Native vlan Fa0/2 on 802.1q trunking 20 Fa0/4 on 802.1q trunking 20 Fa0/24 on 802.1q trunking 20 Port Vlans allowed on trunk Fa0/2 1-4094 Fa0/4 1-4094 Fa0/24 20,200 Port Vlans allowed and active in management domain Fa0/2 1-2,5,10,20,25,50,100,200,250 Fa0/4 1-2,5,10,20,25,50,100,200,250 Fa0/24 20,200 Port Vlans in spanning tree forwarding state and not pruned Fa0/2 1-2,5,10,20,25,50,100,200,250 Fa0/4 1-2,5,10,20,25,50,100,200,250 Fa0/24 20,200 ccme-switch# ping 10.0.20.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms ccme-switch# ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) ccme-switch# CCMExpress-r4# CCMExpress-r4# CCMExpress-r4#ship Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES manual up up FastEthernet0/0.20 10.0.20.1 YES manual up up FastEthernet0/0.200 10.0.200.1 YES manual up up Serial0/0 unassigned YES unset administratively down down FastEthernet0/1 172.17.1.1 YES NVRAM administratively down down CCMExpress-r4#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/24 is subnetted, 2 subnets C 10.0.20.0 is directly connected, FastEthernet0/0.20 C 10.0.200.0 is directly connected, FastEthernet0/0.200 CCMExpress-r4# ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms CCMExpress-r4# ping 10.0.20.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.254, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) CCMExpress-r4#show run Building configuration... Current configuration : 1729 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname CCMExpress-r4 ! boot-start-marker boot-end-marker ! enable secret 5 $1$1jQ8$KMTSehj6LuJXwI3KUspLI0 ! username drenner password 0 12345 no network-clock-participate slot 1 no network-clock-participate wic 0 no aaa new-model ip subnet-zero ip cef ! ! ip dhcp excluded-address 172.17.1.1 172.17.1.9 ip dhcp excluded-address 10.0.20.1 10.0.20.149 ip dhcp excluded-address 10.0.200.1 10.0.200.149 ! ip dhcp pool datanet network 10.0.20.0 255.255.255.0 default-router 10.0.20.1 ! ip dhcp pool voicenet network 10.0.200.0 255.255.255.0 default-router 10.0.200.1 option 150 ip 10.0.200.1 ! ! no ftp-server write-enable ! ! voice rtp send-recv ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto ! interface FastEthernet0/0.20 encapsulation dot1Q 20 ip address 10.0.20.1 255.255.255.0 ! interface FastEthernet0/0.200 encapsulation dot1Q 200 ip address 10.0.200.1 255.255.255.0 ! interface Serial0/0 no ip address shutdown ! interface FastEthernet0/1 ip address 172.17.1.1 255.255.255.0 shutdown duplex auto speed auto ! ip classless ip http server CCMExpress-r4#clear arp CCMExpress-r4#show arp Protocol Address Age (min) Hardware Addr Type Interface Internet 10.0.20.1 - 000c.cef1.7e00 ARPA FastEthernet0/0.20 Internet 10.0.200.3 0 000d.290b.e0dc ARPA FastEthernet0/0.200 Internet 10.0.200.1 - 000c.cef1.7e00 ARPA FastEthernet0/0.200 CCMExpress-r4#show cdp nei Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater Device ID Local Intrfce Holdtme Capability Platform Port ID ccme-switch Fas 0/0 164 R S I WS-C3550-2Fas 0/24 CCMExpress-r4#show cdp nei det ------------------------- Device ID: ccme-switch Entry address(es): IP address: 10.0.20.254 Platform: cisco WS-C3550-24-PWR, Capabilities: Router Switch IGMP Interface: FastEthernet0/0, Port ID (outgoing port): FastEthernet0/24 Holdtime : 156 sec Version : Cisco Internetwork Operating System Software IOS (tm) C3550 Software (C3550-I9K2L2Q3-M), Version 12.1(19)EA1, RELEASE SOFTWARE (fc2) Copyright (c) 1986-2003 by cisco Systems, Inc. Compiled Fri 24-Oct-03 01:05 by yenanh advertisement version: 2 Protocol Hello: OUI=0x00000C, Protocol ID=0x0112; payload len=27, value=00000000FFFFFFFF010221FF000000000000000D296C4880FF0000 VTP Management Domain: '' Native VLAN: 20 Duplex: full CCMExpress-r4#ping 10.0.20.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.254, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) CCMExpress-r4# CCMExpress-r4#conf t Enter configuration commands, one per line. End with CNTL/Z. CCMExpress-r4(config)#inter fa 0/0 CCMExpress-r4(config-if)#shut CCMExpress-r4(config-if)# *Mar 1 01:05:31.007: %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to administratively down *Mar 1 01:05:32.007: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down CCMExpress-r4(config-if)# CCMExpress-r4(config-if)# CCMExpress-r4(config-if)#no shut CCMExpress-r4(config-if)#spee CCMExpress-r4(config-if)#speed 100 CCMExpress-r4(config-if)#dup f *Mar 1 01:05:37.599: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to upull CCMExpress-r4(config-if)# *Mar 1 01:05:44.015: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up *Mar 1 01:05:45.015: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down *Mar 1 01:05:46.015: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not half duplex), with ccme-switch FastEthernet0/24 (half duplex). *Mar 1 01:05:46.015: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not half duplex), with ccme-switch FastEthernet0/24 (half duplex). *Mar 1 01:05:46.015: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not half duplex), with ccme-switch FastEthernet0/24 (half duplex). *Mar 1 01:05:47.011: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up *Mar 1 01:05:48.011: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to downCCMExpress-r4 FastEthernet0/0.200 (full duplex). 01:23:33: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/24 (not full duplex), with CCMExpress-r4 FastEthernet0/0.200 (full duplex). 01:23:33: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/24 (not full duplex), with CCMExpress-r4 FastEthernet0/0.200 (full duplex). ccme-switch# ccme-switch# ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#inter fa 0/245 ^ % Invalid input detected at '^' marker. ccme-switch(config)#inter fa 0/24 ccme-switch(config-if)#speed full ^ % Invalid input detected at '^' marker. ccme-switch(config-if)#dup full Duplex can not be set until speed is set to non-auto value ccme-switch(config-if)#speed 100 ccme-switch(config-if)#d 01:23:59: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/24 (not full duplex), with CCMExpress-r4 FastEthernet0/0 (full duplex). ccme-switch(config-if)#dup ful 01:24:00: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/24, changed state to down ccme-switch(config-if)#dup ful ccme-switch(config-if)#exit ccme-switch(config)# *Mar 1 01:06:28.403: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up *Mar 1 01:06:29.403: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down CCMExpress-r4(config-if)# CCMExpress-r4(config-if)#ex *Mar 1 01:06:32.899: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upit CCMExpress-r4(config)#sho cdp nei ^ % Invalid input detected at '^' marker. CCMExpress-r4(config)#do show cdp nei Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater Device ID Local Intrfce Holdtme Capability Platform Port ID ccme-switch Fas 0/0 164 R S I WS-C3550-2Fas 0/24 CCMExpress-r4(config)#exit CCMExpress-r4#show *Mar 1 01:06:45.227: %SYS-5-CONFIG_I: Configured from console by consoleip int brie Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES manual up up FastEthernet0/0.20 10.0.20.1 YES manual up up FastEthernet0/0.200 10.0.200.1 YES manual up up Serial0/0 unassigned YES unset administratively down down FastEthernet0/1 172.17.1.1 YES NVRAM administratively down down CCMExpress-r4# CCMExpress-r4#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms CCMExpress-r4#ping 10.0.20.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.254, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) CCMExpress-r4# ccme-switch(config)# ccme-switch(config)# ccme-switch(config)#exit ccme-switch#show ip in 01:25:05: %SYS-5-CONFIG_I: Configured from console by console ccme-switch#show ip int brie Interface IP-Address OK? Method Status Protocol Vlan1 unassigned YES NVRAM administratively down down Vlan2 unassigned YES NVRAM up up Vlan5 192.168.5.2 YES NVRAM up up Vlan10 10.10.10.2 YES NVRAM up up Vlan20 10.0.20.254 YES manual up up Vlan25 172.25.25.2 YES NVRAM up up Vlan50 192.168.50.2 YES NVRAM up up Vlan100 10.10.100.2 YES NVRAM up up Vlan200 10.0.200.254 YES manual up up Vlan250 172.25.250.2 YES NVRAM up up FastEthernet0/1 unassigned YES unset down down FastEthernet0/2 unassigned YES unset up up ccme-switch#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is 10.10.10.1 to network 0.0.0.0 172.25.0.0/24 is subnetted, 2 subnets C 172.25.250.0 is directly connected, Vlan250 C 172.25.25.0 is directly connected, Vlan25 C 192.168.5.0/24 is directly connected, Vlan5 10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks S 10.0.0.0/8 [1/0] via 10.10.10.0 C 10.10.10.0/24 is directly connected, Vlan10 C 10.0.20.0/24 is directly connected, Vlan20 C 10.10.100.0/24 is directly connected, Vlan100 C 10.0.200.0/24 is directly connected, Vlan200 C 192.168.50.0/24 is directly connected, Vlan50 S* 0.0.0.0/0 [1/0] via 10.10.10.1 [1/0] via 10.10.100.1 ccme-switch#show run Building configuration... Current configuration : 6278 bytes ! version 12.1 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname ccme-switch ! enable secret 5 $1$5I1v$4INNzqwB4uZjP2XQd6jaf1 enable password 7 1510020B052339 ! username drenner password 7 03555902010E285E0E ip subnet-zero ip routing ip dhcp excluded-address 192.168.50.1 192.168.50.99 ! ip dhcp pool phone_pool network 192.168.50.0 255.255.255.0 default-router 192.168.50.1 dns-server 10.0.20.21 option 150 ip 10.10.10.20 ! ip name-server 10.0.20.21 ip ssh time-out 120 ip ssh authentication-retries 3 vtp mode transparent mls qos map cos-dscp 0 8 16 26 34 46 48 56 mls qos map ip-prec-dscp 0 8 16 26 34 46 48 56 mls qos ! class-map match-all voip-sig match access-group 150 class-map match-all voip-rtp match access-group 140 ! ! policy-map Voice-Policy-Ingress class voip-rtp set ip dscp 26 class voip-sig set ip dscp 46 ! ! spanning-tree mode pvst spanning-tree extend system-id ! ! vlan 2,5,10,20,25,50,100,200,250 ! interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport trunk native vlan 25 switchport mode trunk no ip address ! interface FastEthernet0/2 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/3 switchport access vlan 2 switchport trunk encapsulation dot1q switchport trunk native vlan 2 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/4 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/5 switchport mode dynamic desirable no ip address ! interface FastEthernet0/6 switchport mode dynamic desirable no ip address ! interface FastEthernet0/7 switchport access vlan 20 switchport mode dynamic desirable no ip address duplex full speed 100 ! interface FastEthernet0/8 switchport access vlan 20 switchport mode access no ip address ! interface FastEthernet0/9 switchport mode dynamic desirable no ip address ! interface FastEthernet0/10 switchport mode dynamic desirable no ip address ! interface FastEthernet0/11 switchport mode dynamic desirable no ip address ! interface FastEthernet0/12 switchport mode dynamic desirable no ip address ! interface FastEthernet0/13 switchport access vlan 5 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 50 no ip address spanning-tree portfast ! interface FastEthernet0/14 switchport trunk encapsulation dot1q switchport trunk native vlan 5 switchport mode trunk no ip address duplex full speed 100 ! interface FastEthernet0/15 switchport mode dynamic desirable no ip address ! interface FastEthernet0/16 switchport mode dynamic desirable no ip address ! interface FastEthernet0/17 switchport mode dynamic desirable no ip address ! interface FastEthernet0/18 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address spanning-tree portfast ! interface FastEthernet0/19 description To_CCIE-UNITY Server switchport access vlan 10 switchport mode dynamic desirable no ip address duplex full speed 100 service-policy input Voice-Policy-Ingress priority-queue out spanning-tree portfast ! interface FastEthernet0/20 switchport access vlan 10 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address spanning-tree portfast ! interface FastEthernet0/21 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport trunk allowed vlan 1,10,100 switchport mode trunk no ip address duplex full speed 100 ! interface FastEthernet0/22 switchport access vlan 10 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address mls qos trust cos wrr-queue cos-map 1 0 1 2 wrr-queue cos-map 2 3 wrr-queue cos-map 3 4 wrr-queue cos-map 4 5 6 7 priority-queue out spanning-tree portfast ! interface FastEthernet0/23 description To_CallManager-LIV-CCM-PUB switchport access vlan 10 switchport mode dynamic desirable no ip address duplex full speed 100 mls qos trust dscp priority-queue out spanning-tree portfast ! interface FastEthernet0/24 description to Router dot1q trunk switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport trunk allowed vlan 20,200 switchport mode trunk no ip address duplex full speed 100 ! interface GigabitEthernet0/1 switchport mode dynamic desirable no ip address ! interface GigabitEthernet0/2 switchport mode dynamic desirable no ip address ! interface Vlan1 no ip address shutdown ! interface Vlan2 no ip address ! interface Vlan5 ip address 192.168.5.2 255.255.255.0 ! interface Vlan10 ip address 10.10.10.2 255.255.255.0 ! interface Vlan20 ip address 10.0.20.254 255.255.255.0 ! interface Vlan25 ip address 172.25.25.2 255.255.255.0 ! interface Vlan50 ip address 192.168.50.2 255.255.255.0 ! interface Vlan100 ip address 10.10.100.2 255.255.255.0 ! interface Vlan200 ip address 10.0.200.254 255.255.255.0 ! interface Vlan250 ip address 172.25.250.2 255.255.255.0 ip helper-address 10.10.10.20 ! ip default-gateway 10.0.20.1 ip classless ip route 0.0.0.0 0.0.0.0 10.10.10.1 ip route 0.0.0.0 0.0.0.0 10.10.100.1 ip route 10.0.0.0 255.0.0.0 10.10.10.0 ip http server ! ! access-list 140 permit ip any any dscp ef access-list 140 permit udp any any range 16384 32767 access-list 140 permit ip any any precedence critical access-list 150 permit tcp any any range 2000 2002 access-list 150 permit ip any any precedence flash access-list 150 permit ip any any dscp af31 ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#no ip route 0.0.0.0 0.0.0.0 10.10.10.1 ccme-switch(config)#no ip route 0.0.0.0 0.0.0.0 10.10.100.1 ccme-switch(config)#no ip route 10.0.0.0 255.0.0.0 10.10.10.0 ccme-switch(config)#no ip http server ccme-switch(config)#exit ccme-switch#ping 10 01:26:17: %SYS-5-CONFIG_I: Configured from console by console ccme-switch#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) ccme-switch#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 172.25.0.0/24 is subnetted, 2 subnets C 172.25.250.0 is directly connected, Vlan250 C 172.25.25.0 is directly connected, Vlan25 C 192.168.5.0/24 is directly connected, Vlan5 10.0.0.0/24 is subnetted, 4 subnets C 10.10.10.0 is directly connected, Vlan10 C 10.0.20.0 is directly connected, Vlan20 C 10.10.100.0 is directly connected, Vlan100 C 10.0.200.0 is directly connected, Vlan200 C 192.168.50.0/24 is directly connected, Vlan50 ccme-switch#clear ip route % Incomplete command. ccme-switch#clear ip route * ccme-switch#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 172.25.0.0/24 is subnetted, 2 subnets C 172.25.250.0 is directly connected, Vlan250 C 172.25.25.0 is directly connected, Vlan25 C 192.168.5.0/24 is directly connected, Vlan5 10.0.0.0/24 is subnetted, 4 subnets C 10.10.10.0 is directly connected, Vlan10 C 10.0.20.0 is directly connected, Vlan20 C 10.10.100.0 is directly connected, Vlan100 C 10.0.200.0 is directly connected, Vlan200 C 192.168.50.0/24 is directly connected, Vlan50 ccme-switch#ping 10.0.20.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms ccme-switch#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: ... Success rate is 0 percent (0/3) ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#ip route 0.0.0.0 0.0.0.0 10.0.20.1 ccme-switch(config)#exit ccme-switch#ping 10.0.20.1 01:27:19: %SYS-5-CONFIG_I: Configured from console by console ccme-switch#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) ccme-switch#ship Translating "ship"...domain server (10.0.20.21) % Name lookup aborted ccme-switch#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is 10.0.20.1 to network 0.0.0.0 172.25.0.0/24 is subnetted, 2 subnets C 172.25.250.0 is directly connected, Vlan250 C 172.25.25.0 is directly connected, Vlan25 C 192.168.5.0/24 is directly connected, Vlan5 10.0.0.0/24 is subnetted, 4 subnets C 10.10.10.0 is directly connected, Vlan10 C 10.0.20.0 is directly connected, Vlan20 C 10.10.100.0 is directly connected, Vlan100 C 10.0.200.0 is directly connected, Vlan200 C 192.168.50.0/24 is directly connected, Vlan50 S* 0.0.0.0/0 [1/0] via 10.0.20.1 ccme-switch#show cdp nei Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone Device ID Local Intrfce Holdtme Capability Platform Port ID SEP000DBC04AB65 Fas 0/2 138 H P Cisco IP PPort 1 SEP000D290BE0DC Fas 0/4 142 H P Cisco IP PPort 1 CCMExpress-r4 Fas 0/24 121 R S I Cisco 2621Fas 0/0 ccme-switch#show run Building configuration... Current configuration : 6204 bytes ! version 12.1 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname ccme-switch ! enable secret 5 $1$5I1v$4INNzqwB4uZjP2XQd6jaf1 enable password 7 1510020B052339 ! username drenner password 7 03555902010E285E0E ip subnet-zero ip routing ip dhcp excluded-address 192.168.50.1 192.168.50.99 ! ip dhcp pool phone_pool network 192.168.50.0 255.255.255.0 default-router 192.168.50.1 dns-server 10.0.20.21 option 150 ip 10.10.10.20 ! ip name-server 10.0.20.21 ip ssh time-out 120 ip ssh authentication-retries 3 vtp mode transparent mls qos map cos-dscp 0 8 16 26 34 46 48 56 mls qos map ip-prec-dscp 0 8 16 26 34 46 48 56 mls qos ! class-map match-all voip-sig match access-group 150 class-map match-all voip-rtp match access-group 140 ! ! policy-map Voice-Policy-Ingress class voip-rtp set ip dscp 26 class voip-sig set ip dscp 46 ! ! spanning-tree mode pvst spanning-tree extend system-id ! ! vlan 2,5,10,20,25,50,100,200,250 ! interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport trunk native vlan 25 switchport mode trunk no ip address ! interface FastEthernet0/2 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/3 switchport access vlan 2 switchport trunk encapsulation dot1q switchport trunk native vlan 2 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/4 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/5 switchport mode dynamic desirable no ip address ! interface FastEthernet0/6 switchport mode dynamic desirable no ip address ! interface FastEthernet0/7 switchport access vlan 20 switchport mode dynamic desirable no ip address duplex full speed 100 ! interface FastEthernet0/8 switchport access vlan 20 switchport mode access no ip address ! interface FastEthernet0/9 switchport mode dynamic desirable no ip address ! interface FastEthernet0/10 switchport mode dynamic desirable no ip address ! interface FastEthernet0/11 switchport mode dynamic desirable no ip address ! interface FastEthernet0/12 switchport mode dynamic desirable no ip address ! interface FastEthernet0/13 switchport access vlan 5 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 50 no ip address spanning-tree portfast ! interface FastEthernet0/14 switchport trunk encapsulation dot1q switchport trunk native vlan 5 switchport mode trunk no ip address duplex full speed 100 ! interface FastEthernet0/15 switchport mode dynamic desirable no ip address ! interface FastEthernet0/16 switchport mode dynamic desirable no ip address ! interface FastEthernet0/17 switchport mode dynamic desirable no ip address ! interface FastEthernet0/18 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address spanning-tree portfast ! interface FastEthernet0/19 description To_CCIE-UNITY Server switchport access vlan 10 switchport mode dynamic desirable no ip address duplex full speed 100 service-policy input Voice-Policy-Ingress priority-queue out spanning-tree portfast ! interface FastEthernet0/20 switchport access vlan 10 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address spanning-tree portfast ! interface FastEthernet0/21 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport trunk allowed vlan 1,10,100 switchport mode trunk no ip address duplex full speed 100 ! interface FastEthernet0/22 switchport access vlan 10 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address mls qos trust cos wrr-queue cos-map 1 0 1 2 wrr-queue cos-map 2 3 wrr-queue cos-map 3 4 wrr-queue cos-map 4 5 6 7 priority-queue out spanning-tree portfast ! interface FastEthernet0/23 description To_CallManager-LIV-CCM-PUB switchport access vlan 10 switchport mode dynamic desirable no ip address duplex full speed 100 mls qos trust dscp priority-queue out spanning-tree portfast ! interface FastEthernet0/24 description to Router dot1q trunk switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport trunk allowed vlan 20,200 switchport mode trunk no ip address duplex full speed 100 ! interface GigabitEthernet0/1 switchport mode dynamic desirable no ip address ! interface GigabitEthernet0/2 switchport mode dynamic desirable no ip address ! ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#inter fa 0/24 ccme-switch(config-if)#no sw ccme-switch(config-if)#no switchport allo ccme-switch(config-if)#no switchport allowed vlan 20,200 ^ % Invalid input detected at '^' marker. ccme-switch(config-if)#sw ccme-switch(config-if)#switchport tr ccme-switch(config-if)#switchport trunk all ccme-switch(config-if)#switchport trunk allowed 1? % Unrecognized command ccme-switch(config-if)#switchport trunk allowed vla ccme-switch(config-if)#switchport trunk allowed vlan 1 ? ccme-switch(config-if)#switchport trunk allowed vlan 1-? WORD ccme-switch(config-if)#switchport trunk allowed vlan 1-1004 ccme-switch(config-if)#shut ccme-switch(config-if)#no shut 01:29:38: %LINK-5-CHANGED: Interface FastEthernet0/24, changed state to administratively down 01:29:39: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/24, changed state to down ccme-switch(config-if)#no shut ccme-switch(config-if)# 01:29:45: %LINK-3-UPDOWN: Interface FastEthernet0/24, changed state to up ccme-switch(config-if)# ccme-switch(config-if)# ccme-switch(config-if)# 01:29:49: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/24, changed state to up ccme-switch(config-if)#exit ccme-switch(config)#exit ccme-switch#sho vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/5, Fa0/6, Fa0/9 Fa0/10, Fa0/11, Fa0/12, Fa0/14 Fa0/15, Fa0/16, Fa0/17, Fa0/18 Fa0/21, Gi0/1, Gi0/2 2 VLAN0002 active Fa0/3 5 VLAN000 01:29:55: %SYS-5-CONFIG_I: Configured from console by console5 active Fa0/13 10 VLAN0010 active Fa0/19, Fa0/20, Fa0/22, Fa0/23 20 VLAN0020 active Fa0/7, Fa0/8 25 VLAN0025 active 50 VLAN0050 active Fa0/13 100 VLAN0100 active Fa0/18, Fa0/20, Fa0/22 200 VLAN0200 active Fa0/3 250 VLAN0250 active 1002 fddi-default act/unsup 1003 trcrf-default act/unsup 1004 fddinet-default act/unsup 1005 trbrf-default act/unsup VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ 1 enet 100001 1500 - - - - - 0 0 2 enet 100002 1500 - - - - - 0 0 5 enet 100005 1500 - - - - - 0 0 10 enet 100010 1500 - - - - - 0 0 20 enet 100020 1500 - - - - - 0 0 25 enet 100025 1500 - - - - - 0 0 50 enet 100050 1500 - - - - - 0 0 100 enet 100100 1500 - - - - - 0 0 200 enet 100200 1500 - - - - - 0 0 250 enet 100250 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 0 0 1003 trcrf 101003 4472 1005 3276 - - srb 0 0 1004 fdnet 101004 1500 - - - ieee - 0 0 1005 trbrf 101005 4472 - - 15 ibm - 0 0 VLAN AREHops STEHops Backup CRF ---- ------- ------- ---------- 1003 7 7 off Remote SPAN VLANs ------------------------------------------------------------------------------ Primary Secondary Type Ports ------- --------- ----------------- ------------------------------------------ ccme-switch#show ip int brie Interface IP-Address OK? Method Status Protocol Vlan1 unassigned YES NVRAM administratively down down Vlan2 unassigned YES NVRAM up up Vlan5 192.168.5.2 YES NVRAM up up Vlan10 10.10.10.2 YES NVRAM up up Vlan20 10.0.20.254 YES manual up up Vlan25 172.25.25.2 YES NVRAM up up Vlan50 192.168.50.2 YES NVRAM up up Vlan100 10.10.100.2 YES NVRAM up up Vlan200 10.0.200.254 YES manual up up Vlan250 172.25.250.2 YES NVRAM up up FastEthernet0/1 unassigned YES unset down down ccme-switch#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: .... Success rate is 0 percent (0/4) ccme-switch#ping 10.0.200.21 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.200.21, timeout is 2 seconds: .. Success rate is 0 percent (0/2) ccme-switch#ping 10.0.200.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.200.1, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 1/2/4 ms ccme-switch#show run Building configuration... Current configuration : 6204 bytes ! version 12.1 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname ccme-switch ! enable secret 5 $1$5I1v$4INNzqwB4uZjP2XQd6jaf1 enable password 7 1510020B052339 ! username drenner password 7 03555902010E285E0E ip subnet-zero ip routing ip dhcp excluded-address 192.168.50.1 192.168.50.99 ! ip dhcp pool phone_pool network 192.168.50.0 255.255.255.0 default-router 192.168.50.1 dns-server 10.0.20.21 option 150 ip 10.10.10.20 ! ip name-server 10.0.20.21 ip ssh time-out 120 ip ssh authentication-retries 3 vtp mode transparent mls qos map cos-dscp 0 8 16 26 34 46 48 56 mls qos map ip-prec-dscp 0 8 16 26 34 46 48 56 mls qos ! class-map match-all voip-sig match access-group 150 class-map match-all voip-rtp match access-group 140 ! ! policy-map Voice-Policy-Ingress class voip-rtp set ip dscp 26 class voip-sig set ip dscp 46 ! ! spanning-tree mode pvst spanning-tree extend system-id ! ! vlan 2,5,10,20,25,50,100,200,250 ! interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport trunk native vlan 25 switchport mode trunk no ip address ! interface FastEthernet0/2 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/3 switchport access vlan 2 switchport trunk encapsulation dot1q switchport trunk native vlan 2 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/4 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/5 switchport mode dynamic desirable no ip address ! interface FastEthernet0/6 switchport mode dynamic desirable no ip address ! interface FastEthernet0/7 switchport access vlan 20 switchport mode dynamic desirable no ip address duplex full speed 100 ! interface FastEthernet0/8 switchport access vlan 20 switchport mode access no ip address ! interface FastEthernet0/9 switchport mode dynamic desirable no ip address ! interface FastEthernet0/10 switchport mode dynamic desirable no ip address ! interface FastEthernet0/11 switchport mode dynamic desirable no ip address ! interface FastEthernet0/12 switchport mode dynamic desirable no ip address ! interface FastEthernet0/13 switchport access vlan 5 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 50 no ip address spanning-tree portfast ! interface FastEthernet0/14 switchport trunk encapsulation dot1q switchport trunk native vlan 5 switchport mode trunk no ip address duplex full speed 100 ! interface FastEthernet0/15 switchport mode dynamic desirable no ip address ! interface FastEthernet0/16 switchport mode dynamic desirable no ip address ! interface FastEthernet0/17 switchport mode dynamic desirable no ip address ! interface FastEthernet0/18 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address spanning-tree portfast ! interface FastEthernet0/19 description To_CCIE-UNITY Server switchport access vlan 10 switchport mode dynamic desirable no ip address duplex full speed 100 service-policy input Voice-Policy-Ingress priority-queue out spanning-tree portfast ! interface FastEthernet0/20 switchport access vlan 10 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address spanning-tree portfast ! interface FastEthernet0/21 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport trunk allowed vlan 1,10,100 switchport mode trunk no ip address duplex full speed 100 ! interface FastEthernet0/22 switchport access vlan 10 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address mls qos trust cos wrr-queue cos-map 1 0 1 2 wrr-queue cos-map 2 3 wrr-queue cos-map 3 4 wrr-queue cos-map 4 5 6 7 priority-queue out spanning-tree portfast ! interface FastEthernet0/23 description To_CallManager-LIV-CCM-PUB switchport access vlan 10 switchport mode dynamic desirable no ip address duplex full speed 100 mls qos trust dscp priority-queue out spanning-tree portfast ! interface FastEthernet0/24 description to Router dot1q trunk switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport trunk allowed vlan 1-1004 switchport mode trunk no ip address duplex full speed 100 ! interface GigabitEthernet0/1 switchport mode dynamic desirable no ip address ! interface GigabitEthernet0/2 switchport mode dynamic desirable no ip address ! interface Vlan1 no ip address shutdown ! interface Vlan2 no ip address ! interface Vlan5 ip address 192.168.5.2 255.255.255.0 ! interface Vlan10 ip address 10.10.10.2 255.255.255.0 ! interface Vlan20 ip address 10.0.20.254 255.255.255.0 ! interface Vlan25 ip address 172.25.25.2 255.255.255.0 ! interface Vlan50 ip address 192.168.50.2 255.255.255.0 ! interface Vlan100 ip address 10.10.100.2 255.255.255.0 ! interface Vlan200 ip address 10.0.200.254 255.255.255.0 ! interface Vlan250 ip address 172.25.250.2 255.255.255.0 ip helper-address 10.10.10.20 ! ip default-gateway 10.0.20.1 ip classless ip route 0.0.0.0 0.0.0.0 10.0.20.1 no ip http server ! ! access-list 140 permit ip any any dscp ef access-list 140 permit udp any any range 16384 32767 access-list 140 permit ip any any precedence critical access-list 150 permit tcp any any range 2000 2002 access-list 150 permit ip any any precedence flash access-list 150 permit ip any any dscp af31 access-list 150 permit udp any any eq 2427 access-list 150 permit tcp any any eq 2428 ccme-switch#con ft Translating "ft"...domain server (10.0.20.21) % Name lookup aborted ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#no ip dom ccme-switch(config)#no ip domain-lo ccme-switch(config)#no ip default-gateway 10.0.20.1 ccme-switch(config)#exit ccme-switch# 01:31:36: %SYS-5-CONFIG_I: Configured from console by console ccme-switch#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) ccme-switch#show ip int brie Interface IP-Address OK? Method Status Protocol Vlan1 unassigned YES NVRAM administratively down down Vlan2 unassigned YES NVRAM up up Vlan5 192.168.5.2 YES NVRAM up up Vlan10 10.10.10.2 YES NVRAM up up Vlan20 10.0.20.254 YES manual up up Vlan25 172.25.25.2 YES NVRAM up up Vlan50 192.168.50.2 YES NVRAM up up Vlan100 10.10.100.2 YES NVRAM up up Vlan200 10.0.200.254 YES manual up up Vlan250 172.25.250.2 YES NVRAM up up FastEthernet0/1 unassigned YES unset down down ccme-switch#show trunk ^ % Invalid input detected at '^' marker. ccme-switch#sho inter trunk Port Mode Encapsulation Status Native vlan Fa0/2 on 802.1q trunking 20 Fa0/4 on 802.1q trunking 20 Fa0/24 on 802.1q trunking 20 Port Vlans allowed on trunk Fa0/2 1-4094 Fa0/4 1-4094 Fa0/24 1-1004 Port Vlans allowed and active in management domain Fa0/2 1-2,5,10,20,25,50,100,200,250 Fa0/4 1-2,5,10,20,25,50,100,200,250 Fa0/24 1-2,5,10,20,25,50,100,200,250 Port Vlans in spanning tree forwarding state and not pruned Fa0/2 1-2,5,10,20,25,50,100,200,250 Fa0/4 1-2,5,10,20,25,50,100,200,250 Fa0/24 1-2,5,10,20,25,50,100,200,250 ccme-switch#show run Building configuration... Current configuration : 6195 bytes ! version 12.1 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname ccme-switch ! enable secret 5 $1$5I1v$4INNzqwB4uZjP2XQd6jaf1 enable password 7 1510020B052339 ! username drenner password 7 03555902010E285E0E ip subnet-zero ip routing ip dhcp excluded-address 192.168.50.1 192.168.50.99 ! ip dhcp pool phone_pool network 192.168.50.0 255.255.255.0 default-router 192.168.50.1 dns-server 10.0.20.21 option 150 ip 10.10.10.20 ! no ip domain-lookup ip name-server 10.0.20.21 ip ssh time-out 120 ip ssh authentication-retries 3 vtp mode transparent mls qos map cos-dscp 0 8 16 26 34 46 48 56 mls qos map ip-prec-dscp 0 8 16 26 34 46 48 56 mls qos ! class-map match-all voip-sig match access-group 150 class-map match-all voip-rtp match access-group 140 ! ! policy-map Voice-Policy-Ingress class voip-rtp set ip dscp 26 class voip-sig set ip dscp 46 ! ! spanning-tree mode pvst spanning-tree extend system-id ! ! vlan 2,5,10,20,25,50,100,200,250 ! interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport trunk native vlan 25 switchport mode trunk no ip address ! interface FastEthernet0/2 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/3 switchport access vlan 2 switchport trunk encapsulation dot1q switchport trunk native vlan 2 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/4 switchport access vlan 20 switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport mode trunk switchport voice vlan 200 no ip address spanning-tree portfast ! interface FastEthernet0/5 switchport mode dynamic desirable no ip address ! interface FastEthernet0/6 switchport mode dynamic desirable no ip address ! interface FastEthernet0/7 switchport access vlan 20 switchport mode dynamic desirable no ip address duplex full speed 100 ! interface FastEthernet0/8 switchport access vlan 20 switchport mode access no ip address ! interface FastEthernet0/9 switchport mode dynamic desirable no ip address ! interface FastEthernet0/10 switchport mode dynamic desirable no ip address ! interface FastEthernet0/11 switchport mode dynamic desirable no ip address ! interface FastEthernet0/12 switchport mode dynamic desirable no ip address ! interface FastEthernet0/13 switchport access vlan 5 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 50 no ip address spanning-tree portfast ! interface FastEthernet0/14 switchport trunk encapsulation dot1q switchport trunk native vlan 5 switchport mode trunk no ip address duplex full speed 100 ! interface FastEthernet0/15 switchport mode dynamic desirable no ip address ! interface FastEthernet0/16 switchport mode dynamic desirable no ip address ! interface FastEthernet0/17 switchport mode dynamic desirable no ip address ! interface FastEthernet0/18 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address spanning-tree portfast ! interface FastEthernet0/19 description To_CCIE-UNITY Server switchport access vlan 10 switchport mode dynamic desirable no ip address duplex full speed 100 service-policy input Voice-Policy-Ingress priority-queue out spanning-tree portfast ! interface FastEthernet0/20 switchport access vlan 10 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address spanning-tree portfast ! interface FastEthernet0/21 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport trunk allowed vlan 1,10,100 switchport mode trunk no ip address duplex full speed 100 ! interface FastEthernet0/22 switchport access vlan 10 switchport trunk encapsulation dot1q switchport trunk native vlan 10 switchport mode trunk switchport voice vlan 100 no ip address mls qos trust cos wrr-queue cos-map 1 0 1 2 wrr-queue cos-map 2 3 wrr-queue cos-map 3 4 wrr-queue cos-map 4 5 6 7 priority-queue out spanning-tree portfast ! interface FastEthernet0/23 description To_CallManager-LIV-CCM-PUB switchport access vlan 10 switchport mode dynamic desirable no ip address duplex full speed 100 mls qos trust dscp priority-queue out spanning-tree portfast ! interface FastEthernet0/24 description to Router dot1q trunk switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport trunk allowed vlan 1-1004 switchport mode trunk no ip address duplex full speed 100 ! interface GigabitEthernet0/1 switchport mode dynamic desirable no ip address ! interface GigabitEthernet0/2 switchport mode dynamic desirable no ip address ! interface Vlan1 no ip address shutdown ! interface Vlan2 no ip address ! interface Vlan5 ip address 192.168.5.2 255.255.255.0 ! interface Vlan10 ip address 10.10.10.2 255.255.255.0 ! interface Vlan20 ip address 10.0.20.254 255.255.255.0 ! interface Vlan25 ip address 172.25.25.2 255.255.255.0 ! interface Vlan50 ip address 192.168.50.2 255.255.255.0 ! interface Vlan100 ip address 10.10.100.2 255.255.255.0 ! interface Vlan200 ip address 10.0.200.254 255.255.255.0 ! interface Vlan250 ip address 172.25.250.2 255.255.255.0 ip helper-address 10.10.10.20 ! ip classless ip route 0.0.0.0 0.0.0.0 10.0.20.1 no ip http server ! ! access-list 140 permit ip any any dscp ef access-list 140 permit udp any any range 16384 32767 access-list 140 permit ip any any precedence critical access-list 150 permit tcp any any range 2000 2002 access-list 150 permit ip any any precedence flash access-list 150 permit ip any any dscp af31 access-list 150 permit udp any any eq 2427 access-list 150 permit tcp any any eq 2428 access-list 150 permit tcp any any range 8000 8002 access-list 150 permit tcp any any range 11000 11999 ! line con 0 logging synchronous line vty 0 4 password 7 14151B0C0D0D38 login line vty 5 15 password 7 14151B0C0D0D38 login ! end ccme-switch#wri mem Building configuration... [OK] ccme-switch#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: .... Success rate is 0 percent (0/4) ccme-switch#sho cdp nei det ------------------------- Device ID: SEP000DBC04AB65 Entry address(es): IP address: 10.0.200.2 Platform: Cisco IP Phone 7960, Capabilities: Host Phone Interface: FastEthernet0/2, Port ID (outgoing port): Port 1 Holdtime : 134 sec Version : P0030301MFG2 advertisement version: 2 Duplex: full Power drawn: 6.300 Watts Management address(es): ------------------------- Device ID: SEP000D290BE0DC Entry address(es): IP address: 10.0.200.3 Platform: Cisco IP Phone 7940, Capabilities: Host Phone Interface: FastEthernet0/4, Port ID (outgoing port): Port 1 Holdtime : 135 sec Version : P0030301MFG2 advertisement version: 2 Duplex: full Power drawn: 6.300 Watts Management address(es): ------------------------- Device ID: CCMExpress-r4 Entry address(es): IP address: 10.0.20.1 Platform: Cisco 2621XM, Capabilities: Router Switch IGMP Interface: FastEthernet0/24, Port ID (outgoing port): FastEthernet0/0 Holdtime : 172 sec Version : Cisco IOS Software, C2600 Software (C2600-IPVOICE-M), Version 12.3(7)T2, RELEASE SOFTWARE (fc2) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2004 by Cisco Systems, Inc. Compiled Wed 02-Jun-04 15:09 by eaarmas advertisement version: 2 VTP Management Domain: '' Duplex: full Management address(es): ccme-switch#vlan data ccme-switch(vlan)#sho VLAN ISL Id: 1 Name: default Media Type: Ethernet VLAN 802.10 Id: 100001 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 2 Name: VLAN0002 Media Type: Ethernet VLAN 802.10 Id: 100002 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 5 Name: VLAN0005 Media Type: Ethernet VLAN 802.10 Id: 100005 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 10 Name: VLAN0010 Media Type: Ethernet VLAN 802.10 Id: 100010 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 20 Name: VLAN0020 Media Type: Ethernet VLAN 802.10 Id: 100020 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 25 Name: VLAN0025 Media Type: Ethernet VLAN 802.10 Id: 100025 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 50 Name: VLAN0050 Media Type: Ethernet VLAN 802.10 Id: 100050 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 100 Name: VLAN0100 Media Type: Ethernet VLAN 802.10 Id: 100100 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 200 Name: VLAN0200 Media Type: Ethernet VLAN 802.10 Id: 100200 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 250 Name: VLAN0250 Media Type: Ethernet VLAN 802.10 Id: 100250 State: Operational MTU: 1500 Backup CRF Mode: Disabled Remote SPAN VLAN: No VLAN ISL Id: 1002 Name: fddi-default ccme-switch(vlan)#vtp ? client Set the device to client mode. domain Set the name of the VTP administrative domain. password Set the password for the VTP administrative domain. pruning Set the administrative domain to permit pruning. server Set the device to server mode. transparent Set the device to transparent mode. v2-mode Set the administrative domain to V2 mode. ccme-switch(vlan)#vtp ser Setting device to VTP SERVER mode. ccme-switch(vlan)#vtp dom ccme-switch(vlan)#vtp domain ccievoice Changing VTP domain name from NULL to ccievoice ccme-switch(vlan)#v2 ^ % Invalid input detected at '^' marker. ccme-switch(vlan)#app APPLY completed. ccme-switch(vlan)#exit APPLY completed. Exiting.... ccme-switch#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/5, Fa0/6, Fa0/9 Fa0/10, Fa0/11, Fa0/12, Fa0/14 Fa0/15, Fa0/16, Fa0/17, Fa0/18 Fa0/21, Gi0/1, Gi0/2 2 VLAN0002 active Fa0/3 5 VLAN0005 active Fa0/13 10 VLAN0010 active Fa0/19, Fa0/20, Fa0/22, Fa0/23 20 VLAN0020 active Fa0/7, Fa0/8 25 VLAN0025 active 50 VLAN0050 active Fa0/13 100 VLAN0100 active Fa0/18, Fa0/20, Fa0/22 200 VLAN0200 active Fa0/3 250 VLAN0250 active 1002 fddi-default act/unsup 1003 trcrf-default act/unsup 1004 fddinet-default act/unsup 1005 trbrf-default act/unsup VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ ccme-switch#wri mem Building configuration... [OK] ccme-switch#reload Proceed with reload? [confirm] 01:36:10: %SYS-5-RELOAD: Reload requested CCMExpress-r4> CCMExpress-r4>en Password: Password: CCMExpress-r4#show arp Protocol Address Age (min) Hardware Addr Type Interface Internet 10.0.20.1 - 000c.cef1.7e00 ARPA FastEthernet0/0.20 Internet 10.0.200.254 6 000d.296c.4880 ARPA FastEthernet0/0.200 Internet 10.0.200.2 1 000d.bc04.ab65 ARPA FastEthernet0/0.200 Internet 10.0.200.3 1 000d.290b.e0dc ARPA FastEthernet0/0.200 Internet 10.0.200.1 - 000c.cef1.7e00 ARPA FastEthernet0/0.200 CCMExpress-r4#clear arp CCMExpress-r4#show arp Protocol Address Age (min) Hardware Addr Type Interface Internet 10.0.20.1 - 000c.cef1.7e00 ARPA FastEthernet0/0.20 Internet 10.0.200.1 - 000c.cef1.7e00 ARPA FastEthernet0/0.200 CCMExpress-r4#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms CCMExpress-r4#ping 10.0.20.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.254, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) CCMExpress-r4# *Mar 1 01:19:52.899: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down *Mar 1 01:20:09.651: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up *Mar 1 01:20:10.651: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down *Mar 1 01:20:14.183: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up *Mar 1 01:20:15.183: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down *Mar 1 01:20:17.191: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up *Mar 1 01:20:18.191: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down CCMExpress-r4# CCMExpress-r4#reload System configuration has been modified. Save? [yes/no]: y Building configuration... *Mar 1 01:20:21.191: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up[OK] Proceed with reload? [confirm] *Mar 1 01:20:34.231: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload command. System Bootstrap, Version 12.2(7r) [cmong 7r], RELEASE SOFTWARE (fc1) Copyright (c) 2002 by cisco Systems, Inc. C2600 platform with 131072 Kbytes of main memory program load complete, entry point: 0x80008000, size: 0x13cb2f8 Self decompressing the image : ####################################################################################################################################################################################################################################################################################################### [OK] Smart Init is enabled smart init is sizing iomem ID MEMORY_REQ TYPE 00036D 0X00103980 C2621XM Dual Fast Ethernet 000065 0X00031500 Four port Voice PM 0X00098670 public buffer pools 0X00211000 public particle pools TOTAL: 0X003DE4F0 If any of the above Memory Requirements are "UNKNOWN", you may be using an unsupported configuration or there is a software problem and system operation may be compromised. Rounded IOMEM up to: 4Mb. Using 3 percent iomem. [4Mb/128Mb] Restricted Rights Legend Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c) of the Commercial Computer Software - Restricted Rights clause at FAR sec. 52.227-19 and subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at DFARS sec. 252.227-7013. cisco Systems, Inc. 170 West Tasman Drive San Jose, California 95134-1706 Cisco IOS Software, C2600 Software (C2600-IPVOICE-M), Version 12.3(7)T2, RELEASE SOFTWARE (fc2) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2004 by Cisco Systems, Inc. Compiled Wed 02-Jun-04 15:09 by eaarmas Image text-base: 0x80008098, data-base: 0x81C08228 Cisco 2621XM (MPC860P) processor (revision 0x100) with 126976K/4096K bytes of memory. Processor board ID JAE071807BA (307463108) M860 processor: part number 5, mask 2 2 FastEthernet interfaces 1 Serial interface 2 Voice FXS interfaces 32K bytes of NVRAM. 49152K bytes of processor board System flash (Read/Write) Slot is empty or does not support clock participate WIC slot is empty or does not support clock participate Press RETURN to get started! *Mar 1 00:00:05.447: %LINEPROTO-5-UPDOWN: Line protocol on Interface VoIP-Null0, changed state to up *Mar 1 00:00:15.575: %SYS-6-LOGGERSTART: Logger process started *Mar 1 00:00:15.783: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up *Mar 1 00:00:15.783: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up *Mar 1 00:00:15.787: %LINK-3-UPDOWN: Interface Serial0/0, changed state to down *Mar 1 00:00:16.783: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down *Mar 1 00:00:16.783: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down *Mar 1 00:00:16.787: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to down *Mar 1 00:00:17.763: %SYS-5-CONFIG_I: Configured from memory by console *Mar 1 01:20:35.151: %SYS-5-RESTART: System restarted -- Cisco IOS Software, C2600 Software (C2600-IPVOICE-M), Version 12.3(7)T2, RELEASE SOFTWARE (fc2) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2004 by Cisco Systems, Inc. Compiled Wed 02-Jun-04 15:09 by eaarmas *Mar 1 01:20:35.151: %SNMP-5-COLDSTART: SNMP agent on host CCMExpress-r4 is undergoing a cold start *Mar 1 01:20:35.367: %LINK-5-CHANGED: Interface Serial0/0, changed state to administratively down *Mar 1 01:20:35.419: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down *Mar 1 01:20:36.155: %LINK-3-UPDOWN: Interface Foreign Exchange Station 1/0/0, changed state to up *Mar 1 01:20:36.155: %LINK-3-UPDOWN: Interface Foreign Exchange Station 1/0/1, changed state to up *Mar 1 01:20:36.207: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up CCMExpress-r4> CCMExpress-r4> CCMExpress-r4> CCMExpress-r4> CCMExpress-r4>en Password: CCMExpress-r4#show ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES NVRAM up up FastEthernet0/0.20 10.0.20.1 YES NVRAM up up FastEthernet0/0.200 10.0.200.1 YES NVRAM up up Serial0/0 unassigned YES NVRAM administratively down down FastEthernet0/1 172.17.1.1 YES NVRAM administratively down down CCMExpress-r4# CCMExpress-r4#ping 10.0.20.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.254, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) CCMExpress-r4#ping 10.0.200.254 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.200.254, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms CCMExpress-r4#10.0.20.254 Trying 10.0.20.254 ... % Connection timed out; remote host not responding Deleting login session CCMExpress-r4#10.0.200.254 Trying 10.0.200.254 ... Open User Access Verification Password: Password: Password: % Bad passwords [Connection to 10.0.200.254 closed by foreign host]Deleting login session CCMExpress-r4#10.0.200.254 Trying 10.0.200.254 ... Open User Access Verification Password: Password: ccme-switch>en Password: ccme-switch#show run inter fa 0/24 Building configuration... Current configuration : 240 bytes ! interface FastEthernet0/24 description to Router dot1q trunk switchport trunk encapsulation dot1q switchport trunk native vlan 20 switchport trunk allowed vlan 1-1004 switchport mode trunk no ip address duplex full speed 100 end ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#inter fa 0/24 ccme-switch(config-if)#sw ccme-switch(config-if)#switchport ccme-switch(config-if)#exit ccme-switch(config)#vl ccme-switch(config)#vlan do ccme-switch(config)#vlan dot1q ? tag tag parameters ccme-switch(config)#vlan dot1q ta ccme-switch(config)#vlan dot1q tag ? native tag native vlan ccme-switch(config)#vlan dot1q tag na ccme-switch(config)#vlan dot1q tag native ccme-switch(config)#exit ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#alias exec ship sho ip int brie ccme-switch(config)#exit ccme-switch#ship Interface IP-Address OK? Method Status Protocol Vlan1 unassigned YES NVRAM administratively down down Vlan2 unassigned YES NVRAM up up Vlan5 192.168.5.2 YES NVRAM up up Vlan10 10.10.10.2 YES NVRAM up up Vlan20 10.0.20.254 YES NVRAM up up Vlan25 172.25.25.2 YES NVRAM up up Vlan50 192.168.50.2 YES NVRAM up up Vlan100 10.10.100.2 YES NVRAM up up Vlan200 10.0.200.254 YES NVRAM up up Vlan250 172.25.250.2 YES NVRAM up up FastEthernet0/1 unassigned YES unset down down ccme-switch#ping 10.0.200.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.200.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms ccme-switch#ping 10.0.20.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.20.1, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms ccme-switch#conf t Enter configuration commands, one per line. End with CNTL/Z. ccme-switch(config)#vlan dot1q tag native ? ccme-switch(config)#exit ccme-switch#wri mem Building configuration... [OK] ccme-switch#tel ccme-switch#exit [Connection to 10.0.200.254 closed by foreign host]Deleting login session CCMExpress-r4# CCMExpress-r4#show tel CCMExpress-r4#show telephony-service CONFIG (Version=3.1) ===================== Version 3.1 Cisco CallManager Express ip source-address 0.0.0.0 port 2000 max-ephones 0 max-dn 0 max-conferences 4 max-redirect 5 time-format 12 date-format mm-dd-yy keepalive 30 timeout interdigit 10 timeout busy 10 timeout ringing 180 web admin system name admin password cisco web admin customer name Customer edit DN through Web: enabled. edit TIME through web: enabled. Log (table parameters): max-size: 150 retain-timer: 15 local directory service: enabled. CCMExpress-r4#sho ip int bri Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES NVRAM up up FastEthernet0/0.20 10.0.20.1 YES NVRAM up up FastEthernet0/0.200 10.0.200.1 YES NVRAM up up Serial0/0 unassigned YES NVRAM administratively down down FastEthernet0/1 172.17.1.1 YES NVRAM administratively down down CCMExpress-r4#conf t Enter configuration commands, one per line. End with CNTL/Z. CCMExpress-r4(config)#tel CCMExpress-r4(config)#telephony-service ? setup Start setup for IOS Telephony Service CCMExpress-r4(config)#telephony-service setup --- Cisco IOS Telephony Services already configured. --- - Please do "no telephony-service" to cleanup & run Setup again - CCMExpress-r4(config)#no tel CCMExpress-r4(config)#no telephony-service Skinny Deleted entries for 0 phones CCMExpress-r4(config)#do show tel CCMExpress-r4(config)#do show telep CCMExpress-r4(config)#do show teleph show teleph % Incomplete command. CCMExpress-r4(config)#tel CCMExpress-r4(config)#telephony-service set --- Cisco IOS Telephony Services Setup --- Do you want to setup DHCP service for your IP Phones? [yes/no]: n Do you want to start telephony-service setup? [yes/no]: y Configuring Cisco IOS Telephony Services : Enter the IP source address for Cisco IOS Telephony Services :10.0.200.1 Enter the Skinny Port for Cisco IOS Telephony Services : [2000]: How many IP phones do you want to configure : [0]: 10 Do you want dual-line extensions assigned to phones? [yes/no]: y What Language do you want on IP phones : 0 English 1 French 2 German 3 Russian 4 Spanish 5 Italian 6 Dutch 7 Norwegian 8 Portuguese 9 Danish 10 Swedish [0]: Which Call Progress tone set do you want on IP phones : 0 United States 1 France 2 Germany 3 Russia 4 Spain 5 Italy 6 Netherlands 7 Norway 8 Portugal 9 UK 10 Denmark 11 Switzerland 12 Sweden 13 Austria 14 Canada [0]: What is the first extension number you want to configure : [0]: 100 Do you have Direct-Inward-Dial service for all your phones? [yes/no]: y Enter the full E.164 number for the first phone :9252232100 Do you want to forward calls to a voice message service? [yes/no]: y Enter extension or pilot number of the voice message service:199 Call forward No Answer Timeout : [18]: 20 Do you wish to change any of the above information? [yes/no]: n CNF-FILES: Clock is not set or synchronized, retaining old versionStamps ---- Setup completed config --- CCMExpress-r4(config)# *Mar 1 01:28:47.727: %LINK-3-UPDOWN: Interface ephone_dsp DN 1.1, changed state to up *Mar 1 01:28:47.731: %LINK-3-UPDOWN: Interface ephone_dsp DN 1.2, changed state to up *Mar 1 01:28:47.735: %LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state to up *Mar 1 01:28:47.735: %LINK-3-UPDOWN: Interface ephone_dsp DN 2.2, changed state to up *Mar 1 01:28:47.739: %LINK-3-UPDOWN: Interface ephone_dsp DN 3.1, changed state to up *Mar 1 01:28:47.743: %LINK-3-UPDOWN: Interface ephone_dsp DN 3.2, changed state to up *Mar 1 01:28:47.743: %LINK-3-UPDOWN: Interface ephone_dsp DN 4.1, changed state to up *Mar 1 01:28:47.747: %LINK-3-UPDOWN: Interface ephone_dsp DN 4.2, changed state to up *Mar 1 01:28:47.751: %LINK-3-UPDOWN: Interface ephone_dsp DN 5.1, changed state to up *Mar 1 01:28:47.751: %LINK-3-UPDOWN: Interface ephone_dsp DN 5.2, changed state to up *Mar 1 01:28:47.755: %LINK-3-UPDOWN: Interface ephone_dsp DN 6.1, changed state to up *Mar 1 01:28:47.759: %LINK-3-UPDOWN: Interface ephone_dsp DN 6.2, changed state to up *Mar 1 01:28:47.759: %LINK-3-UPDOWN: Interface ephone_dsp DN 7.1, changed state to up *Mar 1 01:28:47.763: %LINK-3-UPDOWN: Interface ephone_dsp DN 7.2, changed state to up *Mar 1 01:28:47.767: %LINK-3-UPDOWN: Interface ephone_dsp DN 8.1, changed state to up *Mar 1 01:28:47.767: %LINK-3-UPDOWN: Interface ephone_dsp DN 8.2, changed state to up *Mar 1 01:28:47.771: %LINK-3-UPDOWN: Interface ephone_dsp DN 9.1, changed state to up *Mar 1 01:28:47.775: %LINK-3-UPDOWN: Interface ephone_dsp DN 9.2, changed state to up *Mar 1 01:28:47.775: %LINK-3-UPDOWN: Interface ephone_dsp DN 10.1, changed state to up *Mar 1 01:28:47.779: %LINK-3-UPDOWN: Interface ephone_dsp DN 10.2, changed state to up CCMExpress-r4(config)# CCMExpress-r4(config)# CCMExpress-r4(config)# CCMExpress-r4(config)# reseting 000D.BC04.AB65 reseting 000D.290B.E0DC *Mar 1 01:29:27.155: %IPPHONE-6-REG_ALARM: Name=SEP000DBC04AB65 Load=3.1(MF.G2) Last=CM-NAKed *Mar 1 01:29:27.155: %IPPHONE-6-REG_ALARM: Name=SEP000D290BE0DC Load=3.1(MF.G2) Last=Initialized *Mar 1 01:29:27.159: %IPPHONE-6-REGISTER_NEW: ephone-1:SEP000DBC04AB65 IP:10.0.200.151 Socket:1 DeviceType:Phone has registered. *Mar 1 01:29:27.159: %IPPHONE-6-REGISTER_NEW: ephone-2:SEP000D290BE0DC IP:10.0.200.150 Socket:2 DeviceType:Phone has registered. *Mar 1 01:29:28.567: %IPPHONE-6-UNREGISTER_NORMAL: ephone-1:SEP000DBC04AB65 IP:10.0.200.151 Socket:1 DeviceType:Phone has unregistered normally. *Mar 1 01:29:28.575: %IPPHONE-6-UNREGISTER_NORMAL: ephone-2:SEP000D290BE0DC IP:10.0.200.150 Socket:2 DeviceType:Phone has unregistered normally. CCMExpress-r4(config)# CCMExpress-r4(config)# CCMExpress-r4(config)# CCMExpress-r4(config)# CCMExpress-r4(config)# CCMExpress-r4(config)#exit CCMExpress-r4#sho *Mar 1 01:29:48.811: %SYS-5-CONFIG_I: Configured from console by consoletele % Incomplete command. CCMExpress-r4#show tele CCMExpress-r4#show telephony-service CONFIG (Version=3.1) ===================== Version 3.1 Cisco CallManager Express ip source-address 10.0.200.1 port 2000 load 7910 P00403020214 load 7960-7940 P00305000301 max-ephones 10 max-dn 10 max-conferences 4 max-redirect 5 dialplan-pattern 1 92522321.. extension-length 3 voicemail 199 time-format 12 date-format mm-dd-yy keepalive 30 timeout interdigit 10 timeout busy 10 timeout ringing 180 edit DN through Web: disabled. edit TIME through web: disabled. Log (table parameters): max-size: 150 --More-- *Mar 1 01:30:00.583: %IPPHONE-6-REG_ALARM: Name=SEP000D290BE0DC Load=3.1(MF.G2) Last=Reset-Reset *Mar 1 01:30:00.587: %IPPHONE-6-REGISTER: ephone-2:SEP000D290BE0DC IP:10.0.200.150 Socket:1 DeviceType:Phone has registered. *Mar 1 01:30:06.923: %IPPHONE-6-REG_ALARM: Name=SEP000DBC04AB65 Load=3.1(MF.G2) Last=Reset-Reset *Mar 1 01:30:06.927: %IPPHONE-6-REGISTER: ephone-1:SEP000DBC04AB65 IP:10.0.200.151 Socket:2 DeviceType:Phone has r retain-timer: 15 create cnf-files version-stamp Jan 01 2002 00:00:00 auto assign 1 to 10 local directory service: enabled. CCMExpress-r4#show telephony-service CONFIG (Version=3.1) ===================== Version 3.1 Cisco CallManager Express ip source-address 10.0.200.1 port 2000 load 7910 P00403020214 load 7960-7940 P00305000301 max-ephones 10 max-dn 10 max-conferences 4 max-redirect 5 dialplan-pattern 1 92522321.. extension-length 3 voicemail 199 time-format 12 date-format mm-dd-yy keepalive 30 timeout interdigit 10 timeout busy 10 timeout ringing 180 edit DN through Web: disabled. edit TIME through web: disabled. Log (table parameters): max-size: 150 CCMExpress-r4#conf t Enter configuration commands, one per line. End with CNTL/Z. CCMExpress-r4(config)#tel CCMExpress-r4(config)#telephony-service CCMExpress-r4(config-telephony)#ma CCMExpress-r4(config-telephony)#max-d CCMExpress-r4(config-telephony)#max-dn 20 CCMExpress-r4(config-telephony)#exit CCMExpress-r4(config)#do show teleph show teleph % Incomplete command. CCMExpress-r4(config)#do show telephony-service CONFIG (Version=3.1) ===================== Version 3.1 Cisco CallManager Express ip source-address 10.0.200.1 port 2000 load 7910 P00403020214 load 7960-7940 P00305000301 max-ephones 10 max-dn 20 max-conferences 4 max-redirect 5 dialplan-pattern 1 92522321.. extension-length 3 voicemail 199 time-format 12 date-format mm-dd-yy keepalive 30 timeout interdigit 10 timeout busy 10 timeout ringing 180 edit DN through Web: disabled. edit TIME through web: disabled. Log (table parameters): max-size: 150 CCMExpress-r4(config)#tele CCMExpress-r4(config)#telephony-service CCMExpress-r4(config-telephony)#web CCMExpress-r4(config-telephony)#web ? admin define username for admin user customize define customization file name CCMExpress-r4(config-telephony)#? Cisco IOS Telephony Service configuration commands: after-hours define after-hours patterns, date, etc application The selected application auto Define dn range for auto assignment call-forward Define E.164 telephone number for call forwarding caller-id Configure caller id parameters calling-number Replace calling number with local for hairpin create create cnf for ethernet phone date-format Set date format for IP Phone display default Set a command to its defaults dialplan-pattern Define E.164 telephone number prefix directory Define directory naming order or add an entry dn-webedit enable Edit DN through Web exit Exit from telephony-service configuration mode fxo FXO port support option in ITS ip Define IP address and port for Telephony-Service/Fallback keepalive Define keepalive timeout period to unregister IP phones load Select the IP phone firmware load file log Define log table parameters login set the login timeouts max-conferences Define max number of 3 party G.711 conferences max-dn Maximum directory numbers supported CCMExpress-r4(config-telephony)#dn CCMExpress-r4(config-telephony)#dn-webedit ? CCMExpress-r4(config-telephony)#dn-webedit CCMExpress-r4(config-telephony)#ti CCMExpress-r4(config-telephony)#time? time-format time-webedit timeouts CCMExpress-r4(config-telephony)#time-w CCMExpress-r4(config-telephony)#time-webedit CCMExpress-r4(config-telephony)#? Cisco IOS Telephony Service configuration commands: after-hours define after-hours patterns, date, etc application The selected application auto Define dn range for auto assignment call-forward Define E.164 telephone number for call forwarding caller-id Configure caller id parameters calling-number Replace calling number with local for hairpin create create cnf for ethernet phone date-format Set date format for IP Phone display default Set a command to its defaults dialplan-pattern Define E.164 telephone number prefix directory Define directory naming order or add an entry dn-webedit enable Edit DN through Web exit Exit from telephony-service configuration mode fxo FXO port support option in ITS ip Define IP address and port for Telephony-Service/Fallback keepalive Define keepalive timeout period to unregister IP phones load Select the IP phone firmware load file log Define log table parameters login set the login timeouts max-conferences Define max number of 3 party G.711 conferences max-dn Maximum directory numbers supported max-ephones Define max number of IP phones max-redirect Define max number of redirect per call moh Define music-on-hold filename multicast Configure ip multicast parameters mwi Define IP address and port for MWI Server network-locale Define ephone network locale night-service define night-service options no Negate a command or set its defaults reset reset ethernet phone restart restart ethernet phone secondary-dialtone configure the secondary dial tone service Service configuration in ITS system Define system message time-format Set time format for IP Phone display time-webedit enable Edit Time through Web timeouts Define timeout value for IP phone transfer-pattern Define valid call transfer destinations transfer-system Define call transfer system: blind/consult and local/end-to-end url Define Ephone URL's user-locale Define ephone user locale voicemail Set the voicemail access number called when the MESSAGES IP phone button is pressed web define username for admin user xmlschema Command for setting xml schema xmltest Command for testing xml apis xmlthread Command for setting xml thread CCMExpress-r4(config-telephony)#web CCMExpress-r4(config-telephony)#web ? admin define username for admin user customize define customization file name CCMExpress-r4(config-telephony)#web ad CCMExpress-r4(config-telephony)#web admin ? customer customer admin system system admin CCMExpress-r4(config-telephony)#web admin sy CCMExpress-r4(config-telephony)#web admin system ? name admin username password admin password secret secret password CCMExpress-r4(config-telephony)#web admin system adm CCMExpress-r4(config-telephony)#web admin system admin ? % Unrecognized command CCMExpress-r4(config-telephony)#web admin system name ? WORD username for admin CCMExpress-r4(config-telephony)#web admin system name admin ? password admin password secret secret password CCMExpress-r4(config-telephony)#web admin system name admin pa CCMExpress-r4(config-telephony)#web admin system name admin password cisco CCMExpress-r4(config-telephony)#exit CCMExpress-r4(config)#exit CCMExpress-r4#show diag Slot 0: C2621XM 2FE Mainboard Port adapter, 3 ports Port adapter is analyzed Port adapter insertion time unknown EEPROM contents at hardware discovery: Hardware Revision : 1.0 PCB Serial Number : JAE071807BA (307463108) Part Number : 73-7754-02 RMA History : 00 RMA Number : 0-0-0-0 Board Revision : B0 Deviation Number : 0-0 EEPROM format version 4 EEPROM contents (hex): 0x00: 04 FF 40 03 6D 41 01 00 C1 17 4A 41 45 30 37 31 0x10: 38 30 37 42 41 20 28 33 30 37 34 36 33 31 30 38 0x20: 29 82 49 1E 4A 02 04 00 81 00 00 00 00 42 42 30 0x30: 80 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF 0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF --More-- *Mar 1 01:40:50.543: %SYS-5-CONFIG_I: Configured from console bWIC Slot 0: Serial 1T WAN daughter card Hardware revision 1.0 Board revision H0 Serial number 15666268 Part number 800-01514-01 Test history 0x0 RMA number 00-00-00 Connector type Wan Module EEPROM format version 1 EEPROM contents (hex): 0x20: 01 02 01 00 00 EF 0C 5C 50 05 EA 01 00 00 00 00 0x30: 88 00 00 00 99 09 07 01 FF FF FF FF FF FF FF FF Slot 1: 4 PORT Voice PM for C2600 Port adapter Port adapter is analyzed Port adapter insertion time unknown EEPROM contents at hardware discovery: Hardware revision 1.1 Board revision B0 Serial number 10419112 Part number 800-02491-02 FRU Part Number: NM-2V= Test history 0x0 RMA number 00-00-00 EEPROM format version 1 EEPROM contents (hex): 0x00: 01 65 01 01 00 9E FB A8 50 09 BB 02 00 00 00 00 0x10: 58 00 00 00 98 09 16 17 FF FF FF FF FF FF FF FF VIC Slot 0: FXS Voice daughter card (2 port) Hardware revision 1.1 Board revision A0 Serial number 17215512 Part number 800-02493-02 Test history 0x0 RMA number 00-00-00 Connector type Wan Module EEPROM format version 1 EEPROM contents (hex): 0x20: 01 0E 01 01 01 06 B0 18 50 09 BD 02 00 00 00 00 0x30: 50 00 00 00 99 11 14 01 FF FF FF FF FF FF FF FF CCMExpress-r4# CCMExpress-r4# CCMExpress-r4#show run Building configuration... Current configuration : 3328 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname CCMExpress-r4 ! boot-start-marker boot-end-marker ! enable secret 5 $1$1jQ8$KMTSehj6LuJXwI3KUspLI0 ! username drenner password 0 12345 no network-clock-participate slot 1 no network-clock-participate wic 0 no aaa new-model ip subnet-zero ip cef ! ! ip dhcp excluded-address 172.17.1.1 172.17.1.9 ip dhcp excluded-address 10.0.20.1 10.0.20.149 ip dhcp excluded-address 10.0.200.1 10.0.200.149 ! ip dhcp pool datanet network 10.0.20.0 255.255.255.0 default-router 10.0.20.1 ! ip dhcp pool voicenet network 10.0.200.0 255.255.255.0 default-router 10.0.200.1 option 150 ip 10.0.200.1 ! ! no ftp-server write-enable ! ! voice rtp send-recv ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address speed 100 full-duplex ! interface FastEthernet0/0.20 encapsulation dot1Q 20 ip address 10.0.20.1 255.255.255.0 ! interface FastEthernet0/0.200 encapsulation dot1Q 200 ip address 10.0.200.1 255.255.255.0 ! interface Serial0/0 no ip address shutdown ! interface FastEthernet0/1 ip address 172.17.1.1 255.255.255.0 shutdown duplex auto speed auto ! ip classless ip http server ip http authentication local ip http path flash: ! ! ! tftp-server flash:P00303020214.bin tftp-server flash:P00305000301.sbn tftp-server flash:P00403020214.bin ! control-plane ! ! ! voice-port 1/0/0 ! voice-port 1/0/1 ! ! ! ! dial-peer cor custom ! ! ! ! telephony-service load 7910 P00403020214 load 7960-7940 P00305000301 max-ephones 10 max-dn 20 ip source-address 10.0.200.1 port 2000 auto assign 1 to 10 create cnf-files version-stamp Jan 01 2002 00:00:00 dialplan-pattern 1 92522321.. extension-length 3 voicemail 199 max-conferences 4 web admin system name admin password cisco dn-webedit time-webedit ! ! ephone-dn 1 dual-line number 100 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 2 dual-line number 101 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 3 dual-line number 102 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 4 dual-line number 103 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 5 dual-line number 104 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 6 dual-line number 105 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 7 dual-line number 106 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 8 dual-line number 107 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 9 dual-line number 108 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 10 dual-line number 109 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone 1 mac-address 000D.BC04.AB65 type 7960 button 1:1 ! ! ! ephone 2 mac-address 000D.290B.E0DC type 7940 button 1:2 ! ! ! ephone 3 ! ! ! ephone 4 ! ! ! ephone 5 ! ! ! ephone 6 ! ! ! ephone 7 ! ! ! ephone 8 ! ! ! ephone 9 ! ! ! ephone 10 ! ! alias exec ship sho ip int brief alias exec cav sho call active voice brief alias exec dvs show dial-peer voice summary alias exec si0 show int fast 0/0 ! line con 0 line aux 0 CCMExpress-r4#conf t Enter configuration commands, one per line. End with CNTL/Z. CCMExpress-r4(config)#ephone-dn 11 dual-line CCMExpress-r4(config-ephone-dn)# number 200 CCMExpress-r4(config-ephone-dn)# call-forward busy 199 CCMExpress-r4(config-ephone-dn)# call-forward noan 199 timeout 20 CCMExpress-r4(config-ephone-dn)#! CCMExpress-r4(config-ephone-dn)#! CCMExpress-r4(config-ephone-dn)#ephone-dn 12 dual-line CCMExpress-r4(config-ephone-dn)# number 201 CCMExpress-r4(config-ephone-dn)# call-forward busy 199 CCMExpress-r4(config-ephone-dn)# call-forward noan 199 timeout 20 *Mar 1 01:43:58.955: %LINK-3-UPDOWN: Interface ephone_dsp DN 11.1, changed state to up *Mar 1 01:43:58.955: %LINK-3-UPDOWN: Interface ephone_dsp DN 11.2, changed state to up *Mar 1 01:43:59.083: %LINK-3-UPDOWN: Interface ephone_dsp DN 12.1, changed state to up *Mar 1 01:43:59.087: %LINK-3-UPDOWN: Interface ephone_dsp DN 12.2, changed state to up CCMExpress-r4(config-ephone-dn)#exit CCMExpress-r4(config)#exit CCMExpress-r4#show run Building configuration... Current configuration : 3524 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname CCMExpress-r4 ! boot-start-marker boot-end-marker ! enable secret 5 $1$1jQ8$KMTSehj6LuJXwI3KUspLI0 ! username drenner password 0 12345 no network-clock-participate slot 1 no network-clock-participate wic 0 no aaa new-model ip subnet-zero ip cef ! ! ip dhcp excluded-address 172.17.1.1 172.17.1.9 ip dhcp excluded-address 10.0.20.1 10.0.20.149 ip dhcp excluded-address 10.0.200.1 10.0.200.149 ! ip dhcp pool datanet network 10.0.20.0 255.255.255.0 default-router 10.0.20.1 ! ip dhcp pool voicenet network 10.0.200.0 255.255.255.0 default-router 10.0.200.1 option 150 ip 10.0.200.1 ! ! no ftp-server write-enable ! ! voice rtp send-recv ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip ad *Mar 1 01:44:05.079: %SYS-5-CONFIG_I: Configured from console by consoledress speed 100 full-duplex ! interface FastEthernet0/0.20 encapsulation dot1Q 20 ip address 10.0.20.1 255.255.255.0 ! interface FastEthernet0/0.200 encapsulation dot1Q 200 ip address 10.0.200.1 255.255.255.0 ! interface Serial0/0 no ip address shutdown ! interface FastEthernet0/1 ip address 172.17.1.1 255.255.255.0 shutdown duplex auto speed auto ! ip classless ip http server ip http authentication local ip http path flash: ! ! ! tftp-server flash:P00303020214.bin tftp-server flash:P00305000301.sbn tftp-server flash:P00403020214.bin ! control-plane ! ! ! voice-port 1/0/0 ! voice-port 1/0/1 ! ! ! ! dial-peer cor custom ! ! ! ! telephony-service load 7910 P00403020214 load 7960-7940 P00305000301 max-ephones 10 max-dn 20 ip source-address 10.0.200.1 port 2000 auto assign 1 to 10 create cnf-files version-stamp Jan 01 2002 00:00:00 dialplan-pattern 1 92522321.. extension-length 3 voicemail 199 max-conferences 4 web admin system name admin password cisco dn-webedit time-webedit ! ! ephone-dn 1 dual-line number 100 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 2 dual-line number 101 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 3 dual-line number 102 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 4 dual-line number 103 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 5 dual-line number 104 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 6 dual-line number 105 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 7 dual-line number 106 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 8 dual-line number 107 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 9 dual-line number 108 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 10 dual-line number 109 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 11 dual-line number 200 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone-dn 12 dual-line number 201 call-forward busy 199 call-forward noan 199 timeout 20 ! ! ephone 1 mac-address 000D.BC04.AB65 type 7960 button 1:1 ! ! ! ephone 2 mac-address 000D.290B.E0DC type 7940 button 1:2 ! ! ! CCMExpress-r4#conf t Enter configuration commands, one per line. End with CNTL/Z. CCMExpress-r4(config)#eph CCMExpress-r4(config)#ephone 1 CCMExpress-r4(config-ephone)#but CCMExpress-r4(config-ephone)#button 2:11 CCMExpress-r4(config-ephone)#exit CCMExpress-r4(config)# *Mar 1 01:45:31.599: %IPPHONE-6-UNREGISTER_NORMAL: ephone-1:SEP000DBC04AB65 IP:10.0.200.151 Socket:2 DeviceType:Phone has unregistered normally. CCMExpress-r4(config)# CCMExpress-r4(config)#ephone 2 CCMExpress-r4(config-ephone)#button 2:12 CCMExpress-r4(config-ephone)#button 3:9 CCMExpress-r4(config-ephone)#ephone 1 CCMExpress-r4(config-ephone)#button 3:9 CCMExpress-r4(config-ephone)# *Mar 1 01:46:11.843: %IPPHONE-6-REG_ALARM: Name=SEP000DBC04AB65 Load=3.1(MF.G2) Last=Reset-Reset *Mar 1 01:46:11.847: %IPPHONE-6-REGISTER: ephone-1:SEP000DBC04AB65 IP:10.0.200.151 Socket:2 DeviceType:Phone has registered. CCMExpress-r4(config-ephone)# *Mar 1 01:46:40.643: %IPPHONE-6-UNREGISTER_NORMAL: ephone-2:SEP000D290BE0DC IP:10.0.200.150 Socket:1 DeviceType:Phone has unregistered normally. *Mar 1 01:47:11.903: %IPPHONE-6-REG_ALARM: Name=SEP000D290BE0DC Load=3.1(MF.G2) Last=Reset-Reset *Mar 1 01:47:11.907: %IPPHONE-6-REGISTER: ephone-2:SEP000D290BE0DC IP:10.0.200.150 Socket:1 DeviceType:Phone has registered. CCMExpress-r4(config-ephone)# CCMExpress-r4(config-ephone)# CCMExpress-r4(config-ephone)# CCMExpress-r4(config-ephone)#exit CCMExpress-r4(config)#do show telephony CONFIG (Version=3.1) ===================== Version 3.1 Cisco CallManager Express ip source-address 10.0.200.1 port 2000 load 7910 P00403020214 load 7960-7940 P00305000301 max-ephones 10 max-dn 20 max-conferences 4 max-redirect 5 dialplan-pattern 1 92522321.. extension-length 3 voicemail 199 time-format 12 date-format mm-dd-yy keepalive 30 timeout interdigit 10 timeout busy 10 timeout ringing 180 web admin system name admin password cisco edit DN through Web: enabled. edit TIME through web: enabled. Log (table parameters): CCMExpress-r4(config)#exit CCMExpress-r4#show ep *Mar 1 01:47:27.403: %SYS-5-CONFIG_I: Configured from console by consoleho CCMExpress-r4#show ephone ? 7902 7902 phone status 7905 7905 phone status 7910 7910 phone status 7912 7912 phon