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

首頁 > 學(xué)院 > 網(wǎng)絡(luò)通信 > 正文

NBMA廣播網(wǎng)絡(luò)環(huán)境的ISIS配置(不含P2MP)

2019-11-04 20:35:26
字體:
供稿:網(wǎng)友

  Rakc01R1#sh run
  Building configuration...
  
  Current configuration : 693 bytes
  !
  version 12.2
  no service single-slot-reload-enable
  service timestamps debug uptime
  service timestamps log uptime
  no service passWord-encryption
  !
  hostname Rakc01R1
  !
  logging rate-limit console 10 except errors
  !
  ip subnet-zero
  no ip finger
  no ip domain-lookup
  !
  no ip dhcp-client network-discovery
  !
  !
  !
  !
  interface Ethernet0
  ip address 172.10.14.1 255.255.255.0
  ip router isis
  !
  interface Serial0
  no ip address
  shutdown
  !
  interface Serial1
  no ip address
  shutdown
  !
  router isis
  net 49.0002.1420.0000.1001.00
  !
  ip kerberos source-interface any
  ip classless
  no ip http server
  !
  !
  !
  line con 0
  exec-timeout 0 0
  logging synchronous
  transport input none
  line aux 0
  line vty 0 4
  !
  end
  
  Rakc01R1#
  ---------------------------------------------------------------------------------------
  Rakc01R3#sh run
  Building configuration...
  
  Current configuration : 1149 bytes
  !
  version 12.1
  no service single-slot-reload-enable
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  service udp-small-servers
  service tcp-small-servers
  !
  hostname Rakc01R3
  !
  logging rate-limit console 10 except errors
  !
  ip subnet-zero
  no ip finger
  no ip domain-lookup
  !
  clns routing
  cns event-service server
  !
  !
  !
  !
  !
  interface Ethernet0
  ip address 192.168.0.21 255.255.255.0
  no ip route-cache
  no ip mroute-cache
  !
  interface Serial0
  no ip address
  no ip route-cache
  no ip mroute-cache
  shutdown
  !
  interface Serial1
  ip address 198.10.235.3 255.255.255.0
  ip router isis
  encapsulation frame-relay
  no ip route-cache
  no ip mroute-cache
  frame-relay map clns 302 broadcast
  frame-relay map clns 306 broadcast
  no frame-relay inverse-arp
  !
  interface BRI0
  no ip address
  no ip route-cache
  no ip mroute-cache
  shutdown
  !
  router isis
  net 49.0001.1420.0000.3003.00
  !
  ip default-gateway 192.168.0.20
  ip kerberos source-interface any
  ip classless
  no ip http server
  !
  !
  !
  line con 0
  exec-timeout 0 0
  logging synchronous
  transport input none
  line aux 0
  transport input all
  line vty 0 4
  login
  !
  end
  
  Rakc01R3#
  --------------------------------------------------------------------------
  Rakc01R2#sh run
  Building configuration...
  
  Current configuration : 890 bytes
  !
  version 12.2
  no service single-slot-rel
  
  oad-enable
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname Rakc01R2
  !
  logging rate-limit console 10 except errors
  !
  ip subnet-zero
  no ip finger
  no ip domain-lookup
  !
  no ip dhcp-client network-discovery
  clns routing
  !
  !
  !
  !
  interface Ethernet0
  no ip address
  shutdown
  !
  interface Serial0
  ip address 198.10.235.2 255.255.255.0
  ip router isis
  encapsulation frame-relay
  frame-relay map clns 203 broadcast
  frame-relay map clns 206 broadcast
  no frame-relay inverse-arp
  frame-relay lmi-type cisco
  !
  interface Serial1
  ip address 192.168.24.2 255.255.255.0
  ip router isis
  !
  router isis
  net 49.0001.1420.0000.2002.00
  !
  ip kerberos source-interface any
  ip classless
  ip http server
  !
  !
  !
  line con 0
  exec-timeout 0 0
  logging synchronous
  transport input none
  line aux 0
  line vty 0 4
  !
  end
  
  Rakc01R2#
  -----------------------------------------------------------------------
  ----------------------------------
  R2-----R4-----R1   
  / /         
  /  /         
  R5 ----R3        
  ---------------------------------
  拓?fù)淙缟?br />  R2、R3、R5之間為FULL MESH的NBMA網(wǎng)絡(luò), 區(qū)域1, R4、R1組成區(qū)域2
  R2: 49.0001.1420.0000.2002.00
  R3: 49.0001.1420.0000.3003.00
  R5: 49.0001.1420.0000.5005.00
  -------------------------------------------------
  R4: 49.0002.1420.0000.4004.00
  R1: 49.0002.1420.0000.1001.00
  
  在這里要要注重一些CLNS的特性,CLNS是獨(dú)立于IP網(wǎng)絡(luò)的協(xié)議,在FR中Map時不能象以前那樣,
  map ip XXX.XXX.XXX.XXX DLCI,這樣去做了,只要map clns DLCI Bro就可以了。ISIS不在P2MP的環(huán)境運(yùn)行,但是可以在P2P的環(huán)境下運(yùn)行。ISIS不想OSPF有,ip ospf network [類型]命令可以讓我們來更改網(wǎng)絡(luò)類型,所有既要注重CLNS的一些特性。 在出現(xiàn)錯誤時,常用sh clns nei來查看ISIS的鄰居關(guān)系有沒有建立,deb isis is-nei de來查看ISIS的鄰居關(guān)系的具體情況,sh isis da來看有沒有接受到hello包。
  之后可以用sh int s 0命令來查看接口上有沒有嚴(yán)重的誤碼率,來排除是否是物理鏈路的錯誤。


發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 马尔康县| 南和县| 邢台市| 黔西| 长丰县| 许昌市| 台东县| 黄冈市| 高阳县| 姚安县| 远安县| 大庆市| 灌云县| 辛集市| 麻江县| 荣成市| 蕲春县| 昔阳县| 兴山县| 淳安县| 湛江市| 元朗区| 措勤县| 吕梁市| 通州市| 太和县| 武义县| 富蕴县| 平利县| 丰县| 买车| 昌平区| 海门市| 镇原县| 肃宁县| 类乌齐县| 武邑县| 华宁县| 铜山县| 大洼县| 巴里|