0% found this document useful (0 votes)
7 views11 pages

Cisco Router Configuration Guide

The document provides a comprehensive guide for configuring various aspects of a Cisco router, including user authentication, IP address settings for LAN and WAN ports, voice port configurations for CAS and PRI, and OSPF routing. It also includes instructions on how to delete configurations for different components such as dial-peers and voice ports. Additionally, it covers the setup of SCCP IP phones and their deletion process.

Uploaded by

suraj752004
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views11 pages

Cisco Router Configuration Guide

The document provides a comprehensive guide for configuring various aspects of a Cisco router, including user authentication, IP address settings for LAN and WAN ports, voice port configurations for CAS and PRI, and OSPF routing. It also includes instructions on how to delete configurations for different components such as dial-peers and voice ports. Additionally, it covers the setup of SCCP IP phones and their deletion process.

Uploaded by

suraj752004
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

CISCO ROUTER CONFIGURATION

1. BASIC INFORMATION
2. CONFIGURATION USER NAME AND PASSWORD
3. CONFIGURATION LOOPBACK ADDRESS
4. CONFIGURATION OF LAN PORT IP ADDRESS(GIGABIT
ETHARNET PORT)
5. HOW TO DELET LAN PORT IP ADDRESS
6. CONFIGURATION OF E1 VOICE PORT FOR CAS
7. HOW TO DELET VOICE PORT(CAS)
8. CONFIGURATION OF E1 VOICE PORT FOR PRI
9. HOW TO DELET VOICE PORT(PRI)
10. CONFIGURATION OF WAN PORT
11. HOW TO DELET WAN PORT
12. CONFIGURATION OF POTS DIAL-PEER
13. HOW TO DELET POTS DIAL-PEER
14. CONFIGURATION OF VOIP DIAL-PEER
15. HOW TO DELET VOIP DIAL-PEER
16. CONFIGURATION OF OSPF ROUTING
17. HOW TO DELET OSPF ROUTE
18. CONFIGURATION OF SCCP IP PHONE
19. HOW TO DELET SCCP IP PHONE
20. SHOW COMMAND

1. BASIC INFORMATION

CISCO

WIC 3 WIC 2 WIC 1 WIC 0 GE GE


P3 P2 P1 P0 P1 P0 P3 P2 P1 P0 GE

WAN E1 CARD VOICE E1 LAYER 2 GIGABIT ETHERNET


PORT

2. CONFIGURATION USER NAME AND PASSWORD


# configure t
#username cisco privilege 15 secret 4 cisco123
#end
#wr

3. CONFIGURATION LOOPBACK ADDRESS


# configure t
#interface loopback0
#ip address [Link] [Link]
#end
#wr

4. CONFIGURATION OF LAN PORT IP ADDRESS


(GIGABIT ETH PORT)
# configure t
#interface gigabit Ethernet 0/0
#ip address [Link] [Link]
#no shutdown
#end
#wr
5. HOW TO DELET LAN PORT IP ADDRESS
# configure t
#interface gigabit Ethernet 0/0
#no ip address [Link] [Link]
#shutdown
#end
#wr

6. CONFIGURATION OF E1 VOICE PORT FOR CAS


A. CREATE CONTROLLER
B. FOR CAS NO SERIAL INTERFACE CREATE
C. CONFIGURATION OF VOICE PORT

[Link] CONTROLLER
#configure t
#controller e1 0/1/0
#framing no-CRC4
#clock source internal
#ds0-group 1 timeslots 1-15, 17-31 type r2-digital dtmf dnis
#description MAIN CAS
#end
#wr

[Link] OF VOICE PORT


#configure t
#voice-port 0/1/0:1
#no shut
#end
#wr

7. HOW TO DELET VOICE PORT (CAS)

A. DELET DIAL-PEER OF PORT


B. DELET VOICE-PORT
C. DELET CONTROLLER

A. DELET DIAL-PEER OF PORT


#configure t
#no dial-peer voice 1 pots
(Note:- dial-peer 1 is use for voice-port 0/1/0:1)
#end
#wr

[Link] VOICE-PORT
#configure t
#voice-port 0/1/0:1
# shut
#end
#wr

[Link] CONTROLLER
#configure t
#controller e1 0/1/0
#no framing no-CRC4
#no clock source internal
#no ds0-group 1 timeslots 1-15, 17-31 type r2-digital dtmf dnis
#no description MAIN CAS
#end
#wr

8. CONFIGURATION OF E1 VOICE PORT FOR PRI

A. CREATE CONTROLLER
B. CREATE SERIAL INTERFACE
C. CONFIGURATION OF VOICE-PORT

[Link] CONTROLLER
#configure t
#controller e1 0/1/1
#framing no-CRC4
#clock source internal
#pri-group timeslots 1-31
#description MAIN PRI
#end
#wr

