导航:首页 > 程序命令 > 怎么用命令登录三层交换机

怎么用命令登录三层交换机

发布时间:2022-03-07 18:40:50

A. 三层交换机怎么调试啊 我什么都不会啊 在哪输命令

是啊,先在超级终端设置远程TELNET的,思科就没点玩过,我玩过锐捷的,

B. 三层交换机实现telnet命令详解

开始菜单→运行→输入“cmd”,回车,弹出“命令提示符”窗口,在窗口中输入“telnet 交换机IP地址”,输入登陆密码,之后的配置就跟超级终端一样。
在使用telnet配置交换机前,需确保两点:
1、交换机已经配置telnet服务;
2、交换机已经配置管理IP。

C. 如何在华为三层交换机上启用三层交换的命令怎么设置

int 端口
port link-mode rout #将端口设为三层接口

D. 思科三层交换机配置命令

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 ;设置登录口令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#dir flash: ;查看闪存

交换机显示命令:
switch#write ;保存配置信息
switch#show vtp ;查看vtp配置信息
switch#show run ;查看当前配置信息
switch#show vlan ;查看vlan配置信息
switch#show interface ;查看端口信息
switch#show int f0/0 ;查看指定端口信息
补充 :
3层交换机多出的就是路由能力,体现在vlan的互相通信功能和端口的路由能力,下面介绍:
开启路由功能:ip routing
进入vlan 配置网段网关与路由配置接口相同
interface vlan 1
ip 192.168.1.1 255.255.255.0
路由配置与路由器配置相同只是把接口换为VLAN+VLAN号,开启接口路由功能,进入接口配置:no swichport

E. PC机怎么连接二层或三层交换机来进行命令操作

直通线连接交换机,通过开始-程序-附件-通讯里面的终端(终端还原默认频率)可以访问交换机。
以下先以思科设备为例:
switch> 用户模式
1:进入特权模式 enable
switch> enable
switch#

2:进入全局配置模式 configure terminal
switch> enable
switch#configure terminal
switch(conf)#

3:交换机命名 hostname aptech2950 以aptech2950为例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch-2950
aptech2950(conf)#

4:配置使能口令 enable password cisco 以cisco为例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable password cisco

5:配置使能密码 enable secret ciscolab 以cicsolab为例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# enable secret ciscolab

6:设置虚拟局域网vlan 1 interface vlan 1 和网关地址
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# interface vlan 1
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口ip和子网掩码
aptech2950(conf-if)#no shut 是配置处于运行中
aptech2950(conf-if)#exit
aptech2950(conf)#ip default-gateway 192.168.254 设置网关地址

7:进入交换机某一端口 interface fastehernet 0/17 以17端口为例
switch> enable
switch#configure terminal
switch(conf)#hostname aptch2950
aptech2950(conf)# interface fastehernet 0/17
aptech2950(conf-if)#

8:查看命令 show
switch> enable
switch# show version 察看系统中的所有版本信息
show interface vlan 1 查看交换机有关ip 协议的配置信息
show running-configure 查看交换机当前起作用的配置信息
show interface fastethernet 0/1 察看交换机1接口具体配置和统计信息
show mac-address-table 查看mac地址表

F. 想用一台三层交换机当路由器用,怎么使用如何写命令

启三层协议 ip routing
剩下的就是给vlan地址,划端口就可

G. 华为交换机开启三层路由的命令

三层交换机默认是已开启的,如果不通的话应该是其他问题,可以看下配置

H. 怎样用华为的命令实现用三层交换机配置VLAN间路由,VTP设置。

华为三层没玩过,只是VTP好像是cisco专有的

I. 。问怎样进行三层交换机配置,命令怎样编写。路由器是华为s5720s。

1、首先查看端口配置的命令display this,这个命令要进入端口使用。

J. cisco 三层交换机开启路由功能的命令。

三层交换机开启路由功能的命令是:

Switch>en

Switch#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#no ip domain-loo

Switch(config)#ip routing

Switch(config)#int vlan

Switch(config)#int vlan 10

Switch(config-if)#ip add A.B.C.D

Switch(config-if)#int vlan 20

Switch(config-if)#ip add A.B.C.D

如果不写这些,接口都是access接口,没有ip地址,开了也没有用,因为找不到网关,整个3层交换上也没有个ip,所以不可能会出现路由。

原理

工作在数据链路层。交换机拥有一条很高带宽的背部总线和内部交换矩阵。交换机的所有的端口都挂接在这条背部总线上,控制电路收到数据包以后,处理端口会查找内存中的地址对照表以确定目的MAC(网卡的硬件地址)的NIC(网卡)挂接在哪个端口上;

通过内部交换矩阵迅速将数据包传送到目的端口,目的MAC若不存在,广播到所有的端口,接收端口回应后交换机会“学习”新的地址,并把它添加入内部MAC地址表中。

以上内容参考:网络-cisco交换机

阅读全文

与怎么用命令登录三层交换机相关的资料

热点内容
程序员讲述他人生的第一次跳槽 浏览:698
如何解决服务器高并发 浏览:517
双击文件解压 浏览:723
程序员的思维方式 浏览:904
压缩袋是个什么 浏览:719
我的世界如何炸掉命令方块 浏览:927
穿过迷雾pdf 浏览:125
androidpatterns 浏览:230
如何用塔式服务器搭建nas 浏览:701
海岛奇兵服务器中断55什么意思 浏览:528
androidsdk22下载地址 浏览:298
intelrst驱动文件夹 浏览:926
几台电脑共享一个加密狗 浏览:364
java获取前一天的日期 浏览:194
五以内手指算法视频 浏览:584
服务器与桌面如何切换窗口 浏览:100
微信接口配置信息php 浏览:54
php数组echo 浏览:104
文件夹有蓝色东西 浏览:965
u盘显示加密提示要格式化怎么办 浏览:545