cisco コマンド ACL関連
関連タイピング
-
Hackerに必要なコマンドに特化したタイピングゲームです。
プレイ回数24 英語長文180秒 -
マインクラフトのコマンドです
プレイ回数9420 長文英字60秒 -
スマブラのコマンドです
プレイ回数25 英語短文31打 -
ランダム出題です。
プレイ回数1458 短文英字218打 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数2535 英語長文90秒 -
Dom/Subユニバース
プレイ回数146 短文英字142打 -
Linuxで絶対に実行してはいけないコマンド集です。
プレイ回数186 長文125打 -
プレイ回数313 長文1033打
問題文
ふりがな非表示
ふりがな表示
(access-list 1 permit 192.168.1.0 0.0.0.255)
(config)# 番号付き標準ACL作成(許可)
(access-list 1 deny 192.168.1.0 0.0.0.255)
(config)# 番号付き標準ACL作成(拒否)
(ip access-list standard acl-name)
(config)# 名前付き標準ACLconfモード移行
(permit 192.168.1.0 0.0.0.255)
(config-std-nacl)# 名前付き標準ACL条件指定(許可)
(deny 192.168.1.0 0.0.0.255)
(config-std-nacl)# 名前付き標準ACL条件指定(拒否)
(ip access-group acl-name in)
(config-if)# 標準ACL適用(インバウンド)標準は宛先側
(ip access-group acl-name out)
(config-if)# 標準ACL適用(アウトバウンド)標準は宛先側
(show access-list 1)
# 標準ACL確認(番号か名前指定)
(no 10)
(config-std-nacl)# ACL特定行削除
(access-class 1 in)
(config-line)# vtyアクセス制御(vtylineモード)
(access-list 100 permit tcp any host 172.16.0.11 eq www)
(config)# 番号付き拡張ACL作成
(ip access-list extended acl-name)
(config)# 名前付き拡張ACLconfモード移行
(permit icmp host 172.16.0.11 any host echo)
(config-std-nacl)# 名前付き拡張ACL条件指定