Which statement is true about a NAT rule action of off?() A. The NAT action of off is only supported for destination NAT rule-sets.B. The NAT action of off is only supported for source NAT rule-sets.C. The NAT action of off is useful for detailed control of NAT.D. The NAT action of off is useful for disabling NAT when a pool is exhausted
Which statement is true about a NAT rule action of off?()
A. The NAT action of off is only supported for destination NAT rule-sets.
B. The NAT action of off is only supported for source NAT rule-sets.
C. The NAT action of off is useful for detailed control of NAT.
D. The NAT action of off is useful for disabling NAT when a pool is exhausted
相关考题:
在Java中,下列代码段允许按钮注册一个action事件的是()。 A.button.enableActionEvents();B.button.addActionListener(anActionListener);C.button.enableEvents(true);D.button.enableEvents(AWTEvent.ACTION_EVENT_MASK);
在Java中,下列代码段允许按钮注册一个action时间的是() A.button.enableActionEvents();B.button.addActionListenser(anActionListener);C.button.enableEvents(true);D.button.enableEvents(AWTEvent.ACTTION_EVENT_MASK)
You are developing a client that sends several types of SOAP messages to a Windows Communication Foundation (WCF) service method named PostData. PostData is currently defined as follows:[OperationContract]void PostData(Order data);You need to modify PostData so that it can receive any SOAP message. Which code segment should you use?()A. [OperationContract(IsOneWay=true, Action=*, ReplyAction=*)] void PostData(Order data);B. [OperationContract(IsOneWay=true, Action=*, ReplyAction = *)] void PostData(BodyWriter data);C. [OperationContract] void PostData(BodyWriter data);D. [OperationContract] void PostData(Message data);
下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行
在Java中,下列代码段允许按钮注册一个action事件的是。A.button.enableActionEvents();B.button.addActionListener(anActionListener);C.button.enableEvents(true);D.button.enableEvents(AWTEvent.ACTION_EVENT_MASK);
下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行
私网设备A的IP地址是192.168.1.1/24,其对应的公网IP是2.2.2.1;公网设备B的IP地址是2.2.2.5。现需要设备A 对公网提供Telnet服务,可以在NAT设备上使用下列哪项配置?A.acl number 2000 rule 0 permit source 192.168.1.1 0.0.0.255 nat address-group 1 2.2.2.1 interface Ethernet 0/1 nat outbound 2000 address-group 1#B.acl number 2000 rule 0 permit source 192.168.1.1 0.0.0.255 nat address-group 1 2.2.2.1 interface Ethernet 0/1 nat outbound 2000 address-group 1 no-pat#C.nat server protocol tcp global 2.2.2.1 telnet inside 192.168.1.1#D.nat server protocol tcp global 2.2.2.1 23 inside 192.168.1