当前位置:首页 » 数据仓库 » 华三交换机如何配置
扩展阅读
webinf下怎么引入js 2023-08-31 21:54:13
堡垒机怎么打开web 2023-08-31 21:54:11

华三交换机如何配置

发布时间: 2022-01-13 06:53:19

⑴ 华三交换机怎么配置的咋一步一步的实现配置的求解!谢谢知情人士教学!

如果你是h3c的用户,只需要提出配置要求,h3c的技术支持会给你配置好,你只需要问明白该配置用到的命令和作用,能够自己维护就可以了。如果你想学习h3c网络设备的配置,需要专门参加h3c的网络工程师培训。

⑵ 华三交换机配置

TELNET配置
user-interface vty 0 4
authentication-mode aaa

aaa
local-user 用户名 password cipher 密码
local-user 用户名 service-type telnet
local-user 用户名 level 3

2.直接在全局模式
vlan X 就可以配置VLAN了
VLAN间路由,你网关设备是什么啊
交换机:
接口配置TRUNK
interface ethe xx
port link-type trunk
port trunk allow-pass vlan xx xx

interface vlan x
ip address 网关 子网掩码
interface vlan x
ip address 网关 子网掩码

路由器,你就划子接口
inter Ethernet 0.1
vlan-type dot1q vid 10
ip address 网关 子网掩码
inter Ethernet 0.2
vlan-type dot1q vid 20
ip address 网关 子网掩码
VLAN间用户就能相互通信了

⑶ H3C交换机配置

分那么少
给你一些命令你好好看看吧
Cisco路由器交换机配置命令详解

1. 交换机支持的命令:

交换机基本状态:
switch: ;
ROM状态,
路由器是rommon>hostname> ;
用户模式hostname# ;
特权模式hostname(config)# ;
全局配置模式hostname(config-if)# ;
接口状态
交换机口令设置:
switch>enable ;
进入特权模式switch#config terminal ;
进入全局配置模式switch(config)#hostname ;
设置交换机的主机名switch(config)#enable secret xxx ;
设置特权加密口令switch(config)#enable password xxa ;
设置特权非密口令switch(config)#line console 0 ;
进入控制台口switch(config-line)#line vty 0 4 ;
进入虚拟终端switch(config-line)#login ;
允许登录switch(config-line)#password xx ;
设置登录口令xxswitch#exit ;
返回命令
交换机VLAN设置:
switch#vlan database ;
进入VLAN设置switch(vlan)#vlan 2 ;
建VLAN 2switch(vlan)#no vlan 2 ;
删vlan 2switch(config)#int f0/1 ;
进入端口1switch(config-if)#switchport access vlan 2 ;
前端口加入vlan 2switch(config-if)#switchport mode trunk ;
设置为干线switch(config-if)#switchport trunk allowed vlan 1,2 ;
设置允许的vlanswitch(config-if)#switchport trunk encap dot1q ;
设置vlan 中继switch(config)#vtp domain ;
设置发vtp域名switch(config)#vtp password ;
设置发vtp密码switch(config)#vtp mode server ;
设置发vtp模式switch(config)#vtp mode client ;
设置发vtp模式
交换机设置IP地址:
switch(config)#interface vlan 1 ;
进入vlan 1switch(config-if)#ip address ;
设置IP地址switch(config)#ip default-gateway ;
设置默认网关switch#dir flash: ;
查看闪存
交换机显示命令:
switch#write ;
保存配置信息switch#show vtp ;
查看vtp配置信息switch#show run ;
查看当前配置信息switch#show vlan ;
查看vlan配置信息switch#show interface ;
查看端口信息switch#show int f0/0 ;
查看指定端口信息
2. 路由器支持的命令:

