On a newly installed router, the following access list is added to the HSSI interface for incoming traffic:Access-list 101 permit tcp any 10.18.10.0 0.0.0.255 eq tcpWhat is the effect of the "any" keyword in the above access list?()A. check any of the bit

题目

On a newly installed router, the following access list is added to the HSSI interface for incoming traffic:Access-list 101 permit tcp any 10.18.10.0 0.0.0.255 eq tcpWhat is the effect of the "any" keyword in the above access list?()

A. check any of the bits in the source address

B. permit any wildcard mask for the address

C. accept any source address

D. check any bit in the destination address

E. permit 255.255.255.255 0.0.0.0

F. accept any destination


相似考题
更多“On a newly installed router, the following access list is added to the HSSI interface for ”相关问题
  • 第1题:

    Which of the following access list statements would deny traffic from a specifichost?()

    A. Router(config)# access-list 1 deny 172.31.212.74 any

    B. Router(config)# access-list 1 deny 10.6.111.48 host

    C. Router(config)# access-list 1 deny 172.16.4.13 0.0.0.0

    D. Router(config)# access-list 1 deny 192.168.14.132 255.255.255.0

    E. Router(config)# access-list 1 deny 192.168.166.127 255.255.255.255


    参考答案:C

  • 第2题:

    As a network administrator,you have been instructed to prevent all traffic or iginating on the LAN from entering the R2 router.Which the following command would implement the access list on the interface of theR2 router?()

    A.access-list 101 in

    B.access-list 101 out

    C.ipaccess-group 101 in

    D.ipaccess-group 101 out


    参考答案:C

  • 第3题:

    You are securing a network for TestKing and want to apply an ACL (access control list) to an interface of a router. Which one of the following commands would you use?()

    • A、permit access-list 101 out
    • B、ip access-group 101 out
    • C、apply access-list 101 out
    • D、access-class 101 out
    • E、ip access-list e0 out

    正确答案:B

  • 第4题:

    You are a technician at TestKing. Your assistant applied an IP access control list to Router TK1. You want to check the placement and direction of the access control list.Which command should you use?()

    • A、show access-list
    • B、show ip access-list
    • C、show ip interface
    • D、show interface
    • E、show interface list

    正确答案:C

  • 第5题:

    A standard IP access list is applied to an Ethernet interface of a router. What does this standard access list filter on?()

    • A、The source and destination addresses
    • B、The destination port number
    • C、The destination address
    • D、The source address
    • E、All of the above

    正确答案:D

  • 第6题:

    A user would like to ensure that only their family and their laptops can access a newly installed wireless router. Which of the following BEST accomplishes this?()

    • A、MAC filtering
    • B、Disable DHCP
    • C、Static IP addresses
    • D、Port forwarding

    正确答案:A

  • 第7题:

    Which command is used to display the placement and direction of an IP access control list on a router?()

    • A、show access-list
    • B、show ip route
    • C、show ip interface
    • D、show interface
    • E、show interface list
    • F、show ip interface brief

    正确答案:C

  • 第8题:

    单选题
    Which command is used to display the placement and direction of an IP access control list on a router?()
    A

    show access-list

    B

    show ip route

    C

    show ip interface

    D

    show interface

    E

    show interface list

    F

    show ip interface brief


    正确答案: C
    解析: 暂无解析

  • 第9题:

    单选题
    As a network administrator, you have been instructed to prevent all traffic originating on the LAN from entering the R2 router. Which the following command would implement the access list on the interface of the R2 router?()
    A

    access-list 101 in

    B

    access-list 101 out

    C

    ip access-group 101 in

    D

    ip access-group 101 out


    正确答案: B
    解析: 暂无解析

  • 第10题:

    单选题
    On your newly installed router, you apply the access list illustrated below to interface Ethernet 0 on a Cisco router. The interface is connected to the 192.168.1.8/29 LAN. access-list 123 deny tcp 192.168.166.18 0.0.0.7 eq 20 any access-list 123 deny tcp 192.168.166.18 0.0.0.7 eq 21 any How will the above access lists affect traffic?()
    A

    All traffic will be allowed to exit E0 except FTP traffic.

    B

    FTP traffic from 192.168.166.19 to any host will be denied.

    C

    FTP traffic from 192.168.166.22 to any host will be denied.

    D

    All traffic exiting E0 will be denied.

    E

    All FTP traffic to network 192.168.166.18/29 from any host will be denied.


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    On a newly installed router, the following access list is added to the HSSI interface for incoming traffic:Access-list 101 permit tcp any 10.18.10.0 0.0.0.255 eq tcp What is the effect of the "any" keyword in the above access list?()
    A

    check any of the bits in the source address

    B

    permit any wildcard mask for the address

    C

    accept any source address

    D

    check any bit in the destination address

    E

    permit 255.255.255.255 0.0.0.0

    F

    accept any destination


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    You are securing a network for TestKing and want to apply an ACL (access control list) to an interface of a router. Which one of the following commands would you use?()
    A

    permit access-list 101 out

    B

    ip access-group 101 out

    C

    apply access-list 101 out

    D

    access-class 101 out

    E

    ip access-list e0 out


    正确答案: E
    解析: 暂无解析

  • 第13题:

    As a network administrator, you have been instructed to prevent all traffic originating on the LAN from entering the R2 router. Which the following command would implement the access list on the interface of the R2 router?()

    A.access-list 101 in

    B.access-list 101 out

    C.ip access-group 101 in

    D.ip access-group 101 out


    参考答案:C

  • 第14题:

    Which of the following access list statements would deny traffic from a specifichost?()

    • A、Router(config)# access-list 1 deny 172.31.212.74 any
    • B、Router(config)# access-list 1 deny 10.6.111.48 host
    • C、Router(config)# access-list 1 deny 172.16.4.13 0.0.0.0
    • D、Router(config)# access-list 1 deny 192.168.14.132 255.255.255.0
    • E、Router(config)# access-list 1 deny 192.168.166.127 255.255.255.255

    正确答案:C

  • 第15题:

    On a newly installed router, the following access list is added to the HSSI interface for incoming traffic:Access-list 101 permit tcp any 10.18.10.0 0.0.0.255 eq tcp What is the effect of the "any" keyword in the above access list?()

    • A、check any of the bits in the source address
    • B、permit any wildcard mask for the address
    • C、accept any source address
    • D、check any bit in the destination address
    • E、permit 255.255.255.255 0.0.0.0
    • F、accept any destination

    正确答案:C

  • 第16题:

    Which of the following statements regarding the use of multiple access lists are valid when configuring a single interface on a Cisco router?()

    • A、Application of up to three access lists per protocol to a single interface.
    • B、No more than two access lists per interface.
    • C、One access list may be configured per direction for each Layer 3 protocol configured on an interface.
    • D、The maximum number allowed varies due to RAM availability in the router.
    • E、An infinite number of access lists that can be applied to an interface, from most specific to most general.
    • F、Cisco IOS allows only one access list to an interface.

    正确答案:C

  • 第17题:

    A network administrator has configured access list 172 to prevent Telnet and ICMP traffic from reaching a server with the address if 192.168.13.26. Which command can the administrator issue to verify that the access list is working properly?()

    • A、Router# ping 192.168.13.26
    • B、Router# debug access-list 172
    • C、Router# show open ports 192.168.13.26
    • D、Router# show access-list
    • E、Router# show ip interface

    正确答案:A,D,E

  • 第18题:

    Which one of the following commands will display the placement and direction of an IP access control list on the interfaces of a router?()

    • A、show interface list
    • B、show ip route
    • C、show ip interface
    • D、show ip interface brief
    • E、show interface

    正确答案:C

  • 第19题:

    As a network administrator, you have been instructed to prevent all traffic originating on the LAN from entering the R2 router. Which the following command would implement the access list on the interface of the R2 router?()

    • A、access-list 101 in
    • B、access-list 101 out
    • C、ip access-group 101 in
    • D、ip access-group 101 out

    正确答案:C

  • 第20题:

    单选题
    Which one of the following commands will display the placement and direction of an IP access control list on the interfaces of a router?()
    A

    show interface list

    B

    show ip route

    C

    show ip interface

    D

    show ip interface brief

    E

    show interface


    正确答案: D
    解析: 暂无解析

  • 第21题:

    单选题
    Which of the following statements regarding the use of multiple access lists are valid when configuring a single interface on a Cisco router?()
    A

    Application of up to three access lists per protocol to a single interface.

    B

    No more than two access lists per interface.

    C

    One access list may be configured per direction for each Layer 3 protocol configured on an interface.

    D

    The maximum number allowed varies due to RAM availability in the router.

    E

    An infinite number of access lists that can be applied to an interface, from most specific to most general.

    F

    Cisco IOS allows only one access list to an interface.


    正确答案: D
    解析: 暂无解析

  • 第22题:

    单选题
    A standard IP access list is applied to an Ethernet interface of a router. What does this standard access list filter on?()
    A

    The source and destination addresses

    B

    The destination port number

    C

    The destination address

    D

    The source address

    E

    All of the above


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    You are a technician at TestKing. Your assistant applied an IP access control list to Router TK1. You want to check the placement and direction of the access control list.Which command should you use?()
    A

    show access-list

    B

    show ip access-list

    C

    show ip interface

    D

    show interface

    E

    show interface list


    正确答案: C
    解析: 暂无解析