KEMBAR78
Class Task 12 (Extended Acl) | PDF | Router (Computing) | Computer Network
0% found this document useful (0 votes)
15 views2 pages

Class Task 12 (Extended Acl)

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

Class Task 12 (Extended Acl)

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
You are on page 1/ 2

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 192.168.1.1 255.255.255.0
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 210.2.2.2 255.255.255.0
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 192.168.2.1 255.255.255.0
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 210.2.2.3 255.255.255.0
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 192.168.1.0
Router(config-router)#network 210.2.2.0
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 192.168.2.0
Router(config-router)#network 210.2.2.0
Router(config-router)#

---------------------------------------------------------------
---------------------------------------------------------------
also have to go to HTTP of server and display some msg in index.html
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 192.168.1.2 host 192.168.2.3 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