cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
307
Views
0
Helpful
1
Replies

PVC configuration example

irlitewave
Level 1
Level 1

I was wondering if anybidy might know if there are any configuration examples for the following. One call manager cluster at one location and one cluster at another. A full t-1 between sites with a 512 CIR for the voice and the remaining circuit is at 0 CIR for the data. The main site is a 7206 and the remote is a 2651. How do I make the voice use the 512 CIR pvc. Would that just be routing and two separate subnets? There is also a gatekeeper at the primary site. This is our first off site Call Manager cluster that will utilize frame relay to carry calls between sites.

1 Reply 1

dgahm
Level 8
Level 8

If all your voice endpoints are on separate subnets from your data you can use distribution filters. As an example, we layed out our network with all voice vlans and gateways using a subnet within the 10.55.XXX.XXX address space. The following config will let EIGRP advertise voice subnets on interface S1/0:1.1, and data subnets on S1/0:1.2. Of course the same configuration is required on both ends.

router eigrp 100

network 10.0.0.0

distribute-list 55 out S1/0:1.1

distribute-list 56 out S1/0:1.2

access-list 55 permit 10.55.0.0 0.0.255.255

access-list 55 deny any

access-list 56 deny 10.55.0.0 0.0.255.255

access-list 56 permit any