1. 锐捷 交换机 telnet 口令
交换机设置telnet口令的方法
Switch(config)#enable secret level 1 0 test
!其中test为telnet远程登录密码
路由器设置telnet口令的方法
Red-Giant(config)#line vty 0 4
Red-Giant(config-line)#login
Red-Giant(config-line)#password 0 text
!其中text为新的telnet密码
2. 锐捷三层交换机命令集
我有锐捷的路由器交换机配置指导,pdf 格式的,可以传给你
3. 锐捷交换机如何查看每一个端口的配置状态
show run int gi0/1 查看该接口的配置 show int gi0/1 查看该接口的状态信息。
4. 锐捷交换机基本命令都学会了,还有那些命令需要学习
交换机的命令都差不多,而且现在都有提示的。单纯的记那个东西,谁都会忘。工作中用的多了,就记住了,锐捷的学会了就可以了!
5. 给锐捷路由器和交换机清空的命令是什么
清空可以用一下命令:
delete flash:config.text
delete flash:vlan.dat
1、在配置后在特权模式下使用命令:reload重新启动设备的时候,讯问配置已改变是否保存 ,选择不要保存,重启后就是个空配置了。
2、在特权模式下使用命令:delete flash:config.text直接把配置删掉,彻底清空配置文件。
(5)锐捷交换机命令扩展阅读:
交换机的一些模式命令:
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)#
6、保存配置:
Switch# running-config startup-config或者Switch#write
7. 恢复交换机出厂值:
Switch#erase startup-config
Switch#reload
6. 锐捷交换机配置ip命令
interface f0/0/0
ip address 192.168.100.1 255.255.255.0
希望可以帮到你~
7. 锐捷交换机的一些基本命令
基本命令对一些网络设备都一样的:
switch> (用户模式)
switch>enable(进入特权模式)
switch# (特权模式)
switch#config terminal (进入全局配置模式)
switch(conf)# (全局配置模式)
switch#interface + 端口号 (进入端口配置模式)
switch(conf-if)#(端口配置模式,锐捷的设备在-后面显示的是你进入的那个端口)
8. 锐捷交换机的重启命令是什么
重启命令是reload回车后再按y。
9. 求锐捷三层交换机常用命令
交换机配置命令类别命令格式命令含义基本配置S> enable进入特权模式S# configure terminal 进入全局配置模式S(config)# hostname name改变交换机名称S(config)# enable password level level_# password设置用户口令(level_#=1)或特权口令(level_#=15)S(config)# line console 0进入控制台接口S(config-line)# password console_password接上一条命令,设置控制台口令S(config)# line vty 0 15进入虚拟终端S(config-line)# password telnet_password接上一条命令,设置Telnet口令S(config-line)# login允许Telnet登录S(config)# enable password|secret privilege_password配置特权口令(加密或不加密)S(config)# interface ethernet|fastethernet|gigabitethernet slot_#/port_#进入接口子配置模式S(config-if)# [no] shutdown关闭或启用该接口(默认启用)S(config)# ip address IP_address sunbet_mask指定IP地址S(config)# ip default-gateway router's_IP_address指定哪台路由器地址为默认网关S# show running-config查看当前的配置S# running-config startup-config将RAM中的当前配置保存到NVRAM中S> show interface [type slot_#/port_#]查看所有或指定接口的信息S> show ip 显示交换机的IP配置(只在1900系列上可用)S> show version查看设备信息S# show ip interface brief验证IP配置S(config-if)# speed 10|100|auto设置接口速率S(config-if)# plex auto|full|half设置接口双工模式S> show mac-address-table查看CAM表S# clear mac-address-table清除CAM表中的动态条目1900(config)# mac-address-table permanent MAC_address type [slot_#/]port_#在CAM表中创建静态条目2950(config)# mac-address-table static MAC_address vlan VLAN_# interface type [slot_#/] port_#在CAM表中创建静态条目1900(config)# mac-address-table restricted static MAC_address source_port list_of_allowed_interface设置静态端口安全措施1900(config-if)# port secure启用粘性学习1900(config-if)# port secure max-mac-count value设置粘性学习特性能够学到的地址数
太多命令了 打不完上去啊
10. 锐捷交换机初学者命令
switch(config)#hostname ruijie //ruijie为该交换机的名字
switch (config)#enable secret level 1 0 rg //配置telnet管理密码为rg,其中1表示telnet密码,0表示密码不加密
switch (config)#interface vlan 1 //假设管理VLAN为VLAN 1
switch (config-if)#ip address 192.168.1.1 255.255.255.0 //给管理VLAN配置管理IP地址
switch (config-if)#no shutdown //激活管理IP
Switch(config)#interface interface-id //进入接口配置模式
Switch(config-if)#speed {10 | 100 | 1000 | auto } //设置接口的速率参数,或者设置为auto
Switch(config-if)#plex {auto | full | half} //设置接口的双工模式
网上有说明书去下载一个看看吧,很简单