1 關(guān)于端口的設(shè)置 設(shè)置端口名稱 set port name mod_num/port_num [ name_string ] 設(shè)置端口優(yōu)先級 set port level mod_num/port_num noramalhigh 設(shè)置端口速率 set port speed mod_num/port_num < 10100auto > 設(shè)置端口傳輸類型 set port duplex mod_num/port_num fullhalf 檢查端口配置狀態(tài) show port mod_num/port_num
6 關(guān)于SNMP協(xié)議的配置 配置SNMP的域串: set snmp community read-only read-write read-write-all community_string 設(shè)置一個受限制的地址或域: set snmp trap rcvr_address rcvr_community 檢查SNMP配置狀態(tài): show snmp
7 關(guān)于 IP 包的分段 在FDDI 與以太網(wǎng)的橋接中設(shè)置IP 包的分段 set ip fragmentation { enable disable }
8 關(guān)于ICMP 未到達(dá)的消息 set ip unreachable { enable disable }
10 關(guān)于交換機(jī)三層交換模塊的配置 telnet ip_address 登陸到三層交換模塊。 rsm>enable rsm#show run 顯示當(dāng)前配置文件 rsm#show int vlan id 顯示vlan 狀態(tài) rsm#show ip route 顯示路由信息 三層交換vlan 的配置: rsm#conf t rsm(config)# int vlan id rsm(config)# ip address a。b。c。d netmask rsm(config)# no shutdown rsm#wr mem