Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 9.3.2.10
- R1>
- R1>en
- R1#conf t
- Enter configuration commands, one per line. End with CNTL/Z.
- R1(config)#acces
- R1(config)#access-list 100 per
- R1(config)#access-list 100 permit t
- R1(config)#access-list 100 permit tcp 172.22.34.64 0.0.0.31 host 172.22.34.62 eq ftp
- R1(config)#access-list 100 permit icmp 172.22.34.64 0.0.0.31 host 172.22.34.62
- R1(config)#int g0/0
- R1(config-if)#ip ac
- R1(config-if)#ip access-group 100 in
- R1(config-if)#exit
- R1(config)#ip ac
- R1(config)#ip access-list e
- R1(config)#ip access-list extended HTTP_ONLY
- R1(config-ext-nacl)#per
- R1(config-ext-nacl)#permit tc
- R1(config-ext-nacl)#permit tcp 172.22.34.96 0.0.0.15 host 172.22.34.62 eq www
- R1(config-ext-nacl)#permit icmp 172.22.34.96 0.0.0.15 host 172.22.34.62
- R1(config-ext-nacl)#exit
- R1(config)#int g0/1
- R1(config-if)#ip ac
- R1(config-if)#ip access-group HTTP_ONLY in
Advertisement
Add Comment
Please, Sign In to add comment