讲述华为交换机配置中HTTP访问和vty访问命令

网络 路由交换
华为交换机配置配置HTTP访问,华为交换机配置设置vty访问,华为交换机配置标志设置与显示常见的命令大全都将在文中找到。

讲述华为交换机配置中HTTP访问和vty访问命令,有很多热心的网友对华为交换机配置问题给出了答复,不知道是不是提问者想要的答案,感谢网友对HTTP访问和vty访问命令命令的详细解答。

华为交换机配置标志设置与显示:
R1(config)# banner motd ‘unauthorized access will be prosecuted!’

华为交换机配置设置vty访问:
R1(config)# access-list 1 permit 192.168.2.5
R1(config)# line vty 0 4
R1(config)# access-class 1 in

华为交换机配置配置HTTP访问:
Router3(config)# access-list 1 permit 192.168.10.7
Router3(config)# ip http sever
Router3(config)# ip http access-class 1
Router3(config)# ip http authentication local
Router3(config)# username student password cisco

华为交换机配置要启用HTTP访问,请键入以下命令:
switch(config)# ip http sever

在基于set命令的交换机上用setCL1启动和核实端口安全:
switch(enable) set port security mod_num/port_num…enable mac address
switch(enable) show port mod_num/port_num
在基于CiscoIOS命令的交换机上启动和核实端口安全:
switch(config-if)# port secure [mac-mac-count maximum-MAC-count]
switch# show mac-address-table security [type module/port]

用命令access-list在标准通信量过滤表中创建一条记录:
Router(config)# access-list access-list-number {permit|deny} source-address [source-address]

用命令access-list在扩展通信量过滤表中创建一条记录:
Router(config)# access-list access-list-number {permit|deny{protocol|protocol-keyword}}{source source-wildcard|any}{destination destination-wildcard|any}[protocol-specific options][log]

对于带内路由更新,配置路由更新的最基本的命令格式是:
R1(config-router)#distribute-list access-list-number|name in [type number]

对于带外路由更新,配置路由更新的最基本的命令格式是:
R1(config-router)#distribute-list access-list-number|name out [interface-name] routing-process| autonomous-system-number

华为交换机配置set snmp命令选项:
set snmp community {read-only|ready-write|read-write-all}[community_string]

华为交换机配置set snmp trap 命令格式如下:
set snmp trap {enable|disable}
[all|moudle|classis|bridge|repeater| auth|vtp|ippermit|vmps|config|entity|stpx]
set snmp trap rvcr_addr rcvr_community

华为交换机配置启用SNMP chassis 陷阱:
Console>(enable) set snmp trap enable chassis

华为交换机配置启用所有SNMP chassis 陷阱:
Console>(enable) set snmp trap enable

责任编辑:佟健 来源: 赛迪
相关推荐

2010-01-13 13:59:59

华为交换机堆叠

2010-01-08 15:04:46

华为交换机配置教程

2010-01-08 14:17:18

2010-01-13 09:15:03

华为交换机配置命令

2009-03-25 11:12:55

2010-01-14 10:43:18

交换机配置交换机种类

2010-12-02 09:25:11

2010-01-08 15:25:31

华为交换机配置手册

2010-01-04 09:24:41

华为交换机配置口令

2010-01-11 10:18:36

三层交换机配置

2010-01-04 14:56:35

华为交换机配置命令

2010-06-30 12:32:53

2011-07-29 11:28:50

交换机配置命令

2010-01-12 16:24:20

华为交换机典型配置

2010-01-12 14:57:10

华为交换机配置备份

2010-03-19 16:48:06

交换机MAC地址

2010-01-04 13:31:13

Catalyst 19

2010-01-06 17:12:39

华为交换机vlan配置

2010-03-15 13:53:20

3层交换机

2010-01-12 15:22:42

华为交换机配置备份
点赞
收藏

51CTO技术栈公众号