0% found this document useful (0 votes)
15 views2 pages

Router Configuration and Access Control

The document outlines the configuration steps for two routers, router0 and router1, including setting IP addresses for interfaces and enabling RIP routing. Additionally, it describes the creation of an access control list (ACL) on router0 to deny specific traffic while permitting all other IP traffic. Lastly, it mentions the need to set up a web server and DNS for accessing a website from an end device.

Uploaded by

rashmi m
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Router Configuration and Access Control

The document outlines the configuration steps for two routers, router0 and router1, including setting IP addresses for interfaces and enabling RIP routing. Additionally, it describes the creation of an access control list (ACL) on router0 to deny specific traffic while permitting all other IP traffic. Lastly, it mentions the need to set up a web server and DNS for accessing a website from an end device.

Uploaded by

rashmi m
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

router0

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int gig0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no sh

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

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


to up

Router(config-if)#int gig0/1
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no sh

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

Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state
to up

===================================================================================
=====

router1

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int gig0/0
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no sh

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

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


to up

Router(config-if)#int gig0/1
Router(config-if)#ip add [Link] [Link]
Router(config-if)#no sh

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

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


to up

===================================================================================
=========
AGAIN ROUTER 0

Router(config-if)#router rip
Router(config-router)#version 2
Router(config-router)#no auto-summary
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#

AGAIN ROUTER 1

Router(config-if)#router rip
Router(config-router)#version 2
Router(config-router)#no auto-summary
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#

---------------------------------------------------------------
---------------------------------------------------------------
also have to go to HTTP of server and display some msg in [Link]
then activate dns and give it the IP address of that server
then try accessing that website from any end device browser
---------------------------------------------------------------
---------------------------------------------------------------

AGAIN AGAIN ROUTER 0

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#access-list 100 deny tcp host [Link] host [Link] eq 80
Router(config)#access-list 100 permit IP any any
Router(config)#int gig0/0
Router(config-if)#ip access-group 100 in
Router(config-if)#

DONE

You might also like