路由器交换机命令总结

特权模式:enable (en)

全局配置模式:config terminal (conf t)

接口模式:interface fastethernet 模块号/端口号 (int f0/1)

同时进入多个接口 int range f0/0 – 4

终止域名解析:ctrl+shift+6

退出到特权模式:crtl+z  end

退出到上一层:exit

ctrl+A 光标到命令行开始位置

ctrl+E 光标到命令行结束位置

特权模式下命令

show version  显示系统ios名称及版本信息

查看当前配置信息: show running-config  (sh run)

查看以保存的配置信息: show startup-config  (shstar)

保存当前配置信息:copy running-config startup-config (copy run star ) = write

删除已保存的配置信息:erase nvram  erasestartup-config

tracert 192.168.1.1  查看到192.168.1.1的过程

重启:reload

查看vlan:show vlan brief

全局模式下命令:

host xx 修改主机名为xx

还原接口为默认配置:default interface f0/1

配置双工模式:deplex 【full|half|auto】

配置接口速率:speed 【10|100|100】

永不超时:

line con 0

exec-timeout 0 0

信息同步:

line con 0

logging synchronous (logg syn)

禁用DNS查询:no ip domain-lookup

交换机:

查看mac地址表:show mac-address-table

查看f0/1信息(包括双工模式和速率):show int f0/1

在三层交换机上启用路由功能:ip routing

查看接口模式状态: show interface interface-id switchport

创建vlan :

1.vlan database

vlan vlan-id [name vlan-name]

exit

2.conf t

vlan vlan-id

name vlan-name

exit

将端口f0/1分配到vlan 2:

conf t

int f0/1

switchport mode access

switchport access vlan 2

exit

给交换机虚接口配置ip:

int vlan 1

ip add 192.168.1.1 255.255.255.0

no sh

配置默认网关: ip default-gateway 192.168.1.254

配置交换机console口密码:

全局模式:

line console 0

password cisco

login

配置特权模式密码:

全局模式下:

enable password cisco (明文) / enablesecret cisco (密文)

加密明文密码:service password-encryption

配置vty密码;

line vty 0 4

password cisco

login

设置好vty密码和enable密码,可以通过telnet远程管理交换机。远程管理不同网段的交换机时,需要给交换机配置默认网关

trunk配置:

int f0/1

switchport trunk encapsulation dot1q

switchport mode trunk

禁止trunk传送某个vlan的数据,删除这个vlan: switchport trunk allowed vlan remove vlan-id

允许trunk传送某个vlan的数据,添加这个vlan: switchport trunk allowed vlan add vlan-id

配置以太网通道:

interface range f0/1 – 2

channel-group 1 mode on

查看以太网通道配置: show etherchannel 1 summary

VTP配置:

创建vtp域:Switch(config)# vtp domain domain-name

配置交换机的vtp模式:Switch(config)# vtp mode {server|client|transparent}

配置vtp口令:Switch(config)# vtp password password

配置vtp修剪: Switch(config)# vtp pruning

配置vtp版本:Switch(config)# vtp version 2 (默认运行版本1)

查看vtp配置信息:Switch# show vtp status

查看vtp口令:Switch# show vtp password

交换机密码恢复:

1.开机按mode键

2.初始化flash : flash_init

3.将config.text修改为config.old

rename flash:config.text  flash:config.old

4.重启:boot

5.把配置文件名改回

rename flash:config.old  flash:config.text

6.手动加载配置文件

copy flash:config.text  system:running-config

7.查看配置并修改

8.保存:wr

路由器:

查看arp缓存表:show arp

清除arp缓存表:clear arp-cache

查看所有接口ip: sh ip int brief

查看路由表:show ip route (c-直连路由,s-静态路由,s*-默认路由)

配置静态路由: ip route 目的网段子网掩码 address(到达目的网络经过的下一跳路由器的接口地址)

配置默认路由: ip route 0.0.0.0 0.0.0.0 address(下一跳地址)

no ip routing : 把路由器路由功能关了,模拟交换机

配置ip:

int f0/0

ip add 10.0.0.10 255.255.255.0

no shut down

配置单臂路由:需要配置子接口的封装结构,vlan和ip

int f0/0.1

