First time UC520W setup

jazzman93612's picture

Hi,

I will be setting up a UC520W for the first time, have read the start up guide, but am at a loss on some things.

Will be setting this up at customer site. Customer site has DSL connection, currently connected to Linksys Router. Customer has 2 servers and 2 computers on local lan, server is a DC handing out DHCP and DNS. Want to eliminate Linksys Router, but need to be able to set port forwarding rules in UC520 to both servers. Do not want UC520 to hand out DHCP. Unable to figure out how to disable DHCP, change LAN ip address or VLAN ip addresses in UC520.

Customer will have t Cisco 7965 phones, a Cisco 7921 wireless phone, and will have 3 users that will connect remotely via vpn and will be using soft phones that need to be configured in the UC520.

I can connect to device with the Cisco configuration assistant, but cant change the ip address of the internal lan ip, disable DHCP, etc. The firewall options seem limited and I am unsure whether port forwarding can be done or not in it.

If anyone could give some assistance I would appreciate it. Thanks.

Share/Save
0
No votes yet
Your rating: None

Comments

shane.germain's picture

some of the way there

To do what you are after, you are going to have to become familiar with the command line.

Either connect via console cable or telnet to the IP address of the UC500.... I have added a bit below for you

To change the IP address on a UC520W

uc500>en
Password:*****
uc500# conf t
uc500(config)# int bvi 1
uc500(config)# ip address 192.168.10.1 255.255.255.0
uc500(config)#exit
uc500# wr

On a UC520W you need to modify the IP of the bridge group rather than the vlan, however on a UC500 without the integrated wireless you modify the vlan IP

To remove the DHCP from the data side:

uc500>en
Password:*****
uc500# conf t
uc500(config)# no ip dhcp pool data
uc500(config)#exit
uc500# wr

also check out these docs:

Unified Communications Manager Express Admin Guide
http://www.cisco.com/en/US/customer/docs/voice_ip_comm/cucme/admin/confi...

How to configure IP access lists for IOS firewall
http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_tech_note...

jazzman93612's picture

Current Config

Hi Shane, thanks for your comment. I have got the following config so far, I think all I have left to do when I get it on site is to plug in the incoming analog lines into fxo 0/0 and fxo 0/1, and test. Would you mind looking it over for errors? PS: It was easier just to go with defaults and change internal lan ip scheme and disable dhcp on internal server
Running config:
sh run
Building configuration...

