bnorton916
Programmer
Using packet tracer I set up a frame relay switch(CloudPT), with 3 routers connecting to it(multi-point).(youtube had a video on it)
I set-up the dlci's in the CloudPT.
The only thing I did on the routers was something like this:
interface Serial0/3/0
bandwidth 64
ip address 10.1.1.102 255.255.255.0
encapsulation frame-relay
!
Everything works just fine. All my routers can ping each other.
But no where did I map any dlci's on the router?
How does the router know which dlci to use if there is no mapping?
R2#show frame-relay map
Serial0/3/0 (up): ip 10.1.1.101 dlci 201, dynamic, broadcast, CISCO, status defined, active
Serial0/3/0 (up): ip 10.1.1.103 dlci 203, dynamic, broadcast, CISCO, status defined, active
Or rather where did this mapping come from?
What am I missing?
Thanks,
Bill
I set-up the dlci's in the CloudPT.
The only thing I did on the routers was something like this:
interface Serial0/3/0
bandwidth 64
ip address 10.1.1.102 255.255.255.0
encapsulation frame-relay
!
Everything works just fine. All my routers can ping each other.
But no where did I map any dlci's on the router?
How does the router know which dlci to use if there is no mapping?
R2#show frame-relay map
Serial0/3/0 (up): ip 10.1.1.101 dlci 201, dynamic, broadcast, CISCO, status defined, active
Serial0/3/0 (up): ip 10.1.1.103 dlci 203, dynamic, broadcast, CISCO, status defined, active
Or rather where did this mapping come from?
What am I missing?
Thanks,
Bill