encapsulatation dot1q 10(vlan-id

ip add 10.0.0.1 255.255.255.0

int f0/0.2

配置DHCP:

定义ip地址池:Router(config)#  ip dhcp pool pool-name

动态分配ip地址段: Router(dhcp-config)# network 网段掩码

设定网关地址:Router(dhcp-config)# default-router 网关地址

为客户端配置DNS地址:Router(dhcp-config)# dns-server  dns-ip

设定地址租期:Router(dhcp-config)# lease days

预留静态分配的ip地址: Router(dhcp-config)# ip dhcp excluded-address low-address[high-address]

路由器密码恢复:

1.中断开机:ctrl+break

2.修改寄存器的值:confreg0x2142

3.重启:reset

4.手动加载配置文件:copy startup-confg running-config

5.查看配置并修改

6.恢复寄存器的值:config-register 0x2102

7.保存配置:copy run star

时间: 2024-11-13 05:48:05

路由器交换机命令总结的相关文章

Cisco路由器交换机配置命令详解

1. 交换机支持的命令: 交换机基本状态:switch: :ROM状态, 路由器是rommon>hostname> :用户模式hostname# :特权模式hostname(config)# :全局配置模式hostname(config-if)# :接口状态 交换机口令设置:switch>enable :进入特权模式switch#config terminal :进入全局配置模式switch(config)#hostname :设置交换机的主机名switch(config)#enable

华为路由器交换机配置命令大全

华为路由器交换机配置命令:计算机命令 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;删除网关 #route

史上最全华为路由器交换机配置命令大合集

华为路由器交换机配置命令是大家使用时经常遇到的,顾名思义关于交换机的计算机命令,路由器命令,交换机命令和动静态命令都将在文中提到. [限时免费]年底最强一次云计算大会,看传统.社区.互联网企业如何碰撞? 史上最全华为路由器交换机配置命令大合集,熟练掌握下面的华为路由器交换机配置知识点,你只需花几分钟的时间就能明白华为路由器交换机配置.交换机的配置命令等等. 华为路由器交换机配置命令:计算机命令 PCAlogin:root:使用root用户 password:linux:口令是linux #shu

路由器和交换机命令

路由器恢复命令: 1: 按住 Ctrl +brek键    2:confreg 0x2142修改寄存器的值reset重启 3: copy startup-config running-config 手动加载配置文件 4:config-register 0x2102 改回寄存器保存当前配置 交换机密码恢复 1:按住mode键 2: flash_init初始化flash 4: 修改config.text的文件名 5:重启交换机boot 6: copy flash:config.text system

思科路由器常用命令

1. switch配置命令(1)模式转换命令用户模式----特权模式,使用命令"enable"特权模式----全局配置模式,使用命令"config t"全局配置模式----接口模式,使用命令"interface+接口类型+接口号"全局配置模式----线控模式,使用命令"line+接口类型+接口号"注:用户模式:查看初始化的信息.特权模式:查看所有信息.调试.保存配置信息全局模式:配置所有信息.针对整个路由器或交换机的所有接口接

CISCO 交换机命令

* cisco路由器常用命令 *  1?Exec?commands:? <1-99>?恢复一个会话 bfe?手工应急模式设置 clear?复位功能 clock?管理系统时钟 configure?进入设置模式 connect?打开一个终端 copy?从tftp服务器拷贝设置文件或把设置文件拷贝到tftp服务器上 debug?调试功能 disable?退出优先命令状态 disconnect?断开一个网络连接 enable?进入优先命令状态 erase?擦除快闪内存 exit?退出exce模式 he

一些Cisco交换机命令学习

交换机的基本配置与管理·技术原理    ·交换机的管理方式基本分为两种:带内管理和带外管理.        ·通过交换机的Console端口管理交换机属于带外管理:这种管理方式不占用交换机的网络端口,第一次配置交换机必须利用Console端口进行配置.        ·通过远程Telnet.拨号等方式属于带内管理.    ·交换机的命令行操作主要包括:        ·用户模式:Switch>        ·特权模式:Switch#        ·全局配置模式:Switch(Config)#

维盟路由器 交换机 无线AP

维盟路由器 交换机 无线AP 北京总代理 河北总代理 天津总代理 FBM-220 FBM-220W FBM-580 FBM-568 FBM-641 IBR-600 WQR-945+ WQR-965 WQR-2000 WQR-3000     FBM-1021V IBR-680 IBR-720 FBM-1041V IBR-700 IBR-740  IVM-40  IVM-60 S6  S100 北京 河北 18901223451 010-52885354 010-62653008  地址:北京市海

Cisco路由器交换机和防火墙配置console、telnet、ssh登录

路由器交换机:路由器和交换机配置一样configure terminal进入全局模式username XXX password YYY配置用户名和密码 配置console: line console 0 进入console配置模式 login local 应用本地用户名和密码登录(就是上面配置的) exit 退出 ************************************************************** 配置telnet: line vty 0 4 进入vty线