Cisco VoIP: How to configure Basic Telephony on a Brand new Cisco Call Manager Express (CME )

** Enable Telephony Service G00-2921-01#conf t G00-2921-01(config)#telephony-service ** Configure CME source address G00-2921-01(config)#telephony-service G00-2921-01(config-telephony)#ip source-address 10.1.222.254 G00-2921-01(config-telephony)#end ** Configure Max ephones and DNs G00-2921-01#conf t Enter configuration commands, one per line. End with CNTL/Z. G00-2921-01(config)#telephony-service G00-2921-01(config-telephony)#max-ephones 25 PLEASE READ THE FOLLOWING TERMS CAREFULLY. INSTALLING THE LICENSE OR LICENSE KEY PROVIDED FOR ANY CISCO PRODUCT FEATURE … Continue reading Cisco VoIP: How to configure Basic Telephony on a Brand new Cisco Call Manager Express (CME )

Cisco R&S: Basic DHCP Configuration on a Cisco Router

Configure Excluded IPs for the 3 VLANS ip dhcp excluded-address 10.1.222.250 10.1.222.254 ip dhcp excluded-address 10.1.0.1 10.1.0.100 ip dhcp excluded-address 10.1.0.200 10.1.0.254 ip dhcp excluded-address 10.1.1.250 10.1.1.254 Configure Voice Pools ip dhcp pool VOICE_VLAN network 10.1.222.0 255.255.255.0 option 150 ip 10.1.222.254 default-router 10.1.222.254 lease 30 ip dhcp pool DATA_VLAN network 10.1.0.0 255.255.255.0 default-router 10.1.0.254 lease … Continue reading Cisco R&S: Basic DHCP Configuration on a Cisco Router

Cisco Wireless: How to configure Multiple SSIDs on CISCO AP1141

hostname AP00-1141-01 ! Enable aaa to use local authentication aaa new-model aaa authentication login default local aaa session-id common ! Configure domain name no ip domain lookup ip domain name me.com ! dot11 mbssid dot11 syslog dot11 vlan-name data_wifi vlan 39 dot11 vlan-name visitor_wifi vlan 40 ! dot11 ssid Data vlan 39 authentication open authentication … Continue reading Cisco Wireless: How to configure Multiple SSIDs on CISCO AP1141

Cisco R&S: How to configure a Router to be a DNS server

! Enable DNS  on the router G00-2811-01(config)#ip dns server ! Enable dns spoofing G00-2811-01(config)#ip dns spoofing ! Enable domain lookup G00-2811-01(config)#ip domain-lookup ! Configure the external servers ip name-server 195.5.128.130 ip name-server 195.5.128.137 ! (Optional) Configure the domain name G00-2811-01(config)#ip domain name me.com ! Configure the pool to use the routers sub interface as dns-server … Continue reading Cisco R&S: How to configure a Router to be a DNS server

Cisco Wireless: How to configure a named access list to deny traffic from a Visitor Vlan to Internal Resources

This is what I am trying to achieve. I would like the Guest Vlan to get access only to the internet. Everything else is banned. Here is what i have so far: interface FastEthernet0/0 description To_Internet ip address 1.1.1.1 255.255.255.252 ip access-group 102 in ip nat outside ip inspect RED out ip virtual-reassembly in duplex … Continue reading Cisco Wireless: How to configure a named access list to deny traffic from a Visitor Vlan to Internal Resources

Cisco Wireless: How to perform Carrier busy test on cisco AP

1141-01#dot11 dot11Radio 0 carrier busy 1141-01#sh dot11 carrier busy Frequency Carrier Busy % 2412 27 2417 21 2422 23 2427 26 2432 12 2437 21 2442 23 2447 10 2452 18 2457 21 2462 32 2467 32 2472 12 1141-02#dot11 dot11Radio 0 carrier busy 1141-02#sh dot11 carrier busy Frequency Carrier Busy % 2412 31 2417 … Continue reading Cisco Wireless: How to perform Carrier busy test on cisco AP