Current configuration : 21136 bytes
!
! Last configuration change at 18:49:54 PST Sun Aug 24 2008 by cisco
! NVRAM config last updated at 18:50:00 PST Sun Aug 24 2008 by admin
!
version 12.4
parser config cache interface
parser config interface
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service internal
service compress-config
!
hostname UC500
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
enable password xxxxxxxxxxxxxx
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
!
!
aaa session-id common
clock timezone PST -8
clock summer-time PST recurring
!
crypto pki trustpoint TP-self-signed-638498798
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-638498798
revocation-check none
rsakeypair TP-self-signed-638498798
!
!
crypto pki certificate chain TP-self-signed-638498798
certificate self-signed 01
3082023B 308201A4 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274
-69666963 6174652D 36333834 39383739 38301E17 0D303830 38323530 30333835
385A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F
532D5365 6C662D53 69676E65 642D4365 72746966 69636174 652D3633 38343938
37393830 819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100
B8274990 58241904 7BD01AC1 5C42F87F 5F3B9215 297FAA7E 600A235F C6B1BB95
BD70750B C24E03BD 3828108E 6B6F14C9 72E9A03C D5462620 00B23138 2F530C91
83ECC945 FC344E91 0280FC88 2961B18D 0A42C87A 0EAF295D 4ACB72F3 C7D2B2AD
46FBB42A FA76007A 93896F3A A9043797 20EA4C82 7F92B7E3 EAC540FB 265FE10F
02030100 01A36530 63300F06 03551D13 0101FF04 05300301 01FF3010 0603551D
11040930 07820555 43353030 301F0603 551D2304 18301680 141F79F0 F9FDEF47
788288AA 0A3C83EA 2DF3F037 51301D06 03551D0E 04160414 1F79F0F9 FDEF4778
8288AA0A 3C83EA2D F3F03751 300D0609 2A864886 F70D0101 04050003 81810030
D38AD1E1 52C671AF 5EE4B8E5 B9792C21 E01BAE99 BD1F1F33 E882DDDE 28C8FC41
75467C3D 7BD8728D 061F246D 99E9EAE7 F7F89210 CE8DE5D0 FFA71F45 857E9D33
282F9066 251F18F7 520FCB0D 7A857894 0412DA3F 23CD3D86 506F0CF8 CE123BFF
F597C523 2D849BC1 FEFFDE21 60CB7348 430369EA 5170B05F 0DF7D516 8D1E5F
quit
!
!
!
dot11 ssid uc520-data
vlan 1
authentication open
!
dot11 ssid uc520-voice
vlan 100
authentication open
!
ip cef
!
!
ip dhcp relay information trust-all
ip dhcp use vrf connected
ip dhcp excluded-address 10.1.1.1 10.1.1.10
ip dhcp excluded-address 192.168.10.1 192.168.10.10
!
ip dhcp pool phone
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
option 150 ip 10.1.1.1
!
ip dhcp pool data
import all
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
dns-server 192.168.10.2
!
!
ip name-server 63.203.35.55
ip name-server 192.168.10.3
ip inspect name SDM_LOW cuseeme
ip inspect name SDM_LOW dns
ip inspect name SDM_LOW ftp
ip inspect name SDM_LOW h323
ip inspect name SDM_LOW https
ip inspect name SDM_LOW icmp
ip inspect name SDM_LOW imap
ip inspect name SDM_LOW pop3
ip inspect name SDM_LOW netshow
ip inspect name SDM_LOW rcmd
ip inspect name SDM_LOW realaudio
ip inspect name SDM_LOW rtsp
ip inspect name SDM_LOW esmtp
ip inspect name SDM_LOW sqlnet
ip inspect name SDM_LOW streamworks
ip inspect name SDM_LOW tftp
ip inspect name SDM_LOW tcp
ip inspect name SDM_LOW udp
ip inspect name SDM_LOW vdolive
!
!
stcapp ccm-group 1
stcapp
!
stcapp feature access-code
!
multilink bundle-name authenticated
!
!
voice call send-alert
voice rtp send-recv
!
voice service voip
sip
no update-callerid
!
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
!
!
!
!
!
!
!

