Practical 2
Practical 2
ISMAIL H P Page 1
SIC JOURNAL TYIT
ISMAIL H P Page 2
SIC JOURNAL TYIT
Configuring PC2
ISMAIL H P Page 3
SIC JOURNAL TYIT
Configuring Router1
ISMAIL H P Page 4
SIC JOURNAL TYIT
Configuring Router0
ISMAIL H P Page 5
SIC JOURNAL TYIT
Configuring Server0
Configuring Server1
ISMAIL H P Page 6
SIC JOURNAL TYIT
ISMAIL H P Page 7
SIC JOURNAL TYIT
Now verify the ftp (ftp 192.168.1.2) command from both the PCs, one would be
successful (PC1) and other (PC0) would fail
ISMAIL H P Page 8
SIC JOURNAL TYIT
Router>
Router>en
Router#configure terminal
Router(config)#ip access-list extended SMILE
Router(config-ext-nacl)#permit tcp host 192.168.3.3 host 192.168.1.3 eq www
Router(config-ext-nacl)#exit
Router(config)#
Router(config)#interface GigabitEthernet0/1
Router(config-if)#ip access-group SMILE out
Router(config-if)#exit
Router(config)#
Now verify the www (192.168.1.3) command from both the PCs browser, one
would be successful (PC0) and other (PC1) would fail
ISMAIL H P Page 9
SIC JOURNAL TYIT
Hence Extended Numbered ACLs as well as Extended Named ACLs have been verified
ISMAIL H P Page 10