多项选择题
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
多项选择题 WhichtwoareusesofNAT?()
多项选择题 WhataretwousesofNAT?()
多项选择题 Assume the default-policy has not been configured.Given the configuration shown in the exhibit, which two statements about traffic from host_a inthe HR zone to host_b in the trust zone are true?() [edit security policies from-zone HR to-zone trust] user@host# show policy one { match { source-address any; destination-address any; application [ junos-http junos-ftp ]; } then { permit; } } policy two { match { source-address host_a; destination-address host_b; application [ junos-http junos-smtp ]; } then { deny; } }