❶ 迈普交换机删除所有配置怎么删
1、首先,构建环境。此处,使用两台交换机机器,使用两台计算机,PC1连接到交换机1的F0 /
1端口,PC2连接到交换机2的F0 / 1端口,交换机1通过F0 / 24端口与交换机2连接,如下图所示,然后进入下一步。
❷ 迈普交换机配置
二层vlan全隔离配置如下: 假设0/23口与上端路由器相连,其它所有口全部隔离,那么配置是: #conf t #vlan 1 ;第一个用户vlan #port 0/0,0/23 untag ;用户端口为untag类型,也包含上联口 #no port 0/1-0/22 ;因vlan1里出厂包含所有端口,故其它端口要去掉 #exit #vlan 2 ;第二个用户vlan #port 0/1,0/23 untag #exit ...... ;依此类推直到第23个用户 #vlan 23 ;第23个用户vlan #port 0/22-0/23 untag #exit #vlan 24 ;router的vlan #port 0/0-0/23 untag ;所有用户和router都在这个vlan #exit --------------------------------------------------------------------- #port 0/0 ;进入第一个用户端口 #pvid 1 ;第一个用户端口pvid是1 #port 0/1 ;进第二个用户端口 #pvid 2 ;第二个用户端口pvid是2 ...... ;依此类推直到第0/22端口 #pvid 24 ;router的端口pvid是24 #end #wr
采纳哦
❸ 迈普路由器配置命令求解
ppp chap hostname XXXXXX
ppp chap password XXXXXX
这里显示的就是当前上网的用户名和密码,当然有可能是加密的。
致于加无线路由,应该是光猫加迈普网关,加无线路由,那里性能上可较好。
❹ 迈普交换机型号是SM3100配置模版谁发下(也就是配置顺序)
login:admin
password:admin
Switch>enable
Switch#configure terminal 进入配置模式
Switch(config)#vlan 2 创建vlan 2
Switch(config-vlan2)#port 0/0 tag 透传级联端口
Switch(config)#exit
Switch(config)#layer2-mode disable 关闭2层模式
Switch(config)#interface sw0 进入 SW0接口
Switch(config-if-sw0)#ip address 192.168.11.x 255.255.255.128 配置管理地址 x范围(2-126)
Switch(config-if-sw0)#vlan-id 2 管理vlan
Switch(config-if-sw0)#exit
Switch(config)#ip route 0.0.0.0 0.0.0.0 192.168.11.1 静态路由,指向管理地址x网关
Switch(config)#enable password level 15 admin 为交换机密码
Switch(config)#igmpsnoop en 打开组播
Switch(config)#exit
Switch#write
Are you sure to override /rfa1/startup (Yes|No)?y
exit
exit
❺ 迈普交换机的端口镜像命令是什么
1.1 monitorsession source interface
命令:monitor session <session> source{interface <interface-list> | cpu [slot<slotnum> ]} {rx| tx| both}
no monitor session <session>source {interface <interface-list> | cpu [slot<slotnum> ]}
功能:指定镜像源端口;本命令的no操作为删除镜像源端口。
参数:<session>为镜像session值, 端口镜像目前支持1-4; <interface-list>为镜像源端口列表,支持“-”、“;”等特殊字符;cpu slot<slotnum> 表示以某个插槽上板卡CPU作为镜像源,可以镜像该CPU收到或者发出的流量(调试用),CPU镜像目前只支持在session 4配置;rx为镜像源端口接收的流量;tx为镜像从源端口发出的流量;both为镜像源端口入和出的流量。
命令模式:全局配置模式。
使用指南:本命令设置镜像的源端口,交换机对镜像源端口没有限制,可以是一个端口,也可以是多个端口,不仅能镜像源端口的发出和接收双向的流量,还能单独镜像源端口的发出流量及接收流量。如果不指定[rx|tx|both]关键字,缺省为both。 当镜像多个端口时,多个源端口的方向可以不一致,但要分几次配置。
举例:设置镜像源端口为1/1-4的发出流量和 1/5的接收流量。
Switch(config)#monitor session 1 sourceinterface ethernet 1/1-4 rx
Switch(config)#monitorsession 1 source interface ethernet1/5 rx
1.2 monitorsession source interface access-list
命令:monitor session <session> source {interface <interface-list>}access-list <num> {rx|tx|both}
no monitor session <session>source {interface <interface-list>} access-list <num>
功能:指定流镜像源端口及应用规则;本命令的no操作为删除流镜像源端口。
参数:<session>为镜像session值, 目前支持1-4; <interface-list>为镜像源端口列表,支持 “-”、“;”等特殊字符;<num>为访问表标号;rx为镜像源端口接收的流量; tx 为镜像源端口发出的流量; both 为镜像源端口入和出的流量。
命令模式:全局配置模式。
使用指南:本命令设置流镜像的源端口,交换机对流镜像源端口没有限制,可以是一个端口,也可以是多个端口,流镜像只能镜像源端口接收的流量,参数可以为rx,tx,both。使用本命令之前必须保证已经创建相应的访问表,有关访问表创建请参见ACL配置。流镜像必须在创建该session目的端口之后创建。
举例:在session 2设置镜像端口1/6符合规则120的入口数据。
Switch(config)#monitor session 2 source interface 1/6 access-list 120 rx
1.3 monitorsession destination interface
命令:monitor session <session>destination interface <interface-number>
no monitor session <session>destination interface <interface-number>
功能:指定镜像目的端口;本命令的no操作为删除镜像目的端口。
参数:<session>为镜像session值, 目前支持1-4;<interface-number>为镜像目的端口。
缺省情况:无。
命令模式:全局配置模式。
使用指南:交换机支持4个镜像目的端口。需要注意的是,作为镜像目的端口不能是端口聚合组的成员,并且端口吞吐量最好大于或等于它所镜像的所有源端口的吞吐量的总和。取消某个session的镜像目的端口,该session之前设置的所有镜像通路将不存在,重新设置该session的镜像目的,端口、CPU镜像通路将恢复,需要注意的是流镜像须要在设置目的端口之后重新设置才能恢复。
举例:设置镜像目的端口为1/7。
Switch(config)#monitor session 1destination interface ethernet 1/7
1.4 showmonitor
命令:show monitor
功能:分别显示所有镜像session的镜像源、目的端口的信息。
命令模式:特权和配置模式。
使用指南:通过本命令可以显示当前设置的所有session的镜像源端口及目的端口,对于端口镜像,CPU镜像和流镜像并且能显示镜像源的镜像模式,对于Mac镜像,只在支持的板卡上显示所设置的镜像Mac。
举例:
Switch#show monitor
❻ 迈普三层交换机路由设置
打开设置,就行。
Switch>Switch>en//进入特权模式Switch#config//进入全局配置模式Switch(config)#hostname3560//更改主机名为35603560(config)#vlan10//创建vlan103560(config-vlan)#vlan20//创建vlan203560(config-vlan)#vlan303560(config-vlan)#vlan403560(config-vlan)#vlan50560(config-vlan)#exit。
❼ 迈普交换机配置问题
其实不是很麻烦的啊 从路由器过来的 网线 直接接到第一个交换机的第一口 从第一交换机的2口做成下连交换机的口 就可以的啊 以此类推 3口做第3个交换机的 4口做第4个交换机的 就可以啊
login:admin
password:admin
Switch>enable
Switch#configure terminal 进入配置模式
Switch(config)#vlan 2 创建vlan 2
Switch(config-vlan2)#port 0/0 tag 透传级联端口
Switch(config)#exit
Switch(config)#layer2-mode disable 关闭2层模式
Switch(config)#interface sw0 进入 SW0接口
Switch(config-if-sw0)#ip address 192.168.11.x 255.255.255.128 配置管理地址 x范围(2-126)
Switch(config-if-sw0)#vlan-id 2 管理vlan
Switch(config-if-sw0)#exit
Switch(config)#ip route 0.0.0.0 0.0.0.0 192.168.11.1 静态路由,指向管理地址x网关
Switch(config)#enable password level 15 admin 为交换机密码
Switch(config)#igmpsnoop en 打开组播
Switch(config)#exit
Switch#write
Are you sure to override /rfa1/startup (Yes|No)?y
exit
exit
❽ 迈普交换机配置命令 最好详细点
下载个说明书不就得了:
http://www.maipu.cn/support/bullet/index.asp?catalog=2
去找找你的型号吧。
❾ 迈普s4000交换机恢复出厂设置命令
命令是resetsaved-configuration、reboot。在工作中,某些设备可能不承载以前的业务,也可能重新利用一些旧设备,这就需要恢复出厂默认设置。
❿ 以太网交换机配置命令
交换机配置命令华为,思科,北电,迈普等配置命令各有不同,以下先以思科设备为例:
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地址表
show mac-address-table aging-time 查看mac地址表自动老化时间
9:交换机恢复出厂默认恢复命令
switch> enable
switch# erase startup-configure
switch# reload
10:双工模式设置
switch> enable
switch#configure terminal
switch2950(conf)#hostname aptch-2950
aptech2950(conf)# interface fastehernet 0/17 以17端口为例
aptech2950(conf-if)#plex full/half/auto 有full , half, auto 三个可选项
11:cdp相关命令
switch> enable
switch# show cdp 查看设备的cdp全局配置信息
show cdp interface fastethernet 0/17 查看17端口的cdp配置信息
show cdp traffic 查看有关cdp包的统计信息
show cdp nerghbors 列出与设备相连的cisco设备
12:csico2950的密码恢复
拔下交换机电源线。
用手按着交换机的MODE键,插上电源线
在switch:后执行flash_ini命令:switch: flash_ini
查看flash中的文件: switch: dir flash:
把“config.text”文件改名为“config.old”: switch: rename flash: config.text flash: config.old
执行boot: switch: boot
交换机进入是否进入配置的对话,执行no :
进入特权模式察看flash里的文件: show flash :
把“config.old”文件改名为 “config.text”: switch: rename flash: config.old flash: config.text
把“config.text”拷入系统的“running-configure”: flash: config.text system : running-configure
把配置模式重新设置密码存盘,密码恢复成功。
13:交换机telnet远程登录设置:
switch>en
switch#configure terminal
switch(conf)#hostname aptech-2950
aptech2950(conf)#enable password cisco 以cisco为特权模式密码
aptech2950(conf)#interface fastethernet 0/1 以17端口为telnet远程登录端口
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0
aptech2950(conf-if)#no shut
aptech2950(conf-if)#exit
aptech2950(conf)line vty 0 4 设置0-4 个用户可以telnet远程登陆
aptech2950(conf-line)#login
aptech2950(conf-line)#password edge 以edge为远程登录的用户密码
主机设置:
ip 192.168.1.2 主机的ip必须和交换机端口的地址在同一网络段
netmask 255.255.255.0
gate-way 192.168.1.1 网关地址是交换机端口地址
运行:
telnet 192.168.1.1
进入telnet远程登录界面
password : edge
aptech2950>en
password: cisco
aptech#
14:交换机配置的重新载入和保存
设置完成交换机的配置后:
aptech2950(conf)#reload
是否保存(y/n) y: 保存设置信息 n:不保存设置信息
15:保存
aptech2950(conf)#wr
另外:思科是没有中文格式的,华为和迈普有,以下以华为改成中文模式为例:
<Quidway> language-mode chinese
Change language mode, confirm? [Y/N]y
改变到中文模式