I have this sample config from 3Com, hope it helps.
Mansell
Basic Remote Router Configuration (Cisco xxxx – IOS ver 12.2.5d IP PLUS)
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname xxxxxxxxxx
!
enable secret xxxxxxxxxxxxxxx
!
ip subnet-zero
!
ip multicast-routing ---------------------- Loads Multicast routing on router (requires IOS IP Plus)
!
interface Ethernet0
ip address 10.10.11.201 255.255.255.0
ip helper-address 10.10.10.200 -------- Points to NBX call processor at the main site
ip pim dense-mode ----------------------- IGMP multicast assigned to interface
ip route-cache ----------------------------- Fast IP switching
ip mroute-cache -------------------------- Fast Multicast switching
ip igmp ver 2 ------------------------------ Specify’s IGMP version 2
fair-queue 300 256 0---------------------- QOS based on IPTOS priority bit 6 (NBX)
!
interface Serial0
shutdown
!
interface Serial1
no ip address
encapsulation frame-relay
fair-queue 300 256 0 ---------------------- QOS based on IPTOS priority bit 6 (NBX) (cannot assign to serial sub-
! interfaces must be at the serial interface level)
!
interface Serial1.16 point-to-point
description PVC to Main Site ------------ (Main site)
ip address 192.168.1.5 255.255.255.252
ip pim dense-mode ----------------------- IGMP multicast assigned to interface
ip route-cache ----------------------------- Fast IP switching
ip mroute-cache -------------------------- Fast Multicast switching
ip igmp ver 2 ------------------------------ Specify’s IGMP version 2
frame-relay interface-dlci 16
!
router eigrp 1
network 10.0.0.0
network 192.168.1.0
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip forward-protocol udp 2093 ----------- UDP helper to forward NBX UDP
ip forward-protocol udp 2094 ----------- UDP helper to forward NBX UDP
ip forward-protocol udp 2095----------- UDP helper to forward NBX UDP
ip forward-protocol udp 2096----------- UDP helper to forward NBX UDP
ip route 0.0.0.0 0.0.0.0 192.168.1.6
no ip http server
no ip pim bidir-enable
!
line con 0
line vty 0 4
password !nterprise
login
!
LEGEND:
Text in normal black – standard router config
Text in bold black – Config commands for NBX multicast, QOS, UDP helpers, & fast switching
Basic Main Site Router Configuration (Cisco xxxx – IOS ver 12.2.5d IP PLUS)
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname rescue-main
!
logging buffered 64000 debugging
enable secret 5 $1$Pzy3$FziOY.tv5tAHHkA1optnM.
!
ip subnet-zero
no ip source-route
!
ip multicast-routing ---------------------- Loads Multicast routing on router (requires IOS IP Plus)
ip ssh time-out 120
ip ssh authentication-retries 3
!
!
interface Ethernet0
ip address 10.10.10.201 255.255.255.0
ip pim dense-mode ----------------------- IGMP multicast assigned to interface
ip route-cache ----------------------------- Fast IP switching
ip mroute-cache -------------------------- Fast Multicast switching
ip igmp ver 2 ------------------------------ Specify’s IGMP version 2
fair-queue 300 256 0---------------------- QOS based on IPTOS priority bit 6 (NBX)
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
encapsulation frame-relay
service-module t1 timeslots 1-24
fair-queue 300 256 0 ---------------------- QOS based on IPTOS priority bit 6 (NBX) (cannot assign to serial sub-
! interfaces must be at the serial interface level)
!
interface Serial1.16 point-to-point
description PVC to Remote site A ------------ (remote site)
ip address 192.168.1.6 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 16
ip pim dense-mode ----------------------- IGMP multicast assigned to interface
ip route-cache ----------------------------- Fast IP switching
ip mroute-cache -------------------------- Fast Multicast switching
ip igmp ver 2 ------------------------------ Specify’s IGMP version 2
!
interface Serial1.17 point-to-point
description PVC to Remote site B ------------ (remote site)
ip address 192.168.3.6 255.255.255.252
ip pim dense-mode ----------------------- IGMP multicast assigned to interface
ip route-cache ----------------------------- Fast IP switching
ip mroute-cache -------------------------- Fast Multicast switching
ip igmp ver 2 ------------------------------ Specify’s IGMP version 2
no arp frame-relay
frame-relay interface-dlci 17
!
interface Serial1.18 point-to-point
description PVC to Remote site C------------ (remote site)
ip address 192.168.2.6 255.255.255.252
ip pim dense-mode ----------------------- IGMP multicast assigned to interface
ip route-cache ----------------------------- Fast IP switching
ip mroute-cache -------------------------- Fast Multicast switching
ip igmp ver 2 ------------------------------ Specify’s IGMP version 2
no arp frame-relay
frame-relay interface-dlci 18
!
router eigrp 1
network 10.0.0.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip forward-protocol udp 2093 ----------- UDP helper to forward NBX UDP
ip forward-protocol udp 2094 ----------- UDP helper to forward NBX UDP
ip forward-protocol udp 2095----------- UDP helper to forward NBX UDP
ip forward-protocol udp 2096----------- UDP helper to forward NBX UDP
ip route 0.0.0.0 0.0.0.0 Serial1.20
no ip http server
no ip pim bidir-enable
!
!
line con 0
line vty 0 4
password 7 14561C1F09163A392D3B36
login
!
end
LEGEND:
Text in normal black – standard router config
Text in bold black – Config commands for NBX multicast, QOS, UDP helpers, & fast switching