導航:首頁 > 程序命令 > 銳捷命令大全

銳捷命令大全

發布時間:2022-05-31 17:38:42

❶ 銳捷交換機查看埠光衰命令

、輸入登陸名與密碼後在當前界面輸入"dis brief interface "命令後顯專示當前設備屬埠上線狀態。
1、確認電百腦與交換機網路通暢(也可採用Console介面直連配置)。 2、在電腦度端打開模擬程序(secuerCRT)。 3、在secuerCRT 程序上選擇「快速鏈接」選擇TELNET方式訪問要連接交換機問。 4、登陸答到交換機。 5、輸入登陸名與密碼後在當前界面輸入"dis brief interface "命令後顯專示當前設備屬埠上線狀態。

❷ 請問銳捷路由器保存配置的命令是什麼

有三種方式可以保存配置的信息到路由器的NVROM中:

  1. 在路由器特權模式下使用 run start命令把配置的內容保存到NVROM中;

  2. 在路由器特權模式下使用wr命令把配置的內容保存到NVROM中;

  3. 在路由器特權模式下使用Ctrl+w快捷方式把配置的內容保存到NVROM中。

❸ 銳捷交換機的重啟命令是什麼

重啟命令是reload回車後再按y。

❹ 求銳捷三層交換機常用命令

交換機配置命令類別命令格式命令含義基本配置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設置粘性學習特性能夠學到的地址數
太多命令了 打不完上去啊

❺ 給銳捷路由器和交換機清空的命令是什麼

銳捷交換機及路由器是一種企業級設備,沒有所謂的Reset按鈕可以清空配置信息。在教學過程中一般使用下面的方法:
1、在特權模式下使用命令:delete
flash:config.text直接把配置刪掉,這樣就徹底清空了配置文件;
2、在配置後在特權模式下使用命令:reload重新啟動設備的時候,訊問配置已改變是否保存
,選擇不要保存,重啟後就是個空配置了。

❻ 銳捷交換機的一些基本命令

基本命令對一些網路設備都一樣的:
switch> (用戶模式)
switch>enable(進入特權模式)
switch# (特權模式)
switch#config terminal (進入全局配置模式)
switch(conf)# (全局配置模式)
switch#interface + 埠號 (進入埠配置模式)
switch(conf-if)#(埠配置模式,銳捷的設備在-後面顯示的是你進入的那個埠)

❼ 銳捷路由器重啟命令

在特權模式下輸入reload,命令為:
Router#reload
然後按回車鍵確認即可。
在路由器管理中,重啟命令就是這么簡單,沒有更多的信息需要補充。

❽ 配置銳捷交換機R3750所有的命令配置!

