Wednesday, February 26

CCIE Voice Switch

SW1#sh run
Building configuration...
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SW1
!
enable password cisco
!
no aaa new-model
clock timezone PST -8
clock summer-time PDT recurring
switch 1 provision ws-c3750g-48ts
system mtu routing 1998
vtp domain ccievoice.com
vtp mode transparent
ip subnet-zero
no ip domain-lookup
ip domain-name ccievoice.com
!
!
mls qos map policed-dscp 24 to 8
mls qos map cos-dscp 0 8 16 24 32 46 48 56
mls qos
!
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
vlan 100
name hq-server
!
vlan 102
name hq-voice
!
vlan 202
name hq-data
!
class-map match-any CUPC-SIG
match access-group name SIG
class-map match-any CUPC-RTP
match access-group name RTP
!
policy-map CUPC-OUT
class CUPC-RTP
set dscp ef
class CUPC-SIG
set dscp cs3
police 32000 8000 exceed-action policed-dscp-transmit
class class-default
trust dscp
!
interface GigabitEthernet1/0/1
description connect-to-hq-router
switchport trunk encapsulation dot1q
switchport trunk native vlan 202
switchport mode trunk
mls qos trust dscp
!
interface GigabitEthernet1/0/2
!
interface GigabitEthernet1/0/3
description CUCM PUB, SUB, CUC, CUPS
switchport access vlan 100
switchport mode access
mls qos trust dscp
!
interface GigabitEthernet1/0/4
description UCCX, TEST Machine
switchport access vlan 100
switchport mode access
service-policy input CUPC-OUT
!
interface GigabitEthernet1/0/5
!
interface GigabitEthernet1/0/6
!
interface GigabitEthernet1/0/7
!
interface GigabitEthernet1/0/8
!
interface GigabitEthernet1/0/9
!
interface GigabitEthernet1/0/10
!
interface GigabitEthernet1/0/11
!
interface GigabitEthernet1/0/12
!
interface GigabitEthernet1/0/13
description HQ Phone 1
switchport access vlan 202
switchport mode access
switchport voice vlan 102
mls qos trust device cisco-phone
mls qos trust cos
spanning-tree portfast
!
interface GigabitEthernet1/0/14
description HQ Phone 2
switchport access vlan 202
switchport mode access
switchport voice vlan 102
mls qos trust device cisco-phone
mls qos trust cos
spanning-tree portfast
!
interface GigabitEthernet1/0/15
description HQ Phone 3
switchport access vlan 202
switchport mode access
switchport voice vlan 102
mls qos trust device cisco-phone
mls qos trust cos
spanning-tree portfast
!
interface GigabitEthernet1/0/16
!
interface GigabitEthernet1/0/17
!
interface GigabitEthernet1/0/18
!
interface GigabitEthernet1/0/19
!
interface GigabitEthernet1/0/20
!
interface GigabitEthernet1/0/21
!
interface GigabitEthernet1/0/22
!
interface GigabitEthernet1/0/23
description connect-to-pstn-router
switchport mode access
switchport voice vlan 100
mls qos trust dscp
spanning-tree portfast
!
interface GigabitEthernet1/0/24
!
interface Vlan1
no ip address
!
interface Vlan100
ip address 142.100.64.250 255.255.255.0
!
ip default-gateway 142.100.64.254
ip classless
ip route 0.0.0.0 0.0.0.0 142.100.64.254
ip http server
ip http secure-server
!
!
!
control-plane
!
!
ip access-list extended RTP
permit udp any any range 16384 16424
ip access-list extended SIG
permit tcp any any eq www
permit tcp any any eq 443
permit tcp any any eq 993
permit tcp any any eq 7993
permit tcp any any eq 143
permit tcp any any eq 5060
permit udp any any eq 5060
permit tcp any any eq 389
permit udp any any eq tftp
permit tcp any any eq 2748
!
!
line con 0
exec-timeout 0 0
line vty 0 4
exec-timeout 0 0
password cisco
login
line vty 5 15
exec-timeout 0 0
password cisco
login
!
ntp clock-period 36028508
ntp server 142.1.64.254
end

No comments:

My CCIE#53599

My journey started in 2013 when I decided for a CCIE in voice. One never really knows what they are in for when starting down this r...