You are on page 1of 3

CODIGO FRAME RELAY

Press RETURN to get started!

Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int s2/0
Router(config-if)#ip address 10.1.1.3 255.0.0.0
Router(config-if)#no sht
^
% Invalid input detected at '^' marker.
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

Router(config-if)#int fa0/0
Router(config-if)#ip address 192.168.3.1
% Incomplete command.
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed


state to up

Router(config-if)#ex
Router(config)#ex
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#10.0.0.0
^
% Invalid input detected at '^' marker.
Router(config-router)#network 10.0.0.0
Router(config-router)#network 192.168.3.0
Router(config-router)#
Router con0 is now available

Press RETURN to get started.

Router>enable
Router#
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#encapsulation frame-relay
^
% Invalid input detected at '^' marker.
Router(config)#int s2/0
Router(config-if)#encapsulation frame-relay
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router(config-if)#bandwidth 64
Router(config-if)#frame-relay map ip 10.1.1.1 301 broadcast
%Address already in map
Router(config-if)#ex
Router(config)#ex
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#show
% Incomplete command.
Router#show frame-relay map
Serial2/0 (up): ip 10.1.1.1 dlci 301, dynamic,
broadcast,
CISCO, status defined, active
Serial2/0 (up): ip 10.1.1.2 dlci 302, dynamic,
broadcast,
CISCO, status defined, active
Router#

You might also like