Frame-relay doubt
dolphin_m70
Member Posts: 47 ■■□□□□□□□□
in CCNA & CCENT
Hi
I have 3 routers (2500 series) which has 2 serial and one ethernet ports. i config one as frame relay switch and the other two as hosts
for frame-relay
the V.35 DCE cables were conn in both ports
for host no 1 : i conn the DTE to the s0
for host no 2: i conn the DTE to the s0
and conn as the frame relay lab tutorial in this forum
one set ie the host no 1 worked fine ven the "show frame route" comd was exec, it said it was active
the prob is:- host no 2 said inactive ven the same comm was exec
but ven i changed the s0 to s1 for host no 2 it worked fine
the frame relay route comm was set as
for s0:
frame-relay route 100 interface serial 1 200
for s1
frame-relay route 200 interface serial 0 100
cud anyone pls tell me y
thx
I have 3 routers (2500 series) which has 2 serial and one ethernet ports. i config one as frame relay switch and the other two as hosts
for frame-relay
the V.35 DCE cables were conn in both ports
for host no 1 : i conn the DTE to the s0
for host no 2: i conn the DTE to the s0
and conn as the frame relay lab tutorial in this forum
one set ie the host no 1 worked fine ven the "show frame route" comd was exec, it said it was active
the prob is:- host no 2 said inactive ven the same comm was exec
but ven i changed the s0 to s1 for host no 2 it worked fine
the frame relay route comm was set as
for s0:
frame-relay route 100 interface serial 1 200
for s1
frame-relay route 200 interface serial 0 100
cud anyone pls tell me y
thx
Comments
-
EdTheLad Member Posts: 2,111 ■■■■□□□□□□Why dont you post the 3 configs!Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
-
dolphin_m70 Member Posts: 47 ■■□□□□□□□□frame relay config:
hostname framerelay
frame-relay switching
encap frame-relay
clockrate 64000
frame-relay lmi-type ansi
frame-relay intf-type dce
interface serial 0
no ip address
frame-relay route 100 interface serial 1 200
interface serial 1
frame-relay route 200 interface serial 0 100
no shutdown
host 1:
hostname host1
interface serial 0
ip address 10.10.12.2 255.255.255.0
encap frame-relay
frame-relay lmi-type ansi
no shutdown
host 2:
hostname host2
interface serial 1
ip address 10.10.12.3 255.255.255.0
encap frame-relay
frame-relay lmi-type ansi
no shutdown -
wildfire Member Posts: 654You have two option here, you can either configure sub interfaces and set the dlci statements on the hosts,
or apply frame-relay lmi-type ansi
to each interface on the frame switch and hosts this will allow auto discovery.Looking for CCIE lab study partnerts, in the UK or Online. -
dolphin_m70 Member Posts: 47 ■■□□□□□□□□but the thing is ven i connect the host 2's serial 1 to frame relays serial1 it works fine
but ven conn to serial 0 of host 2 it doesnt work
thts wht i want to know
i have the dlci and all
thx