路由器显示命令:
router#show run ;
显示配置信息router#show interface ;
显示接口信息router#show ip route ;
显示路由信息router#show cdp nei ;
显示邻居信息router#reload ;重新起动
路由器口令设置:
router>enable ;
进入特权模式router#config terminal ;
进入全局配置模式router(config)#hostname ;
设置交换机的主机名router(config)#enable secret xxx ;
设置特权加密口令router(config)#enable password xxb ;
设置特权非密口令router(config)#line console 0 ;
进入控制台口router(config-line)#line vty 0 4 ;
进入虚拟终端router(config-line)#login ;
要求口令验证router(config-line)#password xx ;
设置登录口令xxrouter(config)#(Ctrl+z) ;
返回特权模式router#exit ;返回命令
路由器配置:
router(config)#int s0/0 ;
进入Serail接口router(config-if)#no shutdown ;
激活当前接口router(config-if)#clock rate 64000 ;
设置同步时钟router(config-if)#ip address ;
设置IP地址router(config-if)#ip address second ;
设置第二个IProuter(config-if)#int f0/0.1 ;
进入子接口router(config-subif.1)#ip address ;
设置子接口IProuter(config-subif.1)#encapsulation dot1q ;
绑定vlan中继协议router(config)#config-register 0x2142 ;
跳过配置文件router(config)#config-register 0x2102 ;
正常使用配置文件router#reload ;重新引导
路由器文件操作:
router# running-config startup-config ;
保存配置router# running-config tftp ;
保存配置到tftprouter# startup-config tftp ;
开机配置存到tftprouter# tftp flash: ;
下传文件到flashrouter# tftp startup-config;
下载配置文件ROM状态:Ctrl+Break ;
进入ROM监控状态rommon>confreg 0x2142 ;
跳过配置文件rommon>confreg 0x2102 ;
恢复配置文件rommon>reset ;
重新引导rommon> xmodem: flash: ;
从console传输文件rommon>IP_ADDRESS=10.65.1.2 ;
设置路由器IPrommon>IP_SUBNET_MASK=255.255.0.0 ;
设置路由器掩码rommon>TFTP_SERVER=10.65.1.1 ;
指定TFTP服务器IPrommon>TFTP_FILE=c2600.bin ;
指定下载的文件rommon>tftpdnld ;
从tftp下载rommon>dir flash: ;
查看闪存内容rommon>boot ;引导IOS
静态路由:
ip route ;
命令格式router(config)#ip route 2.0.0.0 255.0.0.0 1.1.1.2 ;
静态路由举例router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 ;默认路由举例
动态路由:
router(config)#ip routing ;
启动路由转发router(config)#router rip ;
启动RIP路由协议。router(config-router)#network ;
设置发布路由router(config-router)#negihbor ;点对点帧中继用。
帧中继命令:
router(config)#frame-relay switching ;
使能帧中继交换router(config-s0)#encapsulation frame-relay ;
使能帧中继router(config-s0)#fram-relay lmi-type cisco ;
设置管理类型router(config-s0)#frame-relay intf-type DCE ;
设置为DCErouter(config-s0)#frame-relay dlci 16 ;router(config-s0)#frame-relay local-dlci 20 ;
设置虚电路号router(config-s0)#frame-relay interface-dlci 16 ;
router(config)#log-adjacency-changes ;
记录邻接变化router(config)#int s0/0.1 point-to-point ;
设置子接口点对点router#show frame pvc ;
显示永久虚电路router#show frame map ;显示映射
基本访问控制列表:
router(config)#access-list permit|deny router(config)#interface ;
default:deny anyrouter(config-if)#ip access-group in|out ;
default: Out

例1:router(config)#access-list 4 permit 10.8.1.1router(config)#access-list 4 deny 10.8.1.0 0.0.0.255
router(config)#access-list 4 permit 10.8.0.0 0.0.255.255
router(config)#access-list 4 deny 10.0.0.0 0.255.255.255
router(config)#access-list 4 permit any
router(config)#int f0/0router(config-if)#ip access-group 4 in
扩展访问控制列表:
access-list permit|deny icmp <DESTINATIONIPwild>[type]access-list permit|deny tcp <DESTINATIONIPwild>[port]

例3:router(config)#access-list 101 deny icmp any 10.64.0.2 0.0.0.0 echorouter(config)#access-list 101 permit ip any any
router(config)#int s0/0
router(config-if)#ip access-group 101 in

例3:router(config)#access-list 102 deny tcp any 10.65.0.2 0.0.0.0 eq 80
router(config)#access-list 102 permit ip any any
router(config)#interface s0/1
router(config-if)#ip access-group 102 out
删除访问控制例表:
router(config)#no access-list 102

