❶ 邁普交換機刪除所有配置怎麼刪
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
改變到中文模式