0% found this document useful (0 votes)
19 views1 page

Router 1

The document shows the configuration of interfaces GigabitEthernet0/0 and GigabitEthernet0/2 on a router, including enabling the interfaces, assigning IP addresses, and configuring DHCP services to serve IP addresses on the 192.168.20.0/24 network.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

Router 1

The document shows the configuration of interfaces GigabitEthernet0/0 and GigabitEthernet0/2 on a router, including enabling the interfaces, assigning IP addresses, and configuring DHCP services to serve IP addresses on the 192.168.20.0/24 network.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Router>enable

Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface GigabitEthernet0/0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface GigabitEthernet0/0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
ip address 10.10.10.2 255.0.0.0
Router(config-if)#ip address 10.10.10.2 255.255.0.0
Router(config-if)#
Router(config-if)#exit
Router(config)#interface GigabitEthernet0/2
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/2, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state


to up
ip address 192.168.20.1 255.255.255.0
Router(config-if)#ip address 192.168.20.1 255.255.0.0
Router(config-if)#ip dhcp pool dhcp1
Router(dhcp-config)#default-router 192.168.20.1
Router(dhcp-config)#network 192.168.20.0 255.255.0.0
Router(dhcp-config)#ip excluded-address 192.168.20.1

You might also like