router(config-if)#no ip access-group 101 in
路由器的nat配置
Router(config-if)#ip nat inside ;
当前接口指定为内部接口Router(config-if)#ip nat outside ;
当前接口指定为外部接口Router(config)#ip nat inside source static [p] <私有IP><公网IP> [port]
Router(config)#ip nat inside source static 10.65.1.2 60.1.1.1
Router(config)#ip nat inside source static tcp 10.65.1.3 80 60.1.1.1 80
Router(config)#ip nat pool p1 60.1.1.1 60.1.1.20 255.255.255.0
Router(config)#ip nat inside source list 1 pool p1
Router(config)#ip nat inside destination list 2 pool p2
Router(config)#ip nat inside source list 2 interface s0/0 overload
Router(config)#ip nat pool p2 10.65.1.2 10.65.1.4 255.255.255.0 type rotary
Router#show ip nat translationrotary 参数是轮流的意思,地址池中的IP轮流与NAT分配的地址匹配。overload参数用于PAT 将内部IP映射到一个公网IP不同的端口上。
外部网关协议配置:
routerA(config)#router bgp 100
routerA(config-router)#network 19.0.0.0
routerA(config-router)#neighbor 8.1.1.2 remote-as 200
配置PPP验证:
RouterA(config)#username password
RouterA(config)#int s0
RouterA(config-if)#ppp authentication {chap|pap}
3.PIX防火墙命令
Pix525(config)#nameif ethernet0 outside security0 ;
命名接口和级别Pix525(config)#interface ethernet0 auto ;
设置接口方式Pix525(config)#interface ethernet1 100full ;
设置接口方式Pix525(config)#interface ethernet1 100full shutdown
Pix525(config)#ip address inside 192.168.0.1 255.255.255.0
Pix525(config)#ip address outside 133.0.0.1 255.255.255.252
Pix525(config)#global (if_name) natid ip-ip ;定义公网IP区间
Pix525(config)#global (outside) 1 7.0.0.1-7.0.0.15 ;
例句Pix525(config)#global (outside) 1 133.0.0.1 ;
例句Pix525(config)#no global (outside) 1 133.0.0.1 ;
去掉设置Pix525(config)#nat (if_name) nat_id local_ip [netmark]
Pix525(config)#nat (inside) 1 0 0内网所有主机(0代表0.0.0.0)可以访问global 1指定的外网。
Pix525(config)#nat (inside) 1 172.16.5.0 255.255.0.0内网172.16.5.0/16网段的主机可以访问global 1指定的外网。
Pix525(config)#route if_name 0 0 gateway_ip [metric] ;
命令格式Pix525(config)#route outside 0 0 133.0.0.1 1 ;
例句Pix525(config)#route inside 10.1.0.0 255.255.0.0 10.8.0.1 1 ;
例句Pix525(config)#static (inside, outside) 133.0.0.1 192.168.0.8表示内部ip地址192.168.0.8,访问外部时被翻译成133.0.0.1全局地址。
Pix525(config)#static (dmz, outside) 133.0.0.1 172.16.0.8中间区域ip地址172.16.0.8,访问外部时被翻译成133.0.0.1全局地址。

⑷ 华三交换机配置命令

华三交换机配置命令如下:

<H3C>system-view

[H3C]super password H3C:设置用户分级密码

[H3C]undo super password:删除用户分级密码

[H3C]localuser bigheap 123456 1:Web网管用户设置,1(缺省)为管理级用户,缺admin,admin

[H3C]undo localuser bigheap:删除Web网管用户

[H3C]user-interface aux 0:只支持0

[H3C-Aux]idle-timeout 2 50:设置超时为2分50秒,若为0则表示不超时,默认为5分钟

[H3C-Aux]undo idle-timeout:恢复默认值

[H3C]user-interface vty 0:只支持0和1

[H3C-vty]idle-timeout 2 50:设置超时为2分50秒,若为0则表示不超时,默认为5分钟

[H3C-vty]undo idle-timeout:恢复默认值

[H3C-vty]set authentication password 123456:设置telnet密码,必须设置

[H3C-vty]undo set authentication password:取消密码

[H3C]display users:显示用户

[H3C]display user-interface:显示用户界面状态

(4)华三交换机如何配置扩展阅读:

H3C Switch命令:

一、模式命令:

1、用户模式:Switch>

2、特权模式:Switch>enable

Switch#

3、全局配置模式:Switch#config terminal

Switch(config)#

4、接口配置模式:Switch(config)#interface fastethernet0/1

Switch(config-if)#

5、Line模式:Switch(config)#line console 0

Switch(config-line)#

二、特权模式下的命令:

1、查看机MAC地址:Switch#show mac-address-table

2、发现(CDP):

Switch#show cdp

Switch#show cdp interface fastethernet0/1

Switch#show cdp neighbors

Switch#show cdp neighbors detail

Switch#show cdp entry

工作原理:

