国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 網絡通信 > 正文

Catalyst 5509 ATM 調試報告

2019-11-04 23:25:37
字體:
來源:轉載
供稿:網友

  注:虛網名指LANE NAME
  
  1)系統的安排。
  
  一個ATM環境中必須有ATM-SWITCH和必要的連線,5509 現在的三個基本模塊,CONSLE、ATM光纖、以太網。
  
  2)調試步驟
  
  
  
  安排一個LECS 、一個LES。LECS在ATM-SWITCH上,在ATM-SWITCH上有缺省的ATM前綴,首先確定所有的ATM地址,記錄后可以再對要更改的設置(如前綴)進行更改。
  
  
  
  A 加LECS的地址,設置BUS的ATM接口后綁虛網名,在LECS上做數據庫(起名),把BUS的虛網名綁在LES的ATM地址上,設置系統的缺省虛網名。 給LECS 定ATM口 (如 ...atm0.*)起LECS的名字,把剛才做的庫名綁在LECS上。
  
  
  
  B 為備份做的預備設置第二個LECS地址,在備份機器上。把虛網名對應上LES的地址。
  
  
  
  C 在客戶狀態的機器上,設置ATM口號 把相應的以太網號和做出的虛網名一一對應設出。
  
  
  
  5509上的一些監控命令:
  
  
  
  SH LOG 檢查設備的日志;SH VTP STA 檢查設備的VLAN的狀況;SESS X 到要去的模塊;SH LANE 看設備的ATM工作狀態;PING ip檢查設備連接。 
  
  5509上設置:
  
  
  
  set snmp community read-only public
  
  set snmp community read-only public
  
  set snmp community read-write PRivate
  
  set snmp community read-write-all secret
  
  set snmp rmon 讓設備可以被CISCO VIEW 監控
  
  set interface sc0 1 172.16.1.230 255.255.255.0 172.16.1.255 分配設備IP
  
  set spantree portfast 登錄快速for PC
  
  sh config 看配置
  
  hostname test 給設備起名字
  
  enable passWord xxxxx EN加口令
  
  interface Ethernet0
  
  interface ATM0 進入ATM0口
  
  atm preferred phy A
  
  atm pvc 1 0 5 qsaal
  
  atm pvc 2 0 16 ilmi
  
  lane auto-config-atm-address
  
  interface ATM0.1 multipoint
  
  lane client ethernet 1 default使以太模塊綁到ATM的LANE上 
  
  interface ATM0.3 multipoint
  
  lane client ethernet 3 wewew
  
  line con 0
  
  line vty 0 4 進入VTY 0 4
  
  password xxxx 設置口令
  
  以上一段是ATM模塊的配置中典型的部分。
  
  enable password sss
  
  ip subnet-zero
  
  no ip cef
  
  lane database ss 定義庫FOR LECS
  
  name ww server-atm-address 47.00918100000000D058323001.00502A75AC0A.01定義VLAN和分配ATM口
  
   name ww server-atm-address 47.00918100000000D058323001.00503E1DF011.01 
  
  name ww server-atm-address 47.00918100000000D05832B001.00503E1DF011.01
  
  name ww elan-id 1 定義VLAN ID 
  
  name access server-atm-address 47.00918100000000D058323001.00502A75AC0A.02
  
  name access server-atm-address 47.00918100000000D058323001.00503E1DF011.02
  
  name access server-atm-address 47.00918100000000D05832B001.00503E1DF011.02
  
  name access elan-id 2
  
  client-atm-address 47.00918100000000D058323001.0020485A1E33.00 name ww 定義在客戶端的ATM地址對應vlan名字,只有客戶設備ATM非自動尋址時才設置。
  
  
  
  client-atm-address 47.00918100000000D058323001.08002097B110.00 name yy
  
  client-atm-address 47.00918100000000D058323001.08002097B111.00 name ww
  
  client-atm-address 47.00918100000000D058323001.08002097B630.00 name yy
  
  interface ATM1/0
  
  no ip address
  
  no ip directed-broadcast
  
  no ip route-cache distributed
  
  atm pvc 1 0 5 qsaal
  
  atm pvc 2 0 16 ilmi
  
  no atm ilmi-keepalive
  
  lane config auto-config-atm-address
  
  lane config database ss
  
  interface ATM1/0.1 multipoint
  
  ip address 172.16.1.249 255.255.255.0
  
  no ip redirects
  
  no ip directed-broadcast
  
  lane server-bus ethernet default
  
  lane client ethernet default
  
  no cdp enable
  
  standby 1 ip 172.16.1.250 定義連接來的VLAN網關
  
  interface ATM1/0.2 multipoint
  
  ip address 172.16.2.249 255.255.255.0
  
  no ip redirects
  
  no ip directed-broadcast
  
  lane server-bus ethernet access
  
  lane client ethernet
  
  no cdp enable
  
  standby 2 ip 172.16.2.250
  
  interface ATM1/0.3 multipoint
  
  ip address 172.17.1.249 255.255.0.0
  
  no ip redirects
  
  no ip directed-broadcast
  
  lane client ethernet ww
  
  no cdp enable
  
  standby 3 ip 172.17.1.250
  
  router eigrp 1
  
  redistribute rip metric 1000 100 10 10 1500
  
  network 10.0.0.0
  
  network 172.16.0.0
  
  network 172.17.0.0
  
  network 172.18.0.0
  
  no auto-summary
  
  router rip
  
  redistribute eigrp 1 metric 4
  
  network 172.18.0.0
  
  snmp-server community public RW
  
  snmp-server community private RO
  
  以上是較常用的路由器配法


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 镇坪县| 巴中市| 荥阳市| 荃湾区| 襄樊市| 惠东县| 淮阳县| 松溪县| 若尔盖县| 静安区| 宝应县| 横山县| 温泉县| 香港| 易门县| 遂宁市| 安仁县| 平湖市| 东源县| 绥棱县| 龙里县| 闻喜县| 天峻县| 呼伦贝尔市| 阿图什市| 启东市| 高青县| 武鸣县| 昌乐县| 武夷山市| 泽库县| 丹巴县| 焉耆| 太仓市| 黔西县| 苗栗市| 山东| 罗城| 南安市| 临安市| 濉溪县|