所有的太多,部分還可以
交換機
密碼
1234(config)#enable secret level 1 0 100
1234(config)#enable secret level 15 0 100
遠程登入密碼
1234(config)#line vty 0 4
1234(config-line)#password 100
1234(config-line)#end
交換機管理IP
1234(config)#interface vlan 1
1234(config-if)#ip address 192.168.1.10 255.255.255.0
1234(config-if)#no shutdown
修改交換機老化時間
1234(config)#mac-address-table aging-time 20
1234(config)#end
添刪vlan
1234(config)#vlan 888
1234(config-vlan)#name a888
1234(config)#no vlan 888
添加access口
1234(config)#interface gigabitEthernet 0/10
1234(config-if)#switchport mode access
1234(config-if)#switchport access vlan 10
切換assess trunk
1234(config-if)#switchport mode access
1234(config-if)#switchport mode trunk
指定特定一個native vlan
1234(config-if)#switchport trunk native vlan 10
配置trunk口的許可vlan列表
1234(config-if)#switchport trunk allowed vlan ?
add Add VLANs to the current list
all All VLANs
except All VLANs except the following
remove Remove VLANs from the current list
速成樹協議
1234(config)#spanning-tree
1234(config)#spanning-tree mode rstp/stp
配置網關:
switch(config)#ip default-gateway 192.168.1.254
交換機基本配置-常見查看命令
查看CPU利用率
show cpu
查看交換機時鍾
show clock
查看交換機日誌
show logging
查看交換機動態學習到的MAC地址表
show mac-address-table dynamic
查看當前交換機運行的配置文件
show running-config
查看交換機硬體、軟體信息
show version
查看交換機的arp表
show arp
顯示介面詳細信息的命令
show interfaces gigabitEthernet 4/1 counters
介面配置
Switch(config)#interface gigabitethernet 0/1
把介面工作模式改為光口。
Switch(config-if)#medium-type fiber
把介面工作模式改為電口。
Switch(config-if)#medium-type copper
速度/雙工配置
進入介面配置模式。
Switch(config)#interface interface-id
設置介面的速率參數,或者設置為auto。
Switch(config-if)#speed {10 | 100 | 1000 | auto }
設置介面的雙工模式。
Switch(config-if)#plex {auto | full | half}
例子
Switch(config)#interface gigabitethernet 0/1
Switch(config-if)#speed 1000
Switch(config-if)#plex full
光口不能修改速度和雙工配置,只能auto。
在故障處理的時候,如果遇到規律性的時斷時續或掉包,在排除其他原因後,可以考慮是否和對端設備的速率和雙工模式不匹配,尤其是兩端設備為不同廠商的時候。
VLAN
建立VLAN 100
Switch (config)#vlan 100
該VLAN名稱為ruijie
Switch (config)#name ruijie
將交換機介面劃入VLAN 中:
range表示選取了系列埠1-48,這個對多個埠進行相同配置時非常有用。
Switch (config)#interface range f 0/1-48
將介面劃到VLAN 100中。
Switch (config-if-range)#switchport access vlan 100
將介面劃回到默認VLAN 1中,即埠初始配置。
Switch (config-if-range)#no switchport access vlan
Switch(config)#interface fastEthernet 0/1
該埠工作在access模式下
Switch(config-if)#switchport mode access
該埠工作在trunk模式下
Switch(config-if)#switchport mode trunk
Switch(config)#interface fastEthernet 0/2
設定VLAN要修剪的VLAN。
Switch(config-if)#switchport trunk allowed vlan remove 2-9,11-19,21-4094
取消埠下的VLAN修剪。
Switch(config-if)#no switchport trunk allowed vlan
生成樹
開啟生成樹協議。
Switch(config)#spanning-tree
禁止生成樹協議。
Switch(config)#no spanning-tree
配置生成樹優先順序:
配置設備優先順序為4096。
Switch(config)#spanning-tree priority 4096
數值越低,優先順序別越高。
埠鏡像
配置G0/2為鏡像埠。
Switch (config)# monitor session 1 destination interface G 0/2
配置G0/1為被鏡像埠,且出入雙向數據均被鏡像。
Switch (config)# monitor session 1 source interface G 0/1 both
去掉鏡像1。
Switch (config)# no monitor session 1
埠聚合
Switch(config)#interface fastEthernet 0/1
把埠f0/1加入到聚合組1中。
Switch (config-if)#port-group 1
把埠f0/1從聚合組1中去掉
Switch (config-if)#no port-group 1
建立ACL:
建立ACL訪問控制列表名為ruijie,extend表示建立的是擴展訪
Switch(config)# Ip access-list exten ruijie
問控制列表。
添加ACL的規則:
禁止PING IP地址為192.168.1.1的設備。
Switch (config-ext-nacl)#deny icmp any 192.168.1.1 255.255.255.0
禁止埠號為135的應用。
Switch (config-ext-nacl)# deny tcp any any eq 135
禁止協議為www的應用。
Switch (config-ext-nacl)#deny udp any any eq www
允許所有行為。
Switch(config-ext-nacl)# permit ip any any
將ACL應用到具體的介面上:
Switch (config)#interface range f 0/1
把名為ruijie的ACL應用到埠f 0/1上。
Switch (config-if)#ip access-group ruijie in
從介面去除ACL。
Switch (config-if)#no ip access-group ruijie in
刪除ACL:
刪除名為ruijie的ACL。
Switch(config)#no Ip access-list exten ruijie
增加ACE項後,是增加到ACL最後,不可以中間插入,如果要調整ACE的順序,必須整個刪除ACL後再重新配置。
埠安全
Switch (config)#interface range f 0/1
開啟埠安全。
Switch(config-if)# switchport port-security
關閉埠安全。
Switch(config-if)# no switchport port-security
設置埠能包含的最大安全地址數為8。
Switch(config-if)# switchport port-security maximum 8
在介面fastethernet0/1配置一個安全地址00d0.f800.073c,並為其綁定一個IP地址192.168.1.1
Switch(config-if)# switchport port-security mac-address 00d0.f800.073c ip-address 192.168.1.1
刪除介面上配置的安全地址。
Switch(config-if)#no switchport port-security mac-address 00d0.f800.073c ip-address 192.168.1.1
防ARP攻擊
IP和MAC地址的綁定
Switch(config)#arp ip-address hardware-address [type] interface-id
Switch(config)#arp 192.168.12.111 00d0.f800.073c arpa g 0/1
綁定網關
進入指定埠進行配置。
Switch(config)#Interface interface-id
配置防止ip-address的ARP欺騙。
Switch(config-if)#Anti-ARP-Spoofing ip ip-address
防STP攻擊
進入埠Fa0/1。
Switch(config)# inter fastEthernet 0/1
打開該埠的的BPDU guard功能。
Switch(config-if)# spanning-tree bpguard enable
關閉該埠的的BPDU guard功能。
Switch(config-if)# spanning-tree bpguard diaable
埠關閉後只能shutdown然後再no shutdown
或者重新啟動交換機才能恢復!
防DOS/DDOS攻擊
進入埠Fa0/1。
Switch(config)# inter fastEthernet 0/1
預防偽造源IP的DOS攻擊的入口過濾功能。
Switch(config-if)#ip deny spoofing-source
關閉入口過濾功能只能在三層介面上配置。
Switch(config-if)#no ip deny spoofing-source
和ACL不能同時存在。
埠關閉後只能shutdown然後再no shutdown
或者重新啟動交換機才能恢復!
防IP掃描攻擊配置:
打開系統保護。
Switch(config)#system-guard enable
關閉系統保護功能。
Switch(config)#no system-guard
DHCP配置
打開DHCP Relay Agent:
Switch(config)#service dhcp
配置DHCP Server的IP地址:
Switch(config)#ip helper-address address
VRRP配置
Switch(config)#Interface interface-id
Switch(config-if)#Standby [group-number] ip ip-address
設置虛擬機的優先順序。
standby [group-number] priority priority
三層交換機配置
SVI:
把VLAN 10配置成SVI。
switch (config)#interface vlan 10
給該SVI介面配置一個IP地址
switch (config-if)#ip address 192.168.1.1 255.255.255.0
Routed Port:
switch (config)#interface fa 0/1
把f 0/1變成路由口。
switch (config-if)#no switch
路由配置:
添加一條路由。
switch (config)#ip route 目的地址 掩碼 下一跳
switch (config)#ip route 210.10.10.0 255.255.255.0 218.8.8.8
概述
Simple Notwork Management,網管軟體通過該協議獲取設備運行信息、配置設備、故障定位
版本v1/v2c/v3,默認使用v2c
v1/v2c 使用團體名進行認證
配置
Ruijie(config)#snmp-server community ruijie {ro|rw}
ro表示只讀屬性,網管軟體通過該團體名只能獲取相關信息
rw表示可讀寫屬性,網管軟體通過該團體名可以執行設備配置操作
虛擬伺服器
ip nat in sou sta tcp 192.168.0.254 80 61.154.28.207 80 per
DNS中繼
ip nat ap so list 99 de udp 192.168.1.1 53 de 202.96.64.68 53

❾ 誰會配置銳捷遠程登錄詳細命令

1.打開UBUNTU操作系統,然後打開命令行窗口。

❿ 銳捷無線網路優化配置命令

1.組網需求 網路中接入層沒有可網管型交換機,要在有線網的基礎上添加一個AP實現無線覆蓋
2.組網拓撲
3.配置要點 1、連接好網路拓撲,保證AP 能被供電,能正常開機。 2、保證要接AP的網線接在電腦上,電腦可以使用網路,使用ping測試。 3、完成AP基本配置後驗證無線...
4.配置步驟: 以AP型號為AP220-SE為例。 步驟1 配置無線用戶 Vlan和DHCP...

閱讀全文

與銳捷命令大全相關的資料

熱點內容
手機文件夾應用推薦怎麼關 瀏覽:605
伺服器為什麼要分業務口和管理口 瀏覽:682
楊輝三角java演算法 瀏覽:55
cmd編譯錯誤找不到符號 瀏覽:695
linuxip機器名 瀏覽:487
伺服器喇叭和頻道喇叭有什麼區別 瀏覽:31
閑魚排名演算法如何計算 瀏覽:975
linuxtargz解壓命令 瀏覽:741
還完房貸後解壓手續銀行會代辦嗎 瀏覽:811
解壓烹飪樂高 瀏覽:675
元神的伺服器怎麼看 瀏覽:362
stc8單片機串口中斷 瀏覽:954
信號分析pdf 瀏覽:927
暴力刪除命令 瀏覽:803
qt如何編譯加快速度 瀏覽:903
php添加數據sql語句 瀏覽:717
免費的小說app有什麼 瀏覽:405
螺桿壓縮機進氣閥動畫 瀏覽:651
兩台伺服器如何做負載均衡 瀏覽:227
程序員的工資是漲的嗎 瀏覽:813