1 / 26

Router(config)# access-list 1 permit 0.0.0.0 255.255.255.255 ale można również:

Router(config)# access-list 1 permit 0.0.0.0 255.255.255.255 ale można również: Router(config)# access-list 1 permit any. Router(config)# access-list 1 permit 172.30.16.29 0.0.0.0 ale można również: Router(config)# access-list 1 permit host 172.30.16.29.

milica
Download Presentation

Router(config)# access-list 1 permit 0.0.0.0 255.255.255.255 ale można również:

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Router(config)# access-list 1 permit 0.0.0.0 255.255.255.255 ale można również: Router(config)# access-list 1 permit any

  2. Router(config)# access-list 1 permit 172.30.16.29 0.0.0.0 ale można również: Router(config)# access-list 1 permit host 172.30.16.29

  3. Zabezpieczanie dostępu do rutera przez ACL Przykład 1 R(config)# access-list 5 permit 200.100.50.0 0.0.0.255 R(config)#access-list 5 permit 192.168.1.1 R(config)#line vty 0 4 R(config-line)#access-class 5 in (a nie ip access-group) Przykład 2 R(config)#access-list 17 permit 202.206.100.0 0.0.0.255 R(config)#ip http server R(config)#ip http access-class 17

  4. Konfiguracja rozszerzonej listy dostępu z argumentem established Przykład 1 R(config)# access-list 101 permit permit tcp any 192.168.1.0 0.0.0.255 established R(config)#access-list 101 permit icmp any any R(config)#access-list permit udp any any eq 53 R(config)#deny ip any 192.168.1.0 0.0.0.255 R(config)#permit ip any any

More Related