inbound怎么读

生活经验024

本文目录

  1. 华为交换机怎么做端口流控?
  2. ballgag是什么?
  3. 哪两种有关icmp的说法是正确的?
  4. Biety读音,音标?
  5. 华为s1720怎么配置trunk?

华为交换机怎么做端口流控?

华为交换机设置端口流控方法如下:

1. 进入端口E0/1的配置视图

inbound怎么读,第1张

[SwitchA]interface Ethernet 0/1

2. 对端口E0/1的出方向报文进行流量限速,限制到3Mbps

[SwitchA- Ethernet0/1]line-rate outbound 30

3. 对端口E0/1的入方向报文进行流量限速,限制到1Mbps

[SwitchA- Ethernet0/1]line-rate inbound 16

ballgag是什么?

意思:

n. 塞口物;讨论终结,箝制言论;(非正式)(专业喜剧演员的)噱头,笑话;(牙科的)张口器

v. 塞住……的口;钳制……的言论;使窒息,使作呕;(非正式)插科打诨,讲笑话

He gagged on his own saliva.

他被自己的口水呛住了。

The media comments on this issue have been gagged by the government.

关于这个事件的媒体评论被政府封锁了。

He covered up his mistake with a gag.

他用恶作剧掩盖了自己的错误。

He was bound and gagged and left in a cell for three days.

哪两种有关icmp的说法是正确的?

下面说法是正确的

A、B、D

因为

acl number 3000 //访问控制列表(ACL)编号为3000

rule 0 deny icmp icmp-type echo //拒绝网际控制消息协议中的PING

interface GigabitEthernet0/0 //配置GE0/0接口

ip address 192.168.0.1 255.255.255.0 //配置地址及掩码

firewall packet-filter 3000 inbound //在GE0/0端口进入方向上应用该ACL

ACL生效以后,题中A与B容易判断为正确;

D是因为通向HostB的端口不受限制,所以正确。

Biety读音,音标?

没有Biety,有Piety。

piety

英 [?pa??ti] 美 [?pa??ti]

词典释义

n.:虔诚,虔敬

变形

名词 复数:pieties

例句

1、Now I can already filial piety parents.

现在我已经可以孝顺父母了。

2、First in gradually grew up, already know filial piety.

先在渐渐地长大了,已经懂得孝是什么了。

3、Well I've said Christians might do it because it's a work of piety.

我说可能是基督徒写的,因为它是虔敬的作品。

4、His conducts of filial piety moved the King of Heaven.

他的孝行感动了天帝。

5、Bound each to each by natural piety.

都跃动着对自然的虔诚与敬慕。

华为s1720怎么配置trunk?

<Huawei>system-view [Huawei]sysname L6 [L6]user-interface console 0 [L6-ui-console0]authentication-mode password [L6-ui-console0]set authentication password cipher 888 [L6-ui-console0]quit [L6]vlan 50 [L6-vlan50]quit [L6]interface g0/0/24 [L6-GigabitEthernet0/0/24]port link-type trunk [L6-GigabitEthernet0/0/24]port trunk allow-pass vlan 50 [L6]interface GigabitEthernet 0/0/1 [L6-GigabitEthernet0/0/1]port link-type acces [L6-GigabitEthernet0/0/1]port default vlan 50 [L6-GigabitEthernet0/0/1]quit [L6]vlan 20 [L6]int Vlanif 20 [L6-Vlanif20]ip address 192.168.20.100 24 /配置管理地址 [L6]ip route-static 0.0.0.0 0.0.0.0 192.168.20.1 [L6-aaa] [L6-aaa]local-user adm password cipher 999 /配置用户和密码 [L6-aaa]local-user adm privilege level 3 [L6-aaa]local-user adm service-type telnet terminal /授权用户远程访问 [L6-aaa]quit [L6]user-interface vty 0 4 [L6-ui-vty0-4]authentication-mode aaa [L6-ui-vty0-4]protocol inbound telnet /授权设备允许远程访问 [L6]telnet server enable /设备开启Telnet服务 交换机上开启telnet enable,用户具有telnet权限,虚拟终端vty 授权telnet功能:protocol inbound telnet