PC Review


Reply
Thread Tools Rate Thread

Cisco 2811 configuration- dissect

 
 
glearng@gmail.com
Guest
Posts: n/a
 
      21st Jul 2008
Whats the best way to get a better understadning of whats going on in
this configuration of a 2811. I am trying to dissect this
configuration so that I can understand what is in there and why.
Please guide me in a better direction. Ive included the config, took
some stuff out just to not share whats not mine but would greatly
appreciate any help. Even any references also.
Thanks in advance,


!
service timestamps debug datetime localtime
service timestamps log datetime localtime
no service password-encryption
!
hostname xxxxxxxxx
!
boot-start-marker
boot-end-marker
!
logging buffered 65536 debugging
enable secret 5 xxxxxxxxxxxxxxxxx
!
no aaa new-model
!
resource policy
!
clock timezone MST -7
clock summer-time MDT recurring
clock calendar-valid
no network-clock-participate wic 0
network-clock-participate aim 0
ip subnet-zero
!
!
ip cef
!
ip domain name xxxxxxxxxxxxxxx
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.101.20.1
ip dhcp excluded-address 10.101.20.1
!
ip dhcp pool VOIP
network 10.101.2.12 255.255.255.128
default-router 10.101.20.12
option 150 ip 10.2.1.5 10.2.1.6
!
ip dhcp pool DATA
network 10.101.2.0 255.255.255.128
default-router 10.10.2.1
dns-server 10.4.0.1 10.4.0.1
!
!
no ip domain lookup
!
voice-card 0
no dspfarm
!
!
controller T1 0/0/0
mode atm aim 0
framing esf
linecode b8zs
!
!
class-map match-all VOIP
match ip dscp ef
!
!
policy-map LLQ
class VOIP
priority 90
class class-default
fair-queue
!
!
!
!
interface FastEthernet0/0
description xxxxxxxxx fa 1/0/2
no ip address
duplex auto
speed auto
max-reserved-bandwidth 100
service-policy output LLQ
!
interface FastEthernet0/0.1
description DATA
encapsulation dot1Q 1 native
ip address 10.101.20.1 255.255.255.128
no snmp trap link-status
!
interface FastEthernet0/0.10
description VOIP
encapsulation dot1Q 10
ip address 10.101.20.1 255.255.255.128
no snmp trap link-status
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
!
interface ATM0/0/0
description ATM Circuit 24.HCGJ.015522
no ip address
no scrambling-payload
no atm ilmi-keepalive
max-reserved-bandwidth 100
service-policy output LLQ
!
interface ATM0/0/0.36 point-to-point
description xxxxxxxxxxxxxx
ip address 10.100.10.1 255.255.255.252
pvc 1/36
ubr 1382
encapsulation aal5snap
!
!
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.100.100.161
ip route 0.0.0.0 0.0.0.0 10.101.20.1
!
!
ip http server
no ip http secure-server
!
!
snmp-server community dwr RO
snmp-server community rwd RW
snmp-server enable traps tty
!
!
!
control-plane
!
!
banner login ^C*****Your contact number is:
^C
banner motd ^C*****Welcome!
*****This router is the property of ;
*****Use of this network device is restricted to our network team;
*****Unauthorized access and/or use is prohibited!
^C
!
!
voice-port 0/1/0
timing hookflash-out 500
!
voice-port 0/1/1
timing hookflash-out 500
!
voice-port 0/1/2
timing hookflash-out 500
!
voice-port 0/1/3
timing hookflash-out 500
!
voice-port 0/2/0
!
voice-port 0/2/1
!
voice-port 0/2/2
!
voice-port 0/2/3
!
ccm-manager fallback-mgcp
ccm-manager redundant-host 10.2.1.5
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 10.2.1.6
ccm-manager config
!
mgcp
mgcp call-agent 10.2.1.6 2427 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp rtp unreachable timeout 1000 action notify
mgcp modem passthrough voip mode nse
mgcp package-capability rtp-package
no mgcp package-capability res-package
mgcp package-capability sst-package
no mgcp package-capability fxr-package
mgcp package-capability pre-package
no mgcp timer receive-rtcp
mgcp sdp simple
mgcp fax t38 inhibit
mgcp rtp payload-type g726r16 static
!
mgcp profile default
!
!
!
dial-peer voice 999010 pots
service mgcpapp
port 0/1/0
!
dial-peer voice 999011 pots
service mgcpapp
port 0/1/1
!
dial-peer voice 999012 pots
service mgcpapp
port 0/1/2
!
dial-peer voice 999013 pots
service mgcpapp
port 0/1/3
!
!
!
call-manager-fallback
max-conferences 8 gain -6
!
!
line con 0
password dnr
logging synchronous
login
line aux 0
password dnr
logging synchronous
login
line vty 0 4
password dnr
logging synchronous
login
transport input telnet
!
scheduler allocate 20000 1000
ntp update-calendar
!
!
 
Reply With Quote
 
 
 
 
Meinolf Weber
Guest
Posts: n/a
 
      21st Jul 2008
Hello (E-Mail Removed),

