老铁们,大家好,相信还有很多朋友对于路由器交换机配置命令和交换机参数详解的相关问题不太懂,没关系,今天就由我来为大家分享分享路由器交换机配置命令以及交换机参数详解的问题,文章篇幅可能偏长,希望可以帮助到大家,下面一起来看看吧!
华为路由器配置命令
华为路由器配置命令大全
学习华为交换机,就要记得配置基本命令,下面为大家分享的是华为路由器基本配置命令,希望对大家学习华为有所帮助!
一、计算机命令
PCAlogin:root;使用root用户
password:linux;口令是linux
#shutdown-hnow;关机
#init0;关机
#logout;用户注销
#login;用户登录
#ifconfig;显示IP地址
#ifconfigeth0netmask;设置IP地址
#ifconfigeht0netmaskdown;禁用IP地址
#routeadd0.0.0.0gw;设置网关
#routedel0.0.0.0gw;删除网关
#routeadddefaultgw;设置网关
#routedeldefaultgw;删除网关
#route;显示网关
#ping;发ECHO包
#telnet;远程登录
二、华为路由器交换机配置命令:交换机命令
[Quidway]discur;显示当前配置
[Quidway]displaycurrent-configuration;显示当前配置
[Quidway]displayinterfaces;显示接口信息
[Quidway]displayvlanall;显示路由信息
[Quidway]displayversion;显示版本信息
[Quidway]superpassword;修改特权用户密码
[Quidway]sysname;交换机命名
[Quidway]interfaceethernet0/1;进入接口视图
[Quidway]interfacevlanx;进入接口视图
[Quidway-Vlan-interfacex]ipaddress10.65.1.1255.255.0.0;配置VLAN的IP地址
[Quidway]iproute-static0.0.0.00.0.0.010.65.1.2;静态路由=网关
[Quidway]rip;三层交换支持
[Quidway]local-userftp
[Quidway]user-interfacevty04;进入虚拟终端
[S3026-ui-vty0-4]authentication-modepassword;设置口令模式
[S3026-ui-vty0-4]setauthentication-modepasswordsimple222;设置口令
[S3026-ui-vty0-4]userprivilegelevel3;用户级别
[Quidway]interfaceethernet0/1;进入端口模式
[Quidway]inte0/1;进入端口模式
[Quidway-Ethernet0/1]duplex{half|full|auto};配置端口工作状态
[Quidway-Ethernet0/1]speed{10|100|auto};配置端口工作速率
[Quidway-Ethernet0/1]flow-control;配置端口流控
[Quidway-Ethernet0/1]mdi{across|auto|normal};配置端口平接扭接
[Quidway-Ethernet0/1]portlink-type{trunk|access|hybrid};设置端口工作模式
[Quidway-Ethernet0/1]portaccessvlan3;当前端口加入到VLAN
[Quidway-Ethernet0/2]porttrunkpermitvlan{ID|All};设trunk允许的VLAN
[Quidway-Ethernet0/3]porttrunkpvidvlan3;设置trunk端口的PVID
[Quidway-Ethernet0/1]undoshutdown;激活端口
[Quidway-Ethernet0/1]shutdown;关闭端口
[Quidway-Ethernet0/1]quit;返回
[Quidway]vlan3;创建VLAN
[Quidway-vlan3]portethernet0/1;在VLAN中增加端口
[Quidway-vlan3]porte0/1;简写方式
[Quidway-vlan3]portethernet0/1toethernet0/4;在VLAN中增加端口
[Quidway-vlan3]porte0/1toe0/4;简写方式
[Quidway]monitor-port;指定镜像端口
[Quidway]portmirror;指定被镜像端口
[Quidway]portmirrorint_listobserving-portint_typeint_num;指定镜像和被镜像
[Quidway]descriptionstring;指定VLAN描述字符
[Quidway]description;删除VLAN描述字符
[Quidway]displayvlan[vlan_id];查看VLAN设置
[Quidway]stp{enable|disable};设置生成树,默认关闭
[Quidway]stppriority4096;设置交换机的优先级
[Quidway]stproot
;设置为根或根的备份[Quidway-Ethernet0/1]stpcost200;设置交换机端口的`花费
[Quidway]link-aggregatione0/1toe0/4ingress|both;端口的聚合
[Quidway]undolink-aggregatione0/1|all;始端口为通道号
[SwitchA-vlanx]isolate-user-vlanenable;设置主vlan
[SwitchA]isolate-user-vlansecondary;设置主vlan包括的子vlan
[Quidway-Ethernet0/2]porthybridpvidvlan;设置vlan的pvid
[Quidway-Ethernet0/2]porthybridpvid;删除vlan的pvid
[Quidway-Ethernet0/2]porthybridvlanvlan_id_listuntagged;设置无标识的vlan
如果包的vlanid与PVId一致,则去掉vlan信息.默认PVID=1。
所以设置PVID为所属vlanid,设置可以互通的vlan为untagged.
三、华为路由器交换机配置命令:路由器命令
[Quidway]displayversion;显示版本信息
[Quidway]displaycurrent-configuration;显示当前配置
[Quidway]displayinterfaces;显示接口信息
[Quidway]displayiproute;显示路由信息
[Quidway]sysnameaabbcc;更改主机名
[Quidway]superpasswrod123456;设置口令
[Quidway]interfaceserial0;进入接口
[Quidway-serial0]ipaddress;配置端口IP地址
[Quidway-serial0]undoshutdown;激活端口
[Quidway]link-protocolhdlc;绑定hdlc协议
[Quidway]user-interfacevty04
[Quidway-ui-vty0-4]authentication-modepassword
[Quidway-ui-vty0-4]setauthentication-modepasswordsimple222
[Quidway-ui-vty0-4]userprivilegelevel3
交换机.路由器的设置命令各中文意思
1.交换机的初始化
当交换机没有进行配置时,接入超级终端会提示是否以对话
方式进行配置,初始化内容主要有IP地址、网关、主机名和口令
等。配置文件是flash:config.text。
2924交换机进入ROM方式是在上电时按住其mode键,本软件是
按Ctrl+Break键,出现:switch>;按Ctrl+Break键
switch:reset;或用boot命令
如果有配置文件进入用户模式,否则提交对话:--- System Configuration Dialog---At any point you may enter a question mark'?' for help.
Use ctrl-c to abort configuration dialog at any prompt.
Default settings are in square brackets'[]'.
Continue with configuration dialog? [yes/no]:yEnter IP address:10.65.1.8
Enter IP netmask:255.255.0.0Would you like to enter a default gateway address? [yes]:
IP address of default gateway:
Enter host name [Switch]:swaThe enable secret is a one-way cryptographic secret used
instead of the enable password when it exists.
Enter enable secret:aaaWould you like to configure a Telnet password? [yes]:
Enter Telnet password:aWould you like to enable as a cluster command switch? [no]:The following configuration command script was created:
......
Press RETURN to get started.
swa>en
password:aaa
swa#copy run start(保存配置信息)
swa#dir flash:(查看闪存中的文件)再次进入对话方式:
swa#setup 2.路由器的初始化
路由器初始化与交换机类似,上电时按Ctrl+Break,进入ROM监控状态router>;用户模式,按Ctrl+Break
rommon>reset;进入ROM监控状态,复位引导(没有配置文件或采用寄存器设置跳过配置文件提示对话信息)
Continue with configuration dialog? [yes/no]:yesAt any point you may enter a question mark'?' for help.
Use ctrl-c to abort configuration dialog at any prompt.
Default settings are in square brackets'[ ]'.Basic management setup configures only enough connectivity
for management of the system, extended setup will ask you
to configure each interface on the systemWould you like to enter basic management setup? [yes/no]:yesConfiguring global parameters: Enter host name [router]:ra回车
The enable secret is a password used to protect access to
privileged EXEC and configuration modes. This password,
after entered, becomes encrypted in the configuration.
Enter enable secret:aaa回车
The enable password is used when you do not specify an
enable secret password,with some older software versions,
and some boot images.
Enter enable password:aa回车
The virtual terminal password is used to protect
access to the router over a network interface.
Enter virtual terminal password:a回车 Enter interface name used to connect to the management
network from the above interface summary:FastEthernet0/0回车 Configuring interface FastEthernet0/0:回车
Use the 100 Base-TX(RJ-45) connector? [yes]:回车
Operate in full-duplex mode? [no]:回车
Configure IP on this interface? [yes]:回车
IP address for this interface [ ]:10.1.1.1回车
Subnet mask for this interface [ ]:255.0.0.0回车[0] Go to the IOS command prompt without saving this config.
[1] Return back to the setup without saving this config.
[2] Save this configuration to nvram and exit.
Enter your selection [2]:回车ra>en
password aaa(进入特权模式)
ra#show run(显示配置信息)
ra#w(保存配置信息)
ra#dir flash:(显示配置文件)(配置文件在2621路由器不能删除,放弁配置文件要用寄存器设置0x2142);3.用命令行设置交换机和路由器的口令和主机名
交换机和路由器的口令和主机名的设置基本相同,在提问对话时,
回答n,则进入命令行的状态。
先对交换机进行操作,双击SwitchA,出现:
switch>en;第一次密码为空
switch#conf t;进入全局配置模式
switch(config)#hostname swa;设置交换机名
swa(config)#enable secret aaa;设置特权加密口令为 aaa
swa(config)#enable password aax;设置特权非密口令为 aax
swa(config)#line console 0;进入控制台口(Rs232)
swa(config-line)#password aa;设置登录口令aa
swa(config-line)#login;登录要求口令验证
swa(config-line)#line vty 0 4;进入虚拟终端virtual tty
swa(config-line)#password a;设置登录口令a
swa(config-line)#login;登录要求口令验证
swa(config-line)#exit;返回上一层
swa(config)#exit;返回上一层
swa#sh run;看配置信息
swa#exit;返回命令
swa>en
password:;请问输入哪个口(aaa)
secret是设置加密口令,一般都使用这种口令设置方式,它优先级高,
即没设置secret口令时,非加密口令才有效。路由器的设置与交换机类似,双击RouterA,进入用户模式,例如:
router>en
router#conf t
router(config)#hostname roa
roa(config)#
......
......
与交换机相同,不再多述。
4.清除交换机口令
清除交换机口令,实际中是在开机时按住交换机上的mode按钮,在
模拟软件中按Ctrl+Break,进入ROM方式switch:。
配置文件是flash:config.text,与nvarm:startup-configuse相同。
switch:flash_init
switch:dir flash:
switch:delete flash:config.text
switch:delete nvram:startup-configure
switch:boot或
switch:reset
因为没有了配置文件,所以重新引导后会提示对话,要求进行配置。
有些情况下,最好用改名方法,修改口令后现将原配置恢复,再重新设置
口令后存盘。例如:
switch:flash_init
switch:rename flash:config.text flash:config.bak
switch:boot
....
switch>en
switch#copy flash:config.bak flash:running-configure
switch#conf t
switch(config)#en secret aaa
switch(config)#exit
switch#w或
switch#copy run start
switch#reload
5.清除路由器口令
路由器2621的配置文件不让删除和改名,需要采用设置寄存器开关的
方法实现。
实际当中是在上电时,按Ctrl+Break。在软件模拟中,双击RouterA
进入终端模式,再按Ctrl+Break进入rommon>状态,操作如下:rommon>;进入ROM监控状态
rommon>confreg 0x2142;跳过配置文件适用26xx 36xx 45xx
rommon>reset;重新引导,等效于重开机Continue with configuration dialog? [yes/no]:no
router>en
router#conf t
router(config)#enable secret bbb;设置特权加密口令为 bbb
router(config)#config-register 0x2102;正常使用配置文件
router(config)#exit
router#exit
router>
router>en
password:bbb6.备份IOS和配置文件
在实际工作中经常需要备份路由器的IOS和配置文件,以备系统有问题时的
恢复。可以这样操作:
router#dir nvram:
router#copy flash:c2621.bin tftp:
router#copy startup-config tftp:
router#
显示路由器或交换机配置信息的命令是什么
1.查看设备当前配置信息:sw1或R1#show running-config简写:sh run
2.显示已保存的配置信息:sw1或R1#show startup-config简写: sh star(保存后才能查看)保存配置信息:sw1或R1#wr(write)
3.删除已保存的配置信息:erase star
4.配置Concole口密码:sw1(config)#line console 0
sw1(config-line)#pass(password)密码
sw1(config-line)#login(载入)
//路由器同理
5.配置特权模式密码:明文:sw1(config)#enable password密码简写:ena p密码
密文:sw1(config)#enable secret密码简写:ena s密码
//路由器同理
6.配置加密密文密码:sw1(config)#service password-encryption简写:ser p
7.路由密码恢复:(1)重启路由(reload),使用Ctrl+Break中断IOS加载
(2)rommom>confreg 0x2142
rommom>reset
(3)重启路由
(4)手动加载配置文件
Router#copy star run
(5)使用sh run查看配置密码,更改配置密码
(6)修改并保存配置
Router(config)#con 0x2142
Router(config)#exit
Router#copy run star
8.配置VTY密码:sw1(config)#line vty 0 4
sw1(config-line)#pass密码
sw1(config-line)#login
9.登陆:telnet登陆主机IP
10.给交换机配网关: sw1(config-line)#ip def网段IP地址
11.IOS的备份与恢复
TFTP:考入 sw1#copy star tftp
考出 sw1#copy tftp star
FTP:登陆用户名:Router(config)#ip ftp username用户名
Router(config)#ip ftp password密码
考入 Router#copy star ftp
考出 Router#copy ftp star
好了,文章到这里就结束啦,如果本次分享的路由器交换机配置命令和交换机参数详解问题对您有所帮助,还望关注下本站哦!