更多“单选题Which configuration shows a pool-based source NAT without PAT’?()A AB BC CD D”相关问题
  • 第1题:

    You would like to configure an Ethernet interface with the following characteristics:Which set of configuration commands accurately completes this task?()

    A.A

    B.B

    C.C

    D.D


    参考答案:B

  • 第2题:

    Which configuration command is used to send debug level events to the console in real time?()

    A.A

    B.B

    C.C

    D.D


    参考答案:B

  • 第3题:

    Which configuration command places interfaces whose IP addresses are between 192.168.0.0 and 192.168.255.255 into OSPF area 0?()

    A.A

    B.B

    C.C

    D.D


    参考答案:B

  • 第4题:

    Interface ge-0/0/2.0 of your device is attached to the Internet and is configured with an IP address and network mask of 71.33.252.17/24. A Web server with IP address 10.20.20.1 is running an HTTP service on TCP port 8080. The Web server is attached to the ge-0/0/0.0 interface of your device. You must use NAT to make the Web server reachable from the Internet using port translation. Which type of NAT must you configure?()

    • A、source NAT with address shifting
    • B、pool-based source NAT
    • C、static destination NAT
    • D、pool-based destination NAT

    正确答案:D

  • 第5题:

    Which three methods of source NAT does the Junos OS support?() (Choose three.)

    • A、interface-based source NAT
    • B、source NAT with address shifting
    • C、source NAT using static source pool
    • D、interface-based source NAT without PAT
    • E、source NAT with address shifting and PAT

    正确答案:A,B,C

  • 第6题:

    Which two statements are true about pool-based destination NAT?()

    • A、It also supports PAT.
    • B、PAT is not supported.
    • C、It allows the use of an address pool.
    • D、It requires you to configure an address in the junos-global zone.

    正确答案:A,C

  • 第7题:

    Which two statements are true about pool-based source NAT? ()(Choose two.)

    • A、PAT is not supported.
    • B、PAT is enabled by default.
    • C、It supports the address-persistent configuration option.
    • D、It supports the junos-global configuration option.

    正确答案:B,C

  • 第8题:

    单选题
    Which type of source NAT is configured in the exhibit?() [edit security nat source] user@host# show rule-set 1 { from interface ge-0/0/2.0; to zone untrust; rule 1A {match { destination-address 1.1.70.0/24; } then { source-nat interface; } } }
    A

    interface-based source NAT

    B

    static source NAT

    C

    pool-based source NAT with PAT

    D

    pool-based source NAT without PAT


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

  • 第9题:

    多选题
    Which two statements are true about pool-based destination NAT?()
    A

    It also supports PAT.

    B

    PAT is not supported.

    C

    It allows the use of an address pool.

    D

    It requires you to configure an address in the junos-global zone.


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

  • 第10题:

    单选题
    Which command will save the current active configuration as the rescue configuration?()
    A

    A

    B

    B

    C

    C

    D

    D


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

  • 第11题:

    单选题
    Which configuration shows a pool-based source NAT without PAT’?()
    A

    A

    B

    B

    C

    C

    D

    D


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

  • 第12题:

    单选题
    Which configuration would allow for non-revertative LSP path failover?()
    A

    A

    B

    B

    C

    C

    D

    D


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

  • 第13题:

    Which configuration command removes all log filters currently configured on the ERX Edge Router?()

    A.A

    B.B

    C.C

    D.D


    参考答案:C

  • 第14题:

    Which configuration command allows a virtual router to receive updates from a configured NTP source?()

    A.A

    B.B

    C.C

    D.D


    参考答案:A

  • 第15题:

    You have been asked to configure a login class which will permit its users to view and edit the configuration. The class should only allow the configuration of the interfaces and firewall heirarchies. Which configuration correctly accomplishes this?()

    A.A

    B.B

    C.C

    D.D


    参考答案:B

  • 第16题:

    Interface ge-0/0/2.0 of your device is attached to the Internet and is configured with an IP address andnetwork mask of 71.33.252.17/24. A webserver with IP address 10.20.20.1 isrunning an HTTP service on TCP port 8080. The webserver is attached to the ge-0/0/0.0 interface of yourdevice. You must use NAT to make the webserver reachable from the Internet using port translation.Which type of NAT must you configure?()

    • A、source NAT with address shifting
    • B、pool-based source NAT
    • C、static destination NAT
    • D、pool-based destination NAT

    正确答案:D

  • 第17题:

    Which three methods of source NAT does JUNOS Software support?()

    • A、interface-based source NAT
    • B、source NAT with address shifting
    • C、source NAT using static source pool
    • D、interface-based source NAT without PAT
    • E、source NAT with address shifting and PAT

    正确答案:A,B,C

  • 第18题:

    Which type of source NAT is configured in the exhibit?() [edit security nat destination] user@host# show pool A { address 10.1.10.5/32; } rule-set 1 { from zone untrust; rule 1A { match { destination-address 100.0.0.1/32; } then { destination-nat pool A; } } }

    • A、static destination NAT
    • B、static source NAT
    • C、pool-based destination NAT without PAT
    • D、pool-based destination NAT with PAT

    正确答案:C

  • 第19题:

    Which type of source NAT is configured in the exhibit?() [edit security nat source] user@host# show rule-set 1 { from interface ge-0/0/2.0; to zone untrust; rule 1A {match { destination-address 1.1.70.0/24; } then { source-nat interface; } } }

    • A、interface-based source NAT
    • B、static source NAT
    • C、pool-based source NAT with PAT
    • D、pool-based source NAT without PAT

    正确答案:A

  • 第20题:

    单选题
    Which type of source NAT is configured in the exhibit?() [edit security nat destination] user@host# show pool A { address 10.1.10.5/32; } rule-set 1 { from zone untrust; rule 1A { match { destination-address 100.0.0.1/32; } then { destination-nat pool A; } } }
    A

    static destination NAT

    B

    static source NAT

    C

    pool-based destination NAT without PAT

    D

    pool-based destination NAT with PAT


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

  • 第21题:

    单选题
    Click the Exhibit button. Which type of source NAT is configured in the exhibit?()
    A

    static source pool

    B

    interface source pool

    C

    source pool with PAT

    D

    souce pool without PAT


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

  • 第22题:

    多选题
    Which three methods of source NAT does the Junos OS support?() (Choose three.)
    A

    interface-based source NAT

    B

    source NAT with address shifting

    C

    source NAT using static source pool

    D

    interface-based source NAT without PAT

    E

    source NAT with address shifting and PAT


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

  • 第23题:

    多选题
    Which two statements are true about pool-based source NAT? ()(Choose two.)
    A

    PAT is not supported.

    B

    PAT is enabled by default.

    C

    It supports the address-persistent configuration option.

    D

    It supports the junos-global configuration option.


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

  • 第24题:

    多选题
    Which three methods of source NAT does JUNOS Software support?()
    A

    interface-based source NAT

    B

    source NAT with address shifting

    C

    source NAT using static source pool

    D

    interface-based source NAT without PAT

    E

    source NAT with address shifting and PAT


    正确答案: A,B,C
    解析: 暂无解析