This has really nothing to do with MS. Post the question/output to a CISCO
NG. Start here:
http://forum.cisco.com/eforum/servlet/NetProf?page=main

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Whats the best way to get a better understadning of whats going on in
> this configuration of a 2811. I am trying to dissect this
> configuration so that I can understand what is in there and why.
> Please guide me in a better direction. Ive included the config, took
> some stuff out just to not share whats not mine but would greatly
> appreciate any help. Even any references also.
> Thanks in advance,
> !
> service timestamps debug datetime localtime
> service timestamps log datetime localtime
> no service password-encryption
> !
> hostname xxxxxxxxx
> !
> boot-start-marker
> boot-end-marker
> !
> logging buffered 65536 debugging
> enable secret 5 xxxxxxxxxxxxxxxxx
> !
> no aaa new-model
> !
> resource policy
> !
> clock timezone MST -7
> clock summer-time MDT recurring
> clock calendar-valid
> no network-clock-participate wic 0
> network-clock-participate aim 0
> ip subnet-zero
> !
> !
> ip cef
> !
> ip domain name xxxxxxxxxxxxxxx
> !
> no ip dhcp use vrf connected
> ip dhcp excluded-address 10.101.20.1
> ip dhcp excluded-address 10.101.20.1
> !
> ip dhcp pool VOIP
> network 10.101.2.12 255.255.255.128
> default-router 10.101.20.12
> option 150 ip 10.2.1.5 10.2.1.6
> !
> ip dhcp pool DATA
> network 10.101.2.0 255.255.255.128
> default-router 10.10.2.1
> dns-server 10.4.0.1 10.4.0.1
> !
> !
> no ip domain lookup
> !
> voice-card 0
> no dspfarm
> !
> !
> controller T1 0/0/0
> mode atm aim 0
> framing esf
> linecode b8zs
> !
> !
> class-map match-all VOIP
> match ip dscp ef
> !
> !
> policy-map LLQ
> class VOIP
> priority 90
> class class-default
> fair-queue
> !
> !
> !
> !
> interface FastEthernet0/0
> description xxxxxxxxx fa 1/0/2
> no ip address
> duplex auto
> speed auto
> max-reserved-bandwidth 100
> service-policy output LLQ
> !
> interface FastEthernet0/0.1
> description DATA
> encapsulation dot1Q 1 native
> ip address 10.101.20.1 255.255.255.128
> no snmp trap link-status
> !
> interface FastEthernet0/0.10
> description VOIP
> encapsulation dot1Q 10
> ip address 10.101.20.1 255.255.255.128
> no snmp trap link-status
> !
> interface FastEthernet0/1
> no ip address
> shutdown
> duplex auto
> speed auto
> !
> !
> interface ATM0/0/0
> description ATM Circuit 24.HCGJ.015522
> no ip address
> no scrambling-payload
> no atm ilmi-keepalive
> max-reserved-bandwidth 100
> service-policy output LLQ
> !
> interface ATM0/0/0.36 point-to-point
> description xxxxxxxxxxxxxx
> ip address 10.100.10.1 255.255.255.252
> pvc 1/36
> ubr 1382
> encapsulation aal5snap
> !
> !
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 10.100.100.161
> ip route 0.0.0.0 0.0.0.0 10.101.20.1
> !
> !
> ip http server
> no ip http secure-server
> !
> !
> snmp-server community dwr RO
> snmp-server community rwd RW
> snmp-server enable traps tty
> !
> !
> !
> control-plane
> !
> !
> banner login ^C*****Your contact number is:
> ^C
> banner motd ^C*****Welcome!
> *****This router is the property of ;
> *****Use of this network device is restricted to our network team;
> *****Unauthorized access and/or use is prohibited!
> ^C
> !
> !
> voice-port 0/1/0
> timing hookflash-out 500
> !
> voice-port 0/1/1
> timing hookflash-out 500
> !
> voice-port 0/1/2
> timing hookflash-out 500
> !
> voice-port 0/1/3
> timing hookflash-out 500
> !
> voice-port 0/2/0
> !
> voice-port 0/2/1
> !
> voice-port 0/2/2
> !
> voice-port 0/2/3
> !
> ccm-manager fallback-mgcp
> ccm-manager redundant-host 10.2.1.5
> ccm-manager mgcp
> ccm-manager music-on-hold
> ccm-manager config server 10.2.1.6
> ccm-manager config
> !
> mgcp
> mgcp call-agent 10.2.1.6 2427 service-type mgcp version 0.1
> mgcp dtmf-relay voip codec all mode out-of-band
> mgcp rtp unreachable timeout 1000 action notify
> mgcp modem passthrough voip mode nse
> mgcp package-capability rtp-package
> no mgcp package-capability res-package
> mgcp package-capability sst-package
> no mgcp package-capability fxr-package
> mgcp package-capability pre-package
> no mgcp timer receive-rtcp
> mgcp sdp simple
> mgcp fax t38 inhibit
> mgcp rtp payload-type g726r16 static
> !
> mgcp profile default
> !
> !
> !
> dial-peer voice 999010 pots
> service mgcpapp
> port 0/1/0
> !
> dial-peer voice 999011 pots
> service mgcpapp
> port 0/1/1
> !
> dial-peer voice 999012 pots
> service mgcpapp
> port 0/1/2
> !
> dial-peer voice 999013 pots
> service mgcpapp
> port 0/1/3
> !
> !
> !
> call-manager-fallback
> max-conferences 8 gain -6
> !
> !
> line con 0
> password dnr
> logging synchronous
> login
> line aux 0
> password dnr
> logging synchronous
> login
> line vty 0 4
> password dnr
> logging synchronous
> login
> transport input telnet
> !
> scheduler allocate 20000 1000
> ntp update-calendar
> !
> !



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dissect IF Statement DP Microsoft Excel Worksheet Functions 2 8th Mar 2010 09:44 PM
Cisco 2811 to Windows 2003 IpSec tunnel - SAs fine but no traffic... paperiq@gmail.com Microsoft Windows 2000 Networking 0 3rd Mar 2006 09:10 PM
dissect large number =?Utf-8?B?RHVtbXk=?= Microsoft Excel Misc 3 22nd Mar 2005 02:01 AM
Where does Cisco ACU store it's configuration? FastEddie Windows XP Setup 1 10th Feb 2004 05:56 PM
Where does Cisco ACU store its configuration? FastEddie Windows XP Help 0 10th Feb 2004 02:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:58 PM.