交换机工作于OSI参考模型的第二层,即数据链路层。交换机内部的CPU会在每个端口成功连接时,通过将MAC地址和端口对应,形成一张MAC表。

在今后的通讯中,发往该MAC地址的数据包将仅送往其对应的端口,而不是所有的端口。因此,交换机可用于划分数据链路层广播,即冲突域;但它不能划分网络层广播,即广播域。

参考资料:网络—交换机

参考资料:网络—交换机命令

⑸ H3C交换机配置需要什么怎么操作

操作之前你要先把理论学清楚,理论不行,你配置肯定是玩不下去的。

⑹ H3C三层交换机如何配置

在三层交换机上启用路由功能,想做出你说的访问功能就用通过策略来实现了。写一条策略应用到VLAN1下面。禁止VLAN2访问VLAN1,rule
1 deny
source
2.2.2.0
0.0.0.255
架设这个地址段是VLAN2的,然后在vlan1下面应用为in的流量命令为
packet-filter
vlan
1
inbound
ip-group
1至于上网流量限制可以[Sysname]
interface
vlan2
进入接口[Sysname-vlan2] line-rate
outbound
2000设置上传[Sysname-vlan2] line-rate
inbound 4000
设置下载大小你看着办了,单位是K有问题再找我,如果可以的话记得采纳我哦,欢迎到我的团队来提问

⑺ H3C交换机端口配置

1、华三的盒式交换机,一般情况,第一个数字都是1,所以9口一般都是1/0/9,14口一般都是1/0/14,至于是G还是E,那么就取决于你的交换机是百兆还是千兆了,如果是百兆,那么就是E,如果是千兆,那么就是G;
2、G代表的是千兆口,E代表的是百兆口,至于FE跟E一样,GE跟G一样;
3、G2/0/14,分别代表:2代表是2号槽位,0一般没有实际意义,14代表第14号端口,华三的盒式交换机,默认一般槽位都是以1命名,所以盒式交换机你一般是不可能见着2开头的端口的,除非你是做了虚拟化或者用命令行改过。而华为的一般都是以0开始的,所以华为的端口一般都是、0/0/1等。至于那个14,我说的是第14号端口,并不是第14个端口,因为有些交换机是从0开始的,所以14就是第十五个口。但是盒式交换机很少有这种情况是从0开始的,一般出现在框式交换机上。
普通盒式交换机,默认面板上面看见的端口就是在一个槽位上的,你看见的那些端口就是一个槽位。当然,如果是可以扩展板卡的交换机,那个槽位一般是在交换机背面,那种型号一般都带C的,比如华为的5720-36C-EI-AC,那个36C中的C就是代表可以扩展,但是盒式的交换机多数是只能扩展4个端口。也就是说,主要看型号,凡是不带C的,就是只有一个槽位(框式交换机除外),带C的,就有2个或者更多槽位。也有特殊的型号,比如华三的5800系列有些型号可以扩展几个槽位。

⑻ H3C交换机如何配置

  • 连接线路:

    1、电源线连接成功时交换机会有声音。

    2、一条外网的网线接入24个千兆口中任意一个,使用另外的接口连接电脑。如需使用超级终端对交换机进行配置,需申请console线连接console接口。

⑼ 华三交换机三线网络如何配置

如图1所示,在两个网络中的主机上采用交换机配置的主IP地址和从IP地址作为网关,实现两个网段的主机都可以通过Switch与外部网络通信。
图1 IP地址配置组网图

一、配置方法步骤
1. Switch的配置
# 配置VLAN接口1的主IP地址和从IP地址。
<Switch> system-view
[Switch] interface vlan-interface 1
[Switch-Vlan-interface1] ip address 172.16.1.1 255.255.255.0
[Switch-Vlan-interface1] ip address 172.16.2.1 255.255.255.0 sub
[Switch-Vlan-interface1] return
2. 主机的配置
# 在172.16.1.0/24网段中的主机上配置网关为172.16.1.1;在172.16.2.0/24网段中的主机上配置网关为172.16.2.1。

3、验证配置
# 使用ping命令检测Switch与网络172.16.1.0/24内主机的连通性。
<Switch> ping 172.16.1.2
PING 172.16.1.2: 56 data bytes, press CTRL_C to break
Reply from 172.16.1.2: bytes=56 Sequence=1 ttl=255 time=25 ms

⑽ H3C交换机如何配置VLAN

1、电脑上远程telnet交换机,在命令行下输入telnet 192.168.10.1,这里192.168.10.1是H3C交换机的远程管理地址。