Cisco Cisco IOS Software Release 12.2(2)XI

Seite von 30
18
Release Notes for the SOHO 77 Routers and the Cisco 800 Series Routers for Cisco IOS Release 12.2(2)XI
New and Changed Information
This example shows the configuration for the Cisco 800 series router:
! c800 Config
service pad to-xot
service pad from-xot
hostname c800
!
x25 routing
isdn switch-type basic-5ess
!
interface Ethernet0
 ip address 10.1.1.2 255.255.255.0
 no cdp enable
!
interface BRI0
 no ip address
 encapsulation x25 dce 
 no ip mroute-cache
 dialer string 914085460166
 dialer-group 1
 isdn switch-type basic-5ess
 isdn twait-disable
 no cdp enable
!
ip http server
ip classless
!
dialer-list 1 protocol ip permit
no cdp run
!
x25 route 333 interface BRI0  <----| Forward any calls to 333 X.121 address through BRI0
x25 route 111 xot 10.1.1.1     <----| Any X25 calls to 111 X.121 address forward via XOT
x25 host c800 222 
This example shows the configuration for the 1600 series router:
! 1600dest Config
service pad to-xot
service pad from-xot
!
hostname 1600dest
!
no ip subnet-zero
!
no ip domain-lookup
x25 routing
isdn switch-type basic-5ess
isdn voice-call-failure 0
!
!
interface BRI0
 no ip address
 encapsulation x25
 dialer string 914085460165
 dialer-group 1
 x25 address 333  <-----| Assigned 333 as the X121 address for BRI0
 isdn switch-type basic-5ess
!
no ip http server
ip classless
!
dialer-list 1 protocol ip permit
x25 route 111 interface BRI0 <------| This is return path for connection from client
!