!
!
!
!
!
voice-card 0
no dspfarm
!
!
!
username cisco privilege 15 secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxx
username Karen privilege 15 secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxx
username Kevin secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
username Pat secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
username Scott secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
username admin password 0 xxxxxxxxxx
archive
log config
logging enable
logging size 600
hidekeys
!
!
ip tftp source-interface Loopback0
bridge irb
!
!
!
interface Loopback0
description $FW_INSIDE$
ip address 10.1.10.2 255.255.255.252
ip access-group 101 in
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/0
description $FW_OUTSIDE$
ip address x.x.x.x 255.255.255.248
ip access-group 104 in
ip verify unicast reverse-path
ip nat outside
ip inspect SDM_LOW out
ip virtual-reassembly
duplex auto
speed auto
!
interface Integrated-Service-Engine0/0
ip unnumbered Loopback0
ip nat inside
ip virtual-reassembly
service-module ip address 10.1.10.1 255.255.255.252
service-module ip default-gateway 10.1.10.2
!
interface FastEthernet0/1/0
switchport voice vlan 100
macro description cisco-phone
!
interface FastEthernet0/1/1
switchport voice vlan 100
macro description cisco-phone
!
interface FastEthernet0/1/2
switchport voice vlan 100
macro description cisco-phone
!
interface FastEthernet0/1/3
switchport voice vlan 100
macro description cisco-phone
!
interface FastEthernet0/1/4
switchport voice vlan 100
macro description cisco-phone
!
interface FastEthernet0/1/5
switchport voice vlan 100
macro description cisco-phone
!
interface FastEthernet0/1/6
switchport voice vlan 100
macro description cisco-phone
!
interface FastEthernet0/1/7
switchport voice vlan 100
macro description cisco-phone
!
interface FastEthernet0/1/8
switchport mode trunk
macro description cisco-switch
!
interface Dot11Radio0/5/0
no ip address
!
ssid uc520-data
!
ssid uc520-voice
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Dot11Radio0/5/0.1
encapsulation dot1Q 1 native
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio0/5/0.100
encapsulation dot1Q 100
bridge-group 100
bridge-group 100 subscriber-loop-control
bridge-group 100 spanning-disabled
bridge-group 100 block-unknown-source
no bridge-group 100 source-learning
no bridge-group 100 unicast-flooding
!
interface Vlan1
no ip address
bridge-group 1
bridge-group 1 spanning-disabled
!
interface Vlan100
no ip address
bridge-group 100
bridge-group 100 spanning-disabled
!
interface BVI1
description $FW_INSIDE$
ip address 192.168.10.1 255.255.255.0
ip access-group 102 in
ip nat inside
ip virtual-reassembly
!
interface BVI100
description $FW_INSIDE$
ip address 10.1.1.1 255.255.255.0
ip access-group 103 in
ip nat inside
ip virtual-reassembly
!
ip route 0.0.0.0 0.0.0.0 x.x.x.x
ip route 10.1.10.1 255.255.255.255 Integrated-Service-Engine0/0
!
ip http server
ip http authentication local
ip http secure-server
ip http path flash:
ip nat inside source list 1 interface FastEthernet0/0 overload
ip nat inside source static tcp 192.168.10.3 25 interface FastEthernet0/0 25
ip nat inside source static tcp 192.168.10.3 8443 interface FastEthernet0/0 8443
ip nat inside source static tcp 192.168.10.3 110 interface FastEthernet0/0 110
ip nat inside source static tcp 192.168.10.7 4443 interface FastEthernet0/0 4443
ip nat inside source static tcp 192.168.10.5 443 interface FastEthernet0/0 443
ip nat inside source static udp 192.168.10.7 4443 interface FastEthernet0/0 4443
ip nat inside source static udp 192.168.10.5 443 interface FastEthernet0/0 443
ip nat inside source static tcp 192.168.10.3 3389 interface FastEthernet0/0 3389
ip nat inside source static tcp 192.168.10.8 9464 interface FastEthernet0/0 9464
ip nat inside source static tcp 192.168.10.3 8080 interface FastEthernet0/0 8080
ip nat inside source static udp 192.168.10.3 8080 interface FastEthernet0/0 8080
ip nat inside source static tcp 192.168.10.3 5353 interface FastEthernet0/0 5353
ip nat inside source static tcp 192.168.10.3 5003 interface FastEthernet0/0 5003
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.10.0 0.0.0.255
access-list 1 permit 10.1.1.0 0.0.0.255
access-list 1 permit 10.1.10.0 0.0.0.3
access-list 100 remark auto generated by SDM firewall configuration
access-list 100 remark SDM_ACL Category=1
access-list 100 deny ip 192.168.10.0 0.0.0.255 any
access-list 100 deny ip host 255.255.255.255 any
access-list 100 deny ip 127.0.0.0 0.255.255.255 any
access-list 100 permit ip any any
access-list 101 remark auto generated by SDM firewall configuration
access-list 101 remark SDM_ACL Category=1
access-list 101 permit tcp 10.1.1.0 0.0.0.255 eq 2000 any
access-list 101 permit udp 10.1.1.0 0.0.0.255 eq 2000 any
access-list 101 deny ip 10.1.1.0 0.0.0.255 any
access-list 101 deny ip 192.168.10.0 0.0.0.255 any
access-list 101 deny ip x.x.x.x 0.0.0.7 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 permit ip any any
access-list 102 remark auto generated by SDM firewall configuration
access-list 102 remark SDM_ACL Category=1
access-list 102 deny ip 10.1.10.0 0.0.0.3 any
access-list 102 deny ip 10.1.1.0 0.0.0.255 any
access-list 102 deny ip x.x.x.x 0.0.0.7 any
access-list 102 deny ip host 255.255.255.255 any
access-list 102 deny ip 127.0.0.0 0.255.255.255 any
access-list 102 permit ip any any
access-list 103 remark auto generated by SDM firewall configuration
access-list 103 remark SDM_ACL Category=1
access-list 103 permit tcp 10.1.10.0 0.0.0.3 any eq 2000
access-list 103 permit udp 10.1.10.0 0.0.0.3 any eq 2000
access-list 103 deny ip 10.1.10.0 0.0.0.3 any
access-list 103 deny ip 192.168.10.0 0.0.0.255 any
access-list 103 deny ip x.x.x.x 0.0.0.7 any
access-list 103 deny ip host 255.255.255.255 any
access-list 103 deny ip 127.0.0.0 0.255.255.255 any
access-list 103 permit ip any any
access-list 104 remark auto generated by SDM firewall configuration
access-list 104 remark SDM_ACL Category=1
access-list 104 permit tcp any host x.x.x.x eq 5003
access-list 104 permit tcp any host x.x.x.x eq 5353
access-list 104 permit udp any host x.x.x.x eq 8080
access-list 104 permit tcp any host x.x.x.x eq 8080
access-list 104 permit tcp any host x.x.x.x eq 9464
access-list 104 permit tcp any host x.x.x.x eq 3389
access-list 104 permit udp any host x.x.x.x eq 443
access-list 104 permit udp any host x.x.x.x eq 4443
access-list 104 permit tcp any host x.x.x.x eq 443
access-list 104 permit tcp any host x.x.x.x eq 4443
access-list 104 permit tcp any host x.x.x.x eq pop3
access-list 104 permit tcp any host x.x.x.x eq 8443
access-list 104 permit tcp any host x.x.x.x eq smtp
access-list 104 deny ip 10.1.10.0 0.0.0.3 any
access-list 104 deny ip 10.1.1.0 0.0.0.255 any
access-list 104 deny ip 192.168.10.0 0.0.0.255 any
access-list 104 permit icmp any host x.x.x.x echo-reply
access-list 104 permit icmp any host x.x.x.x time-exceeded
access-list 104 permit icmp any host x.x.x.x unreachable
access-list 104 deny ip 10.0.0.0 0.255.255.255 any
access-list 104 deny ip 172.16.0.0 0.15.255.255 any
access-list 104 deny ip 192.168.0.0 0.0.255.255 any
access-list 104 deny ip 127.0.0.0 0.255.255.255 any
access-list 104 deny ip host 255.255.255.255 any
access-list 104 deny ip host 0.0.0.0 any
access-list 104 deny ip any any log
access-list 104 permit tcp any host x.x.x.x eq telnet
snmp-server community public RO
!
!
!
!
tftp-server apps11.8-2-2TR2.sbn
tftp-server apps31.8-2-2TR2.sbn
tftp-server apps41.8-2-2TR2.sbn
tftp-server apps70.8-2-2TR2.sbn
tftp-server cmterm_7936.3-3-13-0.bin
tftp-server cnu11.8-2-2TR2.sbn
tftp-server cnu31.8-2-2TR2.sbn
tftp-server cnu41.8-2-2TR2.sbn
tftp-server cnu70.8-2-2TR2.sbn
tftp-server CP7902080002SCCP060817A.sbin
tftp-server cvm11sccp.8-2-2TR2.sbn
tftp-server cvm31sccp.8-2-2TR2.sbn
tftp-server cvm41sccp.8-2-2TR2.sbn
tftp-server cvm70sccp.8-2-2TR2.sbn
tftp-server dsp11.8-2-2TR2.sbn
tftp-server dsp31.8-2-2TR2.sbn
tftp-server dsp41.8-2-2TR2.sbn
tftp-server dsp70.8-2-2TR2.sbn
tftp-server jar11sccp.8-2-2TR2.sbn
tftp-server jar31sccp.8-2-2TR2.sbn
tftp-server jar41sccp.8-2-2TR2.sbn
tftp-server jar70sccp.8-2-2TR2.sbn
tftp-server P00308000500.bin
tftp-server P00308000500.loads
tftp-server P00308000500.sb2
tftp-server P00308000500.sbn
tftp-server S00105000200.sbn
tftp-server SCCP11.8-2-2SR2S.loads
tftp-server SCCP31.8-2-2SR2S.loads
tftp-server SCCP41.8-2-2SR2S.loads
tftp-server SCCP70.8-2-2SR2S.loads
tftp-server term06.default.loads
tftp-server term11.default.loads
tftp-server term31.default.loads
tftp-server term41.default.loads
tftp-server term61.default.loads
tftp-server term70.default.loads
tftp-server term71.default.loads
tftp-server flash:SCCP42.8-3-2S.loads
tftp-server flash:SCCP45.8-3-2S.loads
tftp-server flash:SCCP75.8-3-2S.loads
tftp-server flash:apps42.8-3-1-22.sbn
tftp-server flash:apps45.8-3-1-22.sbn
tftp-server flash:apps75.8-3-1-22.sbn
tftp-server flash:cnu42.8-3-1-22.sbn
tftp-server flash:cnu45.8-3-1-22.sbn
tftp-server flash:cnu75.8-3-1-22.sbn
tftp-server flash:cvm42sccp.8-3-1-22.sbn
tftp-server flash:cvm45sccp.8-3-1-22.sbn
tftp-server flash:cvm75sccp.8-3-1-22.sbn
tftp-server flash:dsp42.8-3-1-22.sbn
tftp-server flash:dsp45.8-3-1-22.sbn
tftp-server flash:dsp75.8-3-1-22.sbn
tftp-server flash:jar42sccp.8-3-1-22.sbn
tftp-server flash:jar45sccp.8-3-1-22.sbn
tftp-server flash:jar75sccp.8-3-1-22.sbn
tftp-server flash:term42.default.loads
tftp-server flash:term45.default.loads
tftp-server flash:term62.default.loads
tftp-server flash:term65.default.loads
tftp-server flash:term75.default.loads
tftp-server flash:APPS-1.0.4.SBN
tftp-server flash:CP7921G-1.0.4.LOADS
tftp-server flash:GUI-1.0.4.SBN
tftp-server flash:SYS-1.0.4.SBN
tftp-server flash:TNUX-1.0.4.SBN
tftp-server flash:TNUXR-1.0.4.SBN
tftp-server flash:WLAN-1.0.4.SBN
tftp-server DistinctiveRingList.xml
tftp-server RingList.xml
tftp-server flash:AreYouThereF.raw
tftp-server flash:Bass.raw
tftp-server flash:CallBack.raw
tftp-server flash:Chime.raw
tftp-server flash:Classic1.raw
tftp-server flash:Classic2.raw
tftp-server flash:ClockShop.raw
tftp-server flash:Drums1.raw
tftp-server flash:Drums2.raw
tftp-server flash:FilmScore.raw
tftp-server flash:HarpSynth.raw
tftp-server flash:Jamaica.raw
tftp-server flash:KotoEffect.raw
tftp-server flash:MusicBox.raw
tftp-server flash:Piano1.raw
tftp-server flash:Piano2.raw
tftp-server flash:Pop.raw
tftp-server flash:Pulse1.raw
tftp-server flash:Ring1.raw
tftp-server flash:Ring2.raw
tftp-server flash:Ring3.raw
tftp-server flash:Ring4.raw
tftp-server flash:Ring5.raw
tftp-server flash:Ring6.raw
tftp-server flash:Ring7.raw
tftp-server flash:Sax1.raw
tftp-server flash:Sax2.raw
tftp-server flash:Vibe.raw
tftp-server flash:Analog1.raw
tftp-server flash:Analog2.raw
tftp-server flash:AreYouThere.raw
tftp-server flash:CampusNight.png
tftp-server flash:CiscoFountain.png
tftp-server flash:Fountain.png
tftp-server flash:MorroRock.png
tftp-server flash:NantucketFlowers.png
tftp-server flash:TN-CampusNight.png
tftp-server flash:TN-CiscoFountain.png
tftp-server flash:TN-Fountain.png
tftp-server flash:TN-MorroRock.png
tftp-server flash:TN-NantucketFlowers.png
tftp-server flash:Desktops/320x212x16/List.xml
tftp-server flash:Desktops/320x212x12/List.xml
tftp-server flash:Desktops/320x216x16/List.xml
!
control-plane
!
bridge 1 route ip
bridge 100 route ip
!
!
voice-port 0/0/0
timeouts ringing infinity
!
voice-port 0/0/1
timeouts ringing infinity
!
voice-port 0/0/2
timeouts ringing infinity
!
voice-port 0/0/3
timeouts ringing infinity
!
voice-port 0/1/0
connection plar 201
caller-id enable
!
voice-port 0/1/1
connection plar 202
caller-id enable
!
voice-port 0/1/2
connection plar 203
caller-id enable
!
voice-port 0/1/3
connection plar 204
caller-id enable
!
voice-port 0/4/0
auto-cut-through
signal immediate
input gain auto-control -15
description Music On Hold Port
!
sccp local Loopback0
sccp ccm 10.1.1.1 identifier 1
sccp
!
sccp ccm group 1
associate ccm 1 priority 1
!
!
dial-peer voice 1 pots
service stcapp
port 0/0/0
!
dial-peer voice 2 pots
service stcapp
port 0/0/1
!
dial-peer voice 3 pots
service stcapp
port 0/0/2
!
dial-peer voice 4 pots
service stcapp
port 0/0/3
!
dial-peer voice 5 pots
description ** MOH Port **
destination-pattern ABC
port 0/4/0
no sip-register
!
dial-peer voice 50 pots
destination-pattern 9T
port 0/1/0
no sip-register
!
dial-peer voice 51 pots
destination-pattern 9T
port 0/1/1
no sip-register
!
dial-peer voice 52 pots
destination-pattern 9T
port 0/1/2
no sip-register
!
dial-peer voice 53 pots
destination-pattern 9T
port 0/1/3
no sip-register
!
dial-peer voice 10 voip
destination-pattern 40.
session protocol sipv2
session target ipv4:10.1.10.1
codec g711ulaw
no vad
!
!
no dial-peer outbound status-check pots
!
!
telephony-service
video
load 7960-7940 P00308000500
load 7914 S00105000200
load 7902 CP7902080002SCCP060817A
load 7921 CP7921G-1.0.4
load 7931 SCCP31.8-2-2SR2S
load 7941GE SCCP41.8-2-2SR2S
load 7941 SCCP41.8-2-2SR2S
load 7961GE SCCP41.8-2-2SR2S
load 7961 SCCP41.8-2-2SR2S
load 7975 SCCP75.8-3-2S
load 7965 SCCP45.8-3-2S
load 7945 SCCP45.8-3-2S
load 7942 SCCP42.8-3-2S
load 7962 SCCP42.8-3-2S
load 7971 SCCP70.8-2-2SR2S
load 7970 SCCP70.8-2-2SR2S
load 7936 cmterm_7936.3-3-13-0
load 7906 SCCP11.8-2-2SR2S
load 7911 SCCP11.8-2-2SR2S
max-ephones 14
max-dn 56
ip source-address 10.1.1.1 port 2000
auto assign 10 to 19
auto assign 5 to 8 type anl
calling-number initiator
service phone videoCapability 1
service dnis overlay
service dnis dir-lookup
timeouts interdigit 5
system message xxxxxxxxxxxxxxxx
url services http://10.1.10.1/voiceview/common/login.do
url authentication http://10.1.10.1/voiceview/authentication/authenticate.do
time-zone 5
voicemail 400
max-conferences 8 gain -6
call-forward pattern .T
call-forward system redirecting-expanded
moh music-on-hold.au
multicast moh 239.10.16.16 port 2000
web admin system name cisco secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
dn-webedit
time-webedit
transfer-system full-consult dss
transfer-pattern 9.T
transfer-pattern .T
secondary-dialtone 9
directory entry 1 201 name Karen xxxxx
directory entry 2 202 name Kevin xxxxx
create cnf-files version-stamp 7960 Aug 22 2008 14:01:50
!
!
ephone-template 15
button-layout 7931 2
!
!
ephone-dn 5 dual-line
number 301 no-reg primary
label 301
description PhoneA Analog
name PhoneA Analog
!
!
ephone-dn 6 dual-line
number 302 no-reg primary
label 302
description PhoneB Analog
name PhoneB Analog
!
!
ephone-dn 7 dual-line
number 303 no-reg primary
label 303
description PhoneC Analog
name PhoneC Analog
!
!
ephone-dn 8 dual-line
number 304 no-reg primary
label 304
description PhoneD Analog
name PhoneD Analog
!
!
ephone-dn 9
number BCD no-reg primary
description MoH
moh ip 239.10.16.8 port 2139 out-call ABC
!
!
ephone-dn 10 dual-line
number 201 no-reg primary
label Karen xxxx
description 201
name Karen xxxx
call-forward busy 400
call-forward noan 400 timeout 10
!
!
ephone-dn 11 dual-line
number 202 no-reg primary
label 202
description 202
name 202
call-forward busy 400
call-forward noan 400 timeout 20
hold-alert 30 originator
!
!
ephone-dn 12 dual-line
number 203 no-reg primary
label 203
description 203
name 203
!
!
ephone-dn 13 dual-line
number 204 no-reg primary
label 204
description 204
name 204
!
!
ephone-dn 14 dual-line
number 205 no-reg primary
label 205
description 205
name 205
!
!
ephone-dn 15 dual-line
number 206 no-reg primary
label 206
description 206
name 206
!
!
ephone-dn 16 dual-line
number 207 no-reg primary
label 207
description 207
name 207
!
!
ephone-dn 17 dual-line
number 208 no-reg primary
label 208
description 208
name 208
!
!
ephone-dn 18 dual-line
number 209 no-reg primary
label 209
description 209
name 209
!
!
ephone-dn 19 dual-line
number 210 no-reg primary
label 210
description 210
name 210
!
!
ephone-dn 20
number 8000...
mwi on
!
!
ephone-dn 21
number 8001...
mwi off
!
!
ephone 1
device-security-mode none
mac-address E132.76C4.0000
type anl
button 1:5
!
!
!
ephone 2
device-security-mode none
mac-address E132.76C4.0001
type anl
button 1:6
!
!
!
ephone 3
device-security-mode none
mac-address E132.76C4.0002
type anl
button 1:7
!
!
!
ephone 4
device-security-mode none
mac-address E132.76C4.0003
type anl
button 1:8
!
!
!
ephone 5
device-security-mode none
mac-address 0021.5555.3EA7
username "kmann" password xxxxxxx
type 7965
button 1:10
!
!
!
ephone 6
device-security-mode none
mac-address 00C0.9FFF.E50B
type CIPC
button 1:11
!
!
!
line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
line vty 0 4
password xxxxxxx
line vty 5 15
password xxxxxx
line vty 16 100
!
ntp master

!
webvpn cef
end

UC500#

Hoover87's picture

.

.

Hoover87's picture

Sent you a PM. Cisco IP

Sent you a PM.

Cisco IP Communications Express Specialist
www.ketchumits.com

jazzman93612's picture

sent a PM

I did not receive a PM. Does anyone have any answers to my question please?

Hoover87's picture

For a reasonable fee I have

For a reasonable fee I have answers to all of them.

Cisco IP Communications Express Specialist
www.ketchumits.com

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.