内容导航:
1、
outbound
2、
华为防火墙域之间inbound和outbound之间的区别
1、
outbound
英:
美:
常见释义:
adj.出站;驶向外国的,向外去的
1、Other solutions that use a different combination of inbound and
outbound
protocols can be set up in a similar fashion.───可以通过类似方式设置其他其他解决方案来使用入站协议和出站协议的不同组合。
2、The total number of bytes of staging file data regenerated by this replica set member for a specific
outbound
partner request.───由这个复制集成员为一个指定的输出伙伴请求产生出的主持文件数据的总字节。
3、At the best of times, cross-border casinos are risky investments, since China often cracks down on
outbound
gamblers.───即便是在情况最好的时候,境外开设赌场也是高风险的投资,因为中国政府经常会打击出境的赌徒。
4、The format of a message, as well as its contents, is able to be configured based on the needs of each Outbound Broker instance.───消息的格式以及它的内容可根据每个OutboundBroker实例的需要进行配置。
5、Figure 13 shows the
outbound
Settings.───图13显示了出站设置。
6、"We came to the conclusion that there was no such thing as a luxury
outbound
traveller from China, " says Paul Humphreys, chief executive.───“我们最终得出结论,中国根本不存在奢华出境游客这一说,”该公司首席执行官韩甫睿表示。
7、Airport officials say at least 20
outbound
flights were delayed.───机场官员说,至少有二十个离港航班被延误。
8、The adapter supports
outbound
mode only for this interface.───对于此接口,适配器仅支持出站模式。
9、We then modify the format of the message from that of the inbound service to that of the
outbound
service.───然后,我们将入站服务的消息的格式改为出站服务的消息的格式。
1、outboard───adj.(船或飞机)外侧的;(发动机)舷外的;(电子器件)外设的;adv.在舷外,在外部;n.舷外发动机;尾挂机艇
2、outboxed───n.待发箱;发信匣
3、outwound───向外
4、outfound───外流
5、southbound───adj.往南的;向南行进的
6、softbound───adj.软书皮装订的
7、rootbound───adj.根部布满盆的
8、outbounds───n.禁止击球区(outbound的复数)
9、outrebound───其他
2、
华为防火墙域之间inbound和outbound之间的区别
1、域基本分为:local、trust、dmz、untrust这四个是系统自带不能删除,除了这四个域之外,还可以自定义域。
2、域等级local>trust>dmz>untrust,自定义的域的优先级是可以自己调节的。
3、域与域之间如果不做策略默认是deny的,即任何数据如果不做策略是通不过的,如果是在同一区域的就相当于二层交换机一样直接转发。
4、当域与域之间有inbound和outbound区分,那怎么样方向的算是inbound,什么方向算是outbound呢?华为定义了优先级地的域向优先级高的域方向就是inbound,反之就是outbound,举个例子:
假如我要在untrust和trust这两个域之间做inbound和outbound策略:
policy interzone trust untrust inbound //untrust是源,trust是目标(低优先级向高优先级)
policy 1
action permit
policy service service-set permitport
policy 2
action permit
policy service service-set ping
policy 3
action deny
#
policy interzone trust untrust outbound//trust是源,untrust是目标(高优先级向低优先级)
policy 1
action permit
policy service service-set permitport
policy 2
action permit
policy service service-set ping