Friday, August 3, 2012

Bringing up FRAME RELAY

Some of the messages you should see when bringing up your DLCI's in your frame relay switch:


FRS(config-if)#frame-relay route 102 interface Serial0/2 201
FRS(config-if)# frame-relay route 103 interface Serial0/1 301
FRS(config-if)#int s0/2
FRS(config-if)#frame-relay route 201 interface Serial0/0 102
FRS(config-if)#
Aug  3 09:41:48.087: %FR-5-DLCICHANGE: Interface Serial0/0 - DLCI 102 state changed to ACTIVE
FRS(config-if)#int
Aug  3 09:41:49.631: %FR-5-DLCICHANGE: Interface Serial0/2 - DLCI 201 state changed to ACTIVE
FRS(config-if)#int s0/1
FRS(config-if)#frame-relay route 301 interface Serial0/0 103
FRS(config-if)#
Aug  3 09:42:18.087: %FR-5-DLCICHANGE: Interface Serial0/0 - DLCI 103 state changed to ACTIVE
FRS(config-if)#
Aug  3 09:42:19.679: %FR-5-DLCICHANGE: Interface Serial0/1 - DLCI 301 state changed to ACTIVE

And Checking:

FRS#sh frame-relay route
Input Intf      Input Dlci      Output Intf     Output Dlci     Status
Serial0/0       102             Serial0/2       201             active
Serial0/0       103             Serial0/1       301             active
Serial0/1       301             Serial0/0       103             active
Serial0/2       201             Serial0/0       102             active

No comments:

Post a Comment