[Link] SERIAL INTERFACE

#configure t
#interface serial 0/1/1:15
#encapsulation hdlc
#no ip address
#isdn switch-type primary-qsig
#isdn protocol-emulate network
#isdn timer T310 120000
#isdn incoming-voice voice
#no cdp enable
#end
#wr

[Link] OF VOICE-PORT

#configure t
#voice-port 0/1/1:15
#no shut
#end
#wr

9. HOW TO DELET VOICE PORT (PRI)

A. DELET DIAL-PEER OF PORT


B. DELET VOICE-PORT
C. DELET CONTROLLER

A. DELET DIAL-PEER OF PORT

#configure t
#no dial-peer voice 3 pots
(Note:- dial-peer 3 is use for voice-port 0/1/1:15)
#end
#wr

[Link] VOICE-PORT
#configure t
#voice-port 0/1/1:15
# shut
#end
#wr

[Link] CONTROLLER
#configure t
#controller e1 0/1/1
#no framing no-CRC4
#no clock source internal
#no pri-group timeslots 1-31
#no description MAIN PRI
#end
#wr
10. CONFIGURATION OF WAN PORT

A. CREATE CONTROLLER
B. CREATE SERIAL INTERFACE

[Link] CONTROLLER
#configure t
#controller e1 0/2/0
#framing no-CRC4
#clock source internal
#channel-group 1 timeslots 1-15,17-31
#description ROUTER TO ROUTER
#end
#wr
[Link] SERIAL INTERFACE
#configure t
#interface serial 0/1/1:1
#ip unnumbered loopback0
#encapsulation ppp
#ip ospf dead-interval minimal hello-multiplier 15
#mpls ip
#end
#wr

[Link] TO DELET WAN PORT

ONLY DELET CONTROLLER


#configure t
#controller e1 0/2/0
# NO framing no-CRC4
#NO clock source internal
#NO channel-group 1 timeslots 1-15,17-31
#NO description ROUTER TO ROUTER
#end
#wr

12. CONFIGURATION OF POTS DIAL-PEER

#configure t
#dial-peer voice 1 pots
#destination-pattern 314361..
#port 0/1/0:15
#forward-digits 3
#end
#wr

#configure t
#dial-peer voice 2 pots
#destination-pattern 31436(2-9)...
#port 0/1/0:15
#forward-digits 4
#end
#wr

[Link] TO DELET POTS DIAL-PEER


#configure t
#no dial-peer voice 1 pots
#end
#wr
14. CONFIGURATION OF VOIP DIAL-PEER
#configure t
#dial-peer voice 101 voip
#Destination-pattern 212211..
# session protocol sipv2
# session target ipv4:[Link]
# Incoming called-number .
# voice-class codec 1
#end
#wr
#configure t
#dial-peer voice 102 voip
#Destination-pattern 21221[2-9]...
# session protocol sipv2
# session target ipv4:[Link]
# Incoming called-number .
# voice-class codec 1
#end
#wr

[Link] TO DELET VOIP DIAL-PEER


#configure t
#no dial-peer voice 101 voip
#end
#wr

16. CONFIGURATION OF OSPF ROUTING


#configure t
#router ospf 100
# timers throttle spf 10 100 1000
# timers throttle lsa 10 100 1000
# timers lsa arrival 80
# timers pacing flood 5
# network [Link] [Link] area 10
# network [Link] [Link] area 10
# network [Link] [Link] area 10
#end
#wr

[Link] TO DELET OSPF ROUTE


#configure t
#router ospf 100
#no network [Link] [Link] area 10
# no network [Link] [Link] area 10
#no network [Link] [Link] area 10
#end
#wr

[Link] OF SCCP IP PHONE


[Link] REGISTER GLOBAL FOR SCCP IP PHONE
#configure t
#voice register global
# mode cme
# source-address [Link] port 5060
#bandwidth video tias-modifier 384000 negotiate end-to-end
#max-dn 10
# max-pool 10
# dialplan-pattern 1 3143650.. extension-length 4 extension-pattern 50..
# create profile sync 0002111492830226
# auto-register
#end
#wr
[Link] OF INDIVIDUAL SCCP IP PHONE

STEP 1
#configure t
# voice register dn 1
# number 5000
#end
#wr

STEP 2
#configure t
# voice register pool 1
# id mac 00BF.7770.6CBE
# type 3905
# number 1 dn 1
# username 5000 password 5000
# codec g711ulaw
# camera
# video
#end
#wr
Step 3
#config t
#voice register global
#create profile
#end
#wr

[Link] TO DELET SCCP IP PHONE

#configure t
#no voice register dn 2
#no voice register pool 2
#end
#wr

You might also like