1.

How Do You Enable Frame Relay On A Cisco Router?

Answer»

To ENABLE Frame Relay on a CISCO router, you must first enable the serial interface for Frame Relay encapsulation with the encapsulation frame-relay interface command:

RouterB(CONFIG)#INT s 0 

RouterB(config-if)#IP address 192.168.1.1 255.255.255.0 

RouterB(config-if)#encapsulation frame-relay

To enable Frame Relay on a Cisco router, you must first enable the serial interface for Frame Relay encapsulation with the encapsulation frame-relay interface command:

RouterB(config)#int s 0 

RouterB(config-if)#ip address 192.168.1.1 255.255.255.0 

RouterB(config-if)#encapsulation frame-relay



Discussion

No Comment Found