From: cash2001 (cash2001@xxxxxxxxxx)
Date: Sat May 18 2002 - 19:27:01 GMT-3
I am stuck on a voice lab scenario from the Satterlee book. The traffic
is traversing an ATM link. Please excuse any ignorance as this is my
first post and in the book, there is no way to test the connectivity.
Also, what would/should a successful 'csim' output look like?
--------( R6 ) ------- --( R9 )------ -- ( R11 ) -----
FXS ---- ATM3/0 ----- ATM0 --- S1--- S0/0 ---- FXS
Output from csim start:
r6#csim start 3333
csim: called number = 3333, loop count = 1 ping count = 0
csim: loop = 1, failed = 1
csim: call attempted = 1, setup failed = 1, tone failed = 0
Configs (R6):
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r6
!
logging rate-limit console 10 except errors
!
memory-size iomem 10
ip subnet-zero
!
no ip finger
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
!
call rsvp-sync
cns event-service server
!
interface Loopback0
ip address 135.25.2.1 255.255.255.255
!
interface BRI0/0
no ip address
shutdown
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
ip address 192.1.1.3 255.255.255.0
encapsulation frame-relay
no fair-queue
frame-relay lmi-type ansi
!
interface TokenRing0/0
no ip address
shutdown
ring-speed 16
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
Configs (R11):
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r11
!
memory-size iomem 10
ip subnet-zero
!
ip audit notify log
ip audit po max-events 100
!
voice-port 1/0/0
!
voice-port 1/0/1
!
dial-peer voice 1 pots
destination-pattern 3333
port 1/0/0
!
dial-peer voice 2 voip
destination-pattern 2222
session target ipv4:135.25.2.1
!
dial-peer voice 3 voip
destination-pattern 2222
session target ipv4:135.25.2.1
!
interface Loopback0
ip address 135.25.3.1 255.255.255.255
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
ip address 195.1.2.2 255.255.255.252
no fair-queue
!
interface Serial0/1
no ip address
shutdown
!
router ospf 64
log-adjacency-changes
network 135.25.0.0 0.0.255.255 area 0
network 195.1.0.0 0.0.255.255 area 0
!
ip classless
ip http server
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:59:00 GMT-3