How to configure Frame Route ?
william_yeo
Member Posts: 63 ■■□□□□□□□□
in CCNA & CCENT
hi guyz, can some1 explain on how frame route work ?? i not understand...
what if i got 5 routers, 1 of them is a 2522 to act as FR switch.
http://www.techexams.net/techlabs/ccna/lab_fr.shtml
frame-switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
frame-switch(config)# interface serial 1
frame-switch(config-if)# frame-relay route 100 interface s3 101
frame-switch(config-if)# frame-relay route 300 interface s2 301
frame-switch(config-if)# interface serial 2
frame-switch(config-if)# frame-relay route 201 interface s3 200
frame-switch(config-if)# frame-relay route 301 interface s1 300
frame-switch(config-if)# interface serial 3
frame-switch(config-if)# frame-relay route 200 interface s2 201
frame-switch(config-if)# frame-relay route 101 interface s1 100
CTRL-Z
what if i got 5 routers, 1 of them is a 2522 to act as FR switch.
http://www.techexams.net/techlabs/ccna/lab_fr.shtml
frame-switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
frame-switch(config)# interface serial 1
frame-switch(config-if)# frame-relay route 100 interface s3 101
frame-switch(config-if)# frame-relay route 300 interface s2 301
frame-switch(config-if)# interface serial 2
frame-switch(config-if)# frame-relay route 201 interface s3 200
frame-switch(config-if)# frame-relay route 301 interface s1 300
frame-switch(config-if)# interface serial 3
frame-switch(config-if)# frame-relay route 200 interface s2 201
frame-switch(config-if)# frame-relay route 101 interface s1 100
CTRL-Z
Comments
-
lwwarner Member Posts: 147 ■■■□□□□□□□Umm, what's the question? The example you pasted from the FR TechLab shows exactly how to do it. What don't you understand?