如何配置Cisco交换机的IP地址

~   大家知道如何配置Cisco交换机的IP地址的方法么?接下来是我为大家收集的如何配置Cisco交换机的IP地址方法,希望能帮到大家。
  如何配置Cisco交换机的IP地址的方法
  1. 计算机命令:

  PCA login: root ;使用root用户

  password: linux ;口令是linux

  # shutdown -h now ;同init 0 关机

  # logout

  # login

  # ifconfig ;显示IP地址

  # ifconfig eth0 netmask ;设置IP地址

  # ifconfig eht0 netmask down ; 删除IP地址

  # route add 0.0.0.0 gw

  # route del 0.0.0.0 gw

  # route add default gw ;设置网关

  # route del default gw ;删除网关

  # route ;显示网关

  # ping

  # telnet

  2. 交换机支持的命令:

  交换机基本状态:

  switch: ;交换机的ROM状态

  rommon> ;路由器的ROM状态

  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 ;设置登录口令xx

  switch#exit ;返回命令

  交换机VLAN设置:

  switch#vlan database ;进入VLAN设置

  switch(vlan)#vlan 2 ;建VLAN 2

  switch(vlan)#no vlan 2 ;删vlan 2

  switch(config)#int f0/1 ;进入端口1

  switch(config-if)#switchport access vlan 2 ;当前端口加入vlan 2

  switch(config-if)#switchport mode trunk ;设置为干线

  switch(config-if)#switchport trunk allowed vlan 1,2 ;设置允许的vlan

  switch(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 1

  switch(config-if)#ip address ;设置IP地址

  switch(config)#ip default-gateway ;设置默认网关

  switch(config)#no shutdown

  switch#dir flash: ;查看闪存

  交换机显示命令:

  switch#write ;保存配置信息

  switch#show vtp ;查看vtp配置信息

  switch#show run ;查看当前配置信息

  switch#show vlan ;查看vlan配置信息

  switch#show interface ;查看端口信息

  switch#show int f0/0 ;查看指定端口信息

  3. 路由器支持的命令:

  路由器显示命令:

  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 ;设置登录口令xx

  router(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 ;设置第二个IP

  router(config-if)#int f0/0.1 ;进入子接口

  router(config-***if.1)#ip address ;设置子接口IP

  router(config-***if.1)#encapsulation dot1q ;绑定vlan中继协议

  router(config)#config-register 0x2142 ;跳过配置文件

  router(config)#config-register 0x2102 ;正常使用配置文件

  router#reload ;重新引导

  路由器文件操作:

  router#copy running-config startup-config ;保存配置

  router#copy running-config tftp ;保存配置到tftp

  router#copy startup-config tftp ;开机配置存到tftp

  router#copy tftp flash: ;下传文件到flash

  router#copy tftp startup-config ;下载配置文件

  ROM状态:

  Ctrl+Break ;进入ROM监控状态

  rommon>confreg 0x2142 ;跳过配置文件

  rommon>confreg 0x2102 ;恢复配置文件

  rommon>reset ;重新引导

  rommon>copy xmodem: flash: ;从console传输文件

看了“如何配置Cisco交换机的IP地址”还想看:

1. 思科cisco怎么配置WEB网管

2. cisco交换机设置

3. 思科IP-MAC地址绑定怎么配置

4. 交换机如何配置telnet

5. cisco交换机怎么配置vlan

如何给交换机配置IP地址,就简单的说一下原理就行
答:给交换机配置IP,如果是三层交换机,每个VLAN的VLAN管理地址即是交换机的IP地址,如果是二层交换机,默认VLAN的IP地址即为交换机的IP地址。以华为二层交换机为例:1、将电脑用TELNET或CONSOLE线连接交换机。2、输入交换机的用户名、密码并登陆。3、进入交换机后:system-view(进入系统视图)interface...

如何给cisco 2960 交换机配置IP地址
答:修改思科2960交换机的IP地址,有三种连接方式:一、通过连接2960的Console端口修改(无需知道原本IP地址):1、用Console线连接(电脑如果没有COM口,可用USB转COM线)。2、电脑打开超级终端,新建连线,名称随意填写,确定(如果Win7没有超级终端的,可下载一个),选择连接到交换机的COM口编号,点击“...

cisco3550交换机怎么配置IP地址?
答:在浏览器中打开路由器设置,参照如下进行设置:1.在浏览器输入路由器ip,在打开界面输入密码账号,点击登录路由器设置 2.进入路由器设置,点击LAN,点击DHCP服务配置 3.在DHCP服务器设置中,勾选下面三个选项 4.勾选红框,点击应用 5.转到系统设置,点击重启,重启路由器,交换机设置完成 ...

思科交换机配置ip地址方法是怎样的
答:int vlan 100进入VLAN 100的虚拟端口 ip add 192.168.1.100 255.255.255.0 给VLAN100的虚拟端口配置IP地址为192.168.1.100这个也是你喜欢配什么都行 这样就可以用同样属于 VLAN 100的 IP地址段位192.168.1.0/24的 IP地址来访问这个交换机了,这个交换机的地址是192.168.1.100 如果要夸...

cisco路由交换配置
答:从R1上ping MSW1交换机的环回地址,实现互通。R1#ping 10.0.4.4 Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.0.4.4,timeout is 2 seconds:!!!Success rate is 100 percent (5/5),round-trip min/avg/max = 0/0/1 ms R3(config)#line vty 0 R3(config...

cisco 2960 二层交换机管理ip配置
答:连入三层交换机的二层交换机的端口开启truck,如:S(config)#int f0/24 S(config-if)#sw mode tru 二层的管理ip好像都是配在vlan 1 上 S(config)#int vlan 1 S(config-if)#ip add 10.0.0.1 255.0.0.0 然后是给你的交换机配上密码可telnet接口,S(config)#line vty 0 4 S(...

cisco 交换机配置
答:1、控制台端口(Console):可以直接对交换机进行Cisco交换机配置。2、远程登录(Telnet):通过TELNET程序对已经设置了IP的交换机进行远程配置,一般等控制台端口配置好交换机的IP后才可以进行。除了以上的两种方法外,其实还有两种方法:1、WEB的配置方式,此方法只能是Cisco交换机配置的一般设置。2、硬件自带...

Cisco思科交换机配置请高手赐教。急!急!急!
答:CISCO交换机基本配置:Console端口连接 用户模式hostname# ;特权模式hostname(config)# ;全局配置模式hostname(config-if)# ;交换机口令设置:switch>enable ;进入特权模式 switch#config terminal ;进入全局配置模式 switch(config)#hostname csico ;设置交换机的主机名 switch(config)#enable secret ...

...packet tracer 中cisco 2950-24 交换机怎么配置IP地址?命令我知道 i...
答:你这个是2层的,你这个只能配置VLAN管理IP,命令如下:int vlan 1 ip add xxxx xxxxx ip default-gateway xxxxx 产品分类及定义一般在CISCO官网上看到。另外启用三层功能需要交换机端口输入no switchport命令,全局命令ip routing是开启三层交换的路由用能。如果这2命令都不能敲,就是2层交换机。一般35...

思科交换机详细配置方法和命令
答:思科交换机的基本配置命令学习 一、交换机口令设置:switch>enable ;进入特权模式 switch#config terminal ;进入全局配置模式 switch(config)#hostname csico ;设置交换机的主机名 switch(config)#enable secret csico1 ;设置特权加密口令 switch(config)#enable password csico8 ;设置特权非密口令 switc...

IT评价网,数码产品家用电器电子设备等点评来自于网友使用感受交流,不对其内容作任何保证

联系反馈
Copyright© IT评价网