Cisco 3810 router configuration template
Cisco 3810 router configuration template

(This guide is in 2 parts. This first section is required on all 3810's.)
(The rest of the configs will vary based on hardware)

interface Serial0
 ip address 10.10.10.1 255.255.255.252
 encapsulation frame-relay IETF
 frame-relay traffic-shaping
 frame-relay class fr1
 frame-relay interface-dlci 68 voice-encap 80
 frame-relay lmi-type ansi

router eigrp 100
  network 10.10.10.0

ip classless

map-class frame-relay fr1
 frame-relay adaptive-shaping becn
 frame-relay cir 56000
 frame-relay bc 1000
 frame-relay mincir 16000

dial-peer voice 1 pots
 forward-digits all
 destination-pattern 2..
 port 1/1

dial-peer voice 2 pots
 forward-digits all
 destination-pattern 2..
 port 1/2

dial-peer voice 3 pots
 forward-digits all
 destination-pattern 2..
 port 1/3

dial-peer voice 4 pots
 forward-digits all
 destination-pattern 2..
 port 1/4

dial-peer voice 5 pots
 forward-digits all
 destination-pattern 2..
 port 1/5

dial-peer voice 6 pots
 forward-digits all
 destination-pattern 2..
 port 1/6

dial-peer voice 7 vofr
 destination-pattern 4..
 session target Serial0 68


(For sample configs of 3810 routers installed Logic customer sites, look at the configs for
Commercial Risk, Nomura, Project Oxygen, and ING)

Explanation:

The above configs need to be entered into all 3810's. The differences in the rest of the configs depend on what kinds of voice-ports are installed in your 3810. Ports come in flavors of FXS, FXO, E&M, and DVM T1 ports. The kind of port you have is determined by what kind of voice equipment you're connecting to the 3810. FXS ports are used for connecting telephone handsets directly into the 3810 while the remaining port-types are used for connecting into telephone PBX or Key-System units. You'll generally order ports to match ports already present on the voice equipment.

The following list explains what each line in the above config means:

You need to configure a seperate dial-peer for each local voice-port, even if all dial-peers are the same. Each dial-peer has a different sequence number, each one pointing to a different port. In this example the 3810 has 6 ports. For a Digital T1 voice-card you'd configure 24 dial-peers, one for each logical port. As of IOS version 12.0 there is no shorthand method for configuring lots of dial-peers as a group. You've gotta type out all dial-peers seperately.

At least one additional dial-peer needs to be configured, mapping the remote phone number to the other side of the circuit:


Voice Ports:

The other configurations required are the voice-port configs. The voice-ports are the ports that are used to connect to the voice equipment. If the voice-ports are anything other than a Digital T1 port, there are as many voice-ports as there are physical ports. If you have a Digital T1 port there will be 24 voice-ports in the config.

The settings used on the voice-ports are dependent on the signalling and cabling used by the voice equipment. The following issues need to be addressed before connecting voice equipment to each type of port:

For a more in-depth guide to configuring Voice Over Frame Relay on the 3810, check out Cisco's guide here.