Router 0: Router en Router#conf T Enter Configuration Commands, One Per Line. End With CNTL/Z

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

ROUTER 0

Router>en

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#interface fa0/0

Router(config-if)#ip address 192.168.1.1 255.255.255.0

Router(config-if)#no shutdown

Router(config-if)#ex

Router(config)#interface se3/0

Router(config-if)#ip address 10.10.10.1 255.255.255.0

Router(config-if)#no shutdown

Router(config-if)#clock rate 64000

Router(config-if)#ex

Router(config)#interface se2/0

Router(config-if)#ip address 30.30.30.1 255.255.255.0

Router(config-if)#no shutdown

Router(config-if)#clock rate 64000

This command applies only to DCE interfaces

Router(config-if)#ex
Router(config)#

Router(config)#ip dhcp pool dhcp1

Router(dhcp-config)#network 192.168.1.0 255.255.255.0

Router(dhcp-config)#default-router 192.168.1.1

Router(dhcp-config)#dns-server 8.8.8.8

Router(dhcp-config)#ex

Router(config)#ip dhcp excluded-address 192.168.1.2 192.168.1.100

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)#ip route 192.168.2.0 255.255.255.0 30.30.30.2

Router(config)#ip route 192.168.3.0 255.255.255.0 10.10.10.2

Router(config)#ex

Router#
ROUTER 1

Router>en

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#interface fa0/0

Router(config-if)#ip address 192.168.3.1 255.255.255.0

Router(config-if)#no shutdown

Router(config-if)#ex

Router(config)#interface se3/0

Router(config-if)#ip address 10.10.10.2 255.255.255.0

Router(config-if)#no shutdown

Router(config-if)#

%LINK-5-CHANGED: Interface Serial3/0, changed state to up

Router(config-if)#clock rate 64000

This command applies only to DCE interfaces

Router(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to


up

Router(config-if)#ex
Router(config)#interface se2/0

Router(config-if)#ip address 20.20.20.1 255.255.255.0

Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to down

Router(config-if)#clock rate 64000

This command applies only to DCE interfaces

Router(config-if)#ex

Router(config)#

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to


up

Router(config)#ip dhcp pool dhcp2

Router(dhcp-config)#network 192.168.3.0 255.255.255.0

Router(dhcp-config)#default-router 192.168.3.1

Router(dhcp-config)#dns-server 8.8.8.8

Router(dhcp-config)#exit

Router(config)#ip dhcp excluded-address 192.168.3.2 192.168.3.100

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)#ip route 192.168.1.0 255.255.255.0 10.10.10.1

Router(config)#ip route 192.168.2.0 255.255.255.0 20.20.20.2

Router(config)#ex

Router#

%SYS-5-CONFIG_I: Configured from console by console

ROUTER 2

Router>en

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#interface fa0/0

Router(config-if)#ip address 192.168.2.1 255.255.255.0

Router(config-if)#no shutdown

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)#interface se3/0

Router(config-if)#ip address 20.20.20.2 255.255.255.0

Router(config-if)#no shutdown
Router(config-if)#

%LINK-5-CHANGED: Interface Serial3/0, changed state to up

Router(config-if)#clock rate

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

% Incomplete command.

Router(config-if)#

Router(config-if)#clock rate 64000

Router(config-if)#ex

Router(config)#interface se2/0

Router(config-if)#ip address 30.30.30.2 255.255.255.0

Router(config-if)#no shutdown

Router(config-if)#

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

Router(config-if)#clock rate 64000

Router(config-if)#ex

Router(config)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to


up

Router(config)#ip dhcp pool dhcp3

Router(dhcp-config)#default-router 192.168.2.1

Router(dhcp-config)#network 192.168.2.0 255.255.255.0


Router(dhcp-config)#ex

Router(config)#ip dhcp excluded-address 192.168.2.2 192.168.2.100

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)#ip route 192.168.1.0 255.255.255.0 30.30.30.1

Router(config)#ip route 192.168.3.0 255.255.255.0 20.20.20.1

Router(config)#ex

Router#

%SYS-5-CONFIG_I: Configured from console by console

%DHCPD-4-PING_CONFLICT: DHCP address conflict: server pinged 192.168.2.1.

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#interface FastEthernet0/0

Router(config-if)#

You might also like