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

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

配置Vlan(zt)

2019-11-04 21:00:13
字體:
來源:轉載
供稿:網友

  Catalyst 5000 參數
  
  源碼:
  
  實驗命令
  
  clear ip permit
  
  clear ip route
  
  clear vlan
  
  clear vtp
  
  debug ip packet
  
  ping
  
  set interface sc0
  
  set ip permit
  
  set ip route
  
  set vlan
  
  set vtp
  
  show cam
  
  show config
  
  show Flash
  
  show interface
  
  show ip permit
  
  show ip route
  
  show log
  
  show mac
  
  show module
  
  show port
  
  show system
  
  show users
  
  show version
  
  show vlan
  
  show vtp
  
  telnet
  
  配置說明
  
  1.R1
  
  2.R2
  
  3.R3
  
  4.R4
  
  5.R5
  
  6.R6
  
  7.CAT5K
  
  R1
  
  Current configuration:
  
  !
  
  version 11.2
  
  no service passWord-encryption
  
  !
  
  hostname r1
  
  !
  
  enable password cisco
  
  !
  
  !
  
  !
  
  interface Ethernet0
  
  ip address 130.10.7.1 255.255.255.0
  
  no ip directed-broadcast
  
  no ip mroute-cache
  
  !
  
  interface Serial0
  
  ip address 130.10.1.1 255.255.255.0
  
  encapsulation frame-relay
  
  ip ospf network point-to-multipoint
  
  !
  
  interface Serial1
  
  ip address 130.10.4.1 255.255.255.0
  
  clockrate 2000000
  
  !
  
  interface BRI0
  
  no ip address
  
  no ip directed-broadcast
  
  no ip mroute-cache
  
  shutdown
  
  !
  
  router ospf 10
  
  redistribute connected subnets
  
  network 130.10.1.0 0.0.0.255 area 0
  
  network 130.10.4.0 0.0.0.255 area 1
  
  network 130.10.7.0 0.0.0.255 area 2
  
  !
  
  no ip classless
  
  !
  
  !
  
  line con 0
  
  line aux 0
  
  line vty 0 4
  
  password cisco
  
  login
  
  !
  
  end
  
  R2
  
  Current configuration:
  
  !
  
  version 11.2
  
  no service password-encryption
  
  no service udp-small-servers
  
  no service tcp-small-servers
  
  !
  
  hostname R2
  
  !
  
  enable password cisco
  
  !
  
  !
  
  !
  
  interface Serial0
  
  ip address 130.10.4.2 255.255.255.0
  
  no fair-queue
  
  !
  
  interface Serial1
  
  no ip address
  
  shutdown
  
  !
  
  interface TokenRing0
  
  ip address 130.10.5.2 255.255.255.0
  
  ring-speed 16
  
  !
  
  router ospf 20
  
  network 130.10.5.0 0.0.0.255 area 1
  
  network 130.10.4.0 0.0.0.255 area 1
  
  !
  
  no ip classless
  
  !
  
  !
  
  line con 0
  
  line aux 0
  
  line vty 0 4
  
  password cisco
  
  login
  
  !
  
  end
  
  R3
  
  Current configuration:
  
  !
  
  version 11.2
  
  no service password-encryption
  
  no service udp-small-servers
  
  no service tcp-small-servers
  
  !
  
  hostname R3
  
  !
  
  enable password cisco
  
  !
  
  !
  
  !
  
  interface Serial0
  
  no ip address
  
  shutdown
  
  no fair-queue
  
  !
  
  interface Serial1
  
  no ip address
  
  shutdown
  
  !
  
  interface TokenRing0
  
  ip address 130.10.5.3 255.255.255.0
  
  ring-speed 16
  
  !
  
  interface TokenRing1
  
  ip address 130.10.6.3 255.255.255.0
  
  ring-speed 16
  
  !
  
  router ospf 30
  
  redistribute connected subnets
  
  network 130.10.5.0 0.0.0.255 area 1
  
  !
  
  no ip classless
  
  !
  
  !
  
  line con 0
  
  line aux 0
  
  line vty 0 4
  
  password cisco
  
  login
  
  !
  
  end
  
  
  R5
  
  Current configuration:
  
  !
  
  version 11.2
  
  no service password-encryption
  
  no service udp-small-servers
  
  no service tcp-small-servers
  
  !
  
  hostname R5
  
  !
  
  enable password cisco
  
  !
  
  !
  
  !
  
  interface Ethernet0
  
  ip address 130.10.3.5 255.255.255.0
  
  no ip directed-broadcast
  
  no ip route-cache
  
  no ip mroute-cache
  
  no mop enabled
  
  !
  
  interface Serial0
  
  ip address 130.10.1.5 255.255.255.0
  
  encapsulation frame-relay
  
  ip ospf network point-to-multipoint
  
  frame-relay map ip 130.10.1.1 100 broadcast
  
  frame-relay map ip 130.10.1.6 100 broadcast
  
  !
  
  interface Serial1
  
  no ip address
  
  shutdown
  
  !
  
  router ospf 50
  
  redistribute connected subnets
  
  network 130.10.1.0 0.0.0.255 area 0
  
  network 130.10.3.0 0.0.0.255 area 2
  
  !
  
  no ip classless
  
  !
  
  !
  
  line con 0
  
  line aux 0
  
  line vty 0 4
  
  password cisco
  
  login
  
  !
  
  end
  
  
  R6
  
  Current configuration:
  
  !
  
  version 11.2
  
  no service password-encryption
  
  !
  
  hostname R6
  
  !
  
  enable password cisco
  
  !
  
  !
  
  !
  
  interface Serial0
  
  ip address 130.10.1.6 255.255.255.0
  
  encapsulation frame-relay
  
  ip ospf network point-to-multipoint
  
  frame-relay map ip 130.10.1.1 110 broadcast
  
  frame-relay map ip 130.10.1.5 110 broadcast
  
  !
  
  interface Serial1
  
  no ip address
  
  no ip mroute-cache
  
  shutdown
  
  !
  
  interface TokenRing0
  
  ip address 130.10.2.6 255.255.255.0
  
  ring-speed 16
  
  !
  
  interface BRI0
  
  no ip address
  
  shutdown
  
  !
  
  router ospf 60
  
  redistribute connected subnets
  
  network 130.10.1.0 0.0.0.255 area 0
  
  !
  
  no ip classless
  
  !
  
  !
  
  line con 0
  
  line aux 0
  
  line vty 0 4
  
  password cisco
  
  login
  
  !
  
  end
  
  CAT5K
  
  begin
  
  set password $1$0o8Z$GDCVUXu2Kn3mgBDKwF00h


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 德昌县| 安顺市| 淄博市| 丰原市| 巴林右旗| 清新县| 青田县| 秦安县| 大厂| 高邮市| 宝坻区| 洞头县| 沙雅县| 芜湖县| 城口县| 西吉县| 嵊泗县| 茶陵县| 义马市| 碌曲县| 保靖县| 新宁县| 高淳县| 江阴市| 长葛市| 库车县| 托克托县| 英吉沙县| 凌海市| 菏泽市| 咸宁市| 镇江市| 乌兰察布市| 昆明市| 吴旗县| 工布江达县| 五寨县| 松滋市| 广汉市| 宝坻区| 宝坻区|