Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
audina:cisco_telephone_system_voip [2017/09/01 11:23]
smayr [Phone Directory]
audina:cisco_telephone_system_voip [2024/07/24 16:59] (current)
ajdavis
Line 1: Line 1:
-CISCO Telephone System (VOIP) =+= Telephone System (Cisco) =
  
 {{:audina:cisco-phone-keys.jpg?direct&200|CISCO phone keys}} {{:audina:cisco-phone-keys.jpg?direct&200|CISCO phone keys}}
Line 37: Line 37:
  
 == Setup Phone User == == Setup Phone User ==
-  * Login to Cisco Configuration Assistant.+  * Login to Cisco Configuration Assistant. Application installed in Administrator's workstation.
   * Go to Configure > Telephony > Users/Extensions > Users and Phones   * Go to Configure > Telephony > Users/Extensions > Users and Phones
   * Choose the phone to be configured and click Edit.   * Choose the phone to be configured and click Edit.
   * Change First Name, Last Name and Line Descriptions.   * Change First Name, Last Name and Line Descriptions.
   * Save the changes to the UC560.   * Save the changes to the UC560.
 +
 +== Setup Phone Holiday Schedule ==
 +clock set 16:57:00 Jul 24 2024
 +  * Login to router (192.168.0.1) via Putty
 +  * enable changing settings (en)
 +  * Run command <code>clock set 16:57:00 Jul 24 2024</code>
  
 == Configuration == == Configuration ==
Line 55: Line 61:
 hostname ciscoasa hostname ciscoasa
 domain-name audina.net domain-name audina.net
-enable password ???????????????? encrypted +enable password cJi5lJEQjqUjn1c1 encrypted 
-passwd ???????????????? encrypted+passwd 2KFQnbNIdI.2KYOU encrypted
 names names
 ! !
Line 78: Line 84:
  shutdown  shutdown
  no nameif  no nameif
- no security-level+ security-level 0
  no ip address  no ip address
 ! !
Line 95: Line 101:
  name-server 192.168.0.2  name-server 192.168.0.2
  domain-name audina.net  domain-name audina.net
-object-group protocol TCPUDP +object-group service guac tcp 
- protocol-object udp + description Guacamole RDP Relay 
- protocol-object tcp + port-object eq 8080 
-object-group service P2i +object-group service mc tcp 
- description P2i Aridion 8 + port-object eq 19132
- service-object tcp-udp eq 1025  +
- service-object tcp-udp eq 2001  +
- service-object tcp-udp eq 22001  +
- service-object tcp-udp eq 8080  +
- service-object tcp-udp eq www  +
- service-object tcp eq ftp  +
-object-group service BBB +
- description Big Blue Button HTTP, Desktop Sharing and RTMP +
- service-object tcp eq 1935  +
- service-object tcp eq 9123  +
- service-object tcp eq www  +
-access-list out_in extended permit object-group BBB any host 64.128.240.61 +
 access-list out_in extended permit tcp any host 64.128.240.60 eq www  access-list out_in extended permit tcp any host 64.128.240.60 eq www 
 access-list out_in extended permit tcp any host 64.128.240.60 eq https  access-list out_in extended permit tcp any host 64.128.240.60 eq https 
 +access-list out_in extended permit tcp any host 64.128.240.60 object-group guac 
 access-list IPSec-VPN_splitTunnelAcl standard permit 192.168.0.0 255.255.255.0  access-list IPSec-VPN_splitTunnelAcl standard permit 192.168.0.0 255.255.255.0 
-access-list inside_nat0_outbound extended permit ip 192.168.0.0 255.255.255.0 10.1.2.0 255.255.255.0 +access-list IPSec-VPN_splitTunnelAcl standard permit 192.168.0.0 255.255.0.0  
 +access-list inside_nat0_outbound remark VPN traffic 
 +access-list inside_nat0_outbound extended permit ip 192.168.0.0 255.255.0.0 10.1.2.0 255.255.255.0  
 +access-list inside_access_in extended permit ip 192.168.0.0 255.255.255.0 host 192.168.254.2  
 +access-list inside_access_in extended permit ip 192.168.10.0 255.255.255.0 host 192.168.254.2  
 +access-list inside_access_in extended permit ip 192.168.11.0 255.255.255.0 host 192.168.254.2  
 +access-list inside_access_in extended permit ip any any 
 pager lines 24 pager lines 24
 logging enable logging enable
Line 133: Line 134:
 nat (management) 101 0.0.0.0 0.0.0.0 nat (management) 101 0.0.0.0 0.0.0.0
 static (inside,outside) 64.128.240.60 192.168.0.2 netmask 255.255.255.255  static (inside,outside) 64.128.240.60 192.168.0.2 netmask 255.255.255.255 
-static (inside,outside) 64.128.240.61 192.168.0.35 netmask 255.255.255.255 +static (inside,outside) 64.128.240.61 192.168.0.132 netmask 255.255.255.255 
 access-group out_in in interface outside access-group out_in in interface outside
 +access-group inside_access_in in interface inside
 route outside 0.0.0.0 0.0.0.0 64.128.240.57 1 route outside 0.0.0.0 0.0.0.0 64.128.240.57 1
 route inside 192.168.0.0 255.255.255.0 192.168.254.2 1 route inside 192.168.0.0 255.255.255.0 192.168.254.2 1
Line 318: Line 320:
 telnet 192.168.0.0 255.255.255.255 inside telnet 192.168.0.0 255.255.255.255 inside
 telnet timeout 5 telnet timeout 5
 +ssh 0.0.0.0 0.0.0.0 outside
 ssh 192.168.0.0 255.255.255.0 inside ssh 192.168.0.0 255.255.255.0 inside
 ssh timeout 5 ssh timeout 5
Line 339: Line 342:
  wins-server none  wins-server none
  dns-server value 192.168.0.100  dns-server value 192.168.0.100
- vpn-tunnel-protocol svc webvpn+ vpn-tunnel-protocol svc 
  split-tunnel-policy tunnelspecified  split-tunnel-policy tunnelspecified
  split-tunnel-network-list value IPSec-VPN_splitTunnelAcl  split-tunnel-network-list value IPSec-VPN_splitTunnelAcl
Line 346: Line 349:
  banner value Audina_Remote  banner value Audina_Remote
  dns-server value 192.168.0.100  dns-server value 192.168.0.100
 + vpn-tunnel-protocol IPSec l2tp-ipsec 
  webvpn  webvpn
   url-list value Audina   url-list value Audina
Line 351: Line 355:
 group-policy IPSec-VPN attributes group-policy IPSec-VPN attributes
  dns-server value 192.168.0.104  dns-server value 192.168.0.104
- vpn-tunnel-protocol IPSec l2tp-ipsec webvpn+ vpn-tunnel-protocol IPSec l2tp-ipsec 
  split-tunnel-policy tunnelspecified  split-tunnel-policy tunnelspecified
  split-tunnel-network-list value IPSec-VPN_splitTunnelAcl  split-tunnel-network-list value IPSec-VPN_splitTunnelAcl
Line 358: Line 362:
 username terri attributes username terri attributes
  service-type remote-access  service-type remote-access
-username veytec password TY.CtyCANDiBrdJF encrypted privilege 15 +username veytec password 38VH0R5g8mp8VUnb encrypted privilege 15
-username frank password pSole/k7cAkpz32m encrypted privilege 6 +
-username frank attributes +
- service-type remote-access+
 username admin password 1c7YR8HC7pHwg0VD encrypted username admin password 1c7YR8HC7pHwg0VD encrypted
-username john password 3kSDdnmtJpbgwlQi encrypted 
-username john attributes 
- service-type remote-access 
-username joel password l4oQzOP2Sv0J.7pU encrypted 
-username joel attributes 
- service-type remote-access 
-username user1 nopassword 
-username user1 attributes 
- service-type remote-access 
 username susie password Y7AIRoxEvNV5aCgZ encrypted privilege 6 username susie password Y7AIRoxEvNV5aCgZ encrypted privilege 6
 username susie attributes username susie attributes
Line 429: Line 421:
 prompt hostname context  prompt hostname context 
 no call-home reporting anonymous no call-home reporting anonymous
-Cryptochecksum:58655e619254d07ead36854c1f6e279a+Cryptochecksum:67684b0d2dbe3e00817ed2631856f01f
 : end : end
 asdm image disk0:/asdm-647.bin asdm image disk0:/asdm-647.bin
 asdm location 64.128.240.59 255.255.255.255 inside asdm location 64.128.240.59 255.255.255.255 inside
 asdm location 192.168.0.20 255.255.255.255 inside asdm location 192.168.0.20 255.255.255.255 inside
 +asdm location 192.168.254.2 255.255.255.255 inside
 no asdm history enable no asdm history enable
 </code> </code>
  
-== Phone Directory ==+== Internal Phone Directory ==
 <sortable> <sortable>
 ^ Extension ^ Person  ^ ^ Extension ^ Person  ^
-| 229 | AJ / Softare 3 / Broadcast Software  | +| 229 | AJ  | 
-209 Catalog / Marketing Materials  +232 Bill  |
 | 223 | Charlene  | 223 | Charlene 
 | 300 | Conference Room  | | 300 | Conference Room  |
 | 221 | Dale  | | 221 | Dale  |
-| 220 | Export  | 
 | 203 | Frank  | | 203 | Frank  |
 | 213 | Glenn  | | 213 | Glenn  |
-| 226 | Guest Office +| 222 | Chris  |
-| 407-415-5619 | Jimmy  | +
-| 222 | Joey  |+
 | 218 | Kathy  | | 218 | Kathy  |
 | 242 | Katie  | | 242 | Katie  |
 | 202 | Marc  | | 202 | Marc  |
-| 217 | Maryanne / ISO Office  |+| 217 | Maryanne  |
 | 228 | Missy  | | 228 | Missy  |
 | 206 | Order Entry  | | 206 | Order Entry  |
-| 230 | Rocio  | 
 | 230 | Scanning Station  | | 230 | Scanning Station  |
-| 208 | Sherry  | 
-| 224 | Shipping  | 
 | 225 | Sheila  | | 225 | Sheila  |
-289 Siegwart Software 1  | +208 Front Desk Nightly voicemail  | 
-279 Software 2  |+224 Shipping  |
 | 212 | Stockroom (Modules/Parts)  | | 212 | Stockroom (Modules/Parts)  |
-| 215 | Stockroom (BTE’s)  |+| 215 | Stockroom (BTE)  |
 | 214 | Susie  | | 214 | Susie  |
 | 231 | Terri  | | 231 | Terri  |
-205   +#39 Phone Page  
-210 |   | +391 Hall Page  |
-| 216 |   | +
-| 219 |   | +
-| 227 |   | +
-| #39 Paging  |+
 </sortable> </sortable>
  
 +== Cell Directory == 
 +<sortable> 
 +^ Extension ^ Person 
 +| 407-415-5619 | Jimmy  | 
 +| 989-619-0879 | AJ  | 
 +</sortable>