9久久伊人精品综合,亚洲一区精品视频在线,成 人免费va视频,国产一区二区三区黄网,99国产精品永久免费视频,亚洲毛片多多影院,精品久久久无码人妻中文字幕,无码国产欧美一区二区三区不卡
學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識 > 路由器 > 路由器設(shè)置 > cisco思科 > cisco靜態(tài)路由的應(yīng)用怎么配置(2)

cisco靜態(tài)路由的應(yīng)用怎么配置(2)

時間: 權(quán)威724 分享

cisco靜態(tài)路由的應(yīng)用怎么配置

  interface FastEthernet0/3

  !

  interface FastEthernet0/4

  !

  interface FastEthernet0/5

  !

  interface FastEthernet0/6

  !

  interface FastEthernet0/7

  !

  interface FastEthernet0/8

  !

  interface FastEthernet0/9

  !

  interface FastEthernet0/10

  !

  interface FastEthernet0/11

  !

  interface FastEthernet0/12

  !

  interface FastEthernet0/13

  !

  interface FastEthernet0/14

  !

  interface FastEthernet0/15

  !

  interface FastEthernet0/16

  !

  interface FastEthernet0/17

  !

  interface FastEthernet0/18

  !

  interface FastEthernet0/19

  !

  interface FastEthernet0/20

  !

  interface FastEthernet0/21

  !

  interface FastEthernet0/22

  !

  interface FastEthernet0/23

  !

  interface FastEthernet0/24

  !

  interface GigabitEthernet0/1

  !

  interface GigabitEthernet0/2

  !

  interface Vlan1

  no ip address

  shutdown

  !

  ip classless

  ip route 4.0.0.0 255.0.0.0 FastEthernet0/2

  !

  !

  !

  !

  !

  line con 0

  line vty 0 4

  login

  !

  !

  end

  Switch#

  Switch 1的配置:

  Switch>

  Switch>en

  Switch>enable

  Switch#conf

  Switch#configure

  Switch#configure terminal

  Enter configuration commands, one per line. End with CNTL/Z.

  Switch(config)#int

  Switch(config)#interface f

  Switch(config)#interface fastEthernet 0/1

  Switch(config-if)#no sw

  Switch(config-if)#no switchport

  %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down

  %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to upSwitch(config-if)#ip add

  Switch(config-if)#ip address 2.2.2.2 255.0.0.0

  Switch(config-if)#no shut

  Switch(config-if)#no shutdown

  Switch(config-if)#exit

  Switch(config)#int

  Switch(config)#interface f

  Switch(config)#interface fastEthernet 0/2

  Switch(config-if)#ip add

  Switch(config-if)#no sw

  Switch(config-if)#no switchport

  %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down

  %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to upSwitch(config-if)#

  Switch(config-if)#ip ad

  Switch(config-if)#ip address 3.3.3.1 255.0.0.0

  Switch(config-if)#noshut

  Switch(config-if)#noshut

  ^

  % Invalid input detected at '^' marker.

  Switch(config-if)#no shut

  Switch(config-if)#no shutdown

  Switch(config-if)#exit

  Switch(config)#ip rout

  Switch(config)#ip route

  Switch(config)#ip route 1.0.0.0 255.0.0.0 f

  Switch(config)#ip route 1.0.0.0 255.0.0.0 fastEthernet 0/1

  Switch(config)#ip route 4.0.0.0 255.0.0.0 fastEthernet 0/2

  Switch(config)#exit

  %SYS-5-CONFIG_I: Configured from console by console

  Switch#ping 1.1.1.2

  Type escape sequence to abort.

  Sending 5, 100-byte ICMP Echos to 1.1.1.2, timeout is 2 seconds:

  .!!!!

  Success rate is 80 percent (4/5), round-trip min/avg/max = 47/59/63 ms

  Switch#ping 4.4.4.2

  Type escape sequence to abort.

  Sending 5, 100-byte ICMP Echos to 4.4.4.2, timeout is 2 seconds:

  !!!!!

  Success rate is 100 percent (5/5), round-trip min/avg/max = 47/59/63 ms

  Switch#ping 2.2.2.1

  Type escape sequence to abort.

  Sending 5, 100-byte ICMP Echos to 2.2.2.1, timeout is 2 seconds:

  !!!!!

  Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms

  Switch#ping 3.3.3.2

  Type escape sequence to abort.

  Sending 5, 100-byte ICMP Echos to 3.3.3.2, timeout is 2 seconds:

  !!!!!

  Success rate is 100 percent (5/5), round-trip min/avg/max = 15/28/32 ms

  Switch#show ip rou

  Switch#show ip route

  Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

  D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

  N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

  E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

  i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

  * - candidate default, U - per-user static route, o - ODR

  P - periodic downloaded static route

  Gateway of last resort is not set

  S 1.0.0.0/8 is directly connected, FastEthernet0/1

  C 2.0.0.0/8 is directly connected, FastEthernet0/1

  C 3.0.0.0/8 is directly connected, FastEthernet0/2

  S 4.0.0.0/8 is directly connected, FastEthernet0/2

  Switch#

  Switch 2 的配置:

  Switch>en

  Switch>enable

  Switch#conf

  Switch#configure

  Switch#configure terminal

  Enter configuration commands, one per line. End with CNTL/Z.

  Switch(config)#int

  Switch(config)#interface f

  Switch(config)#interface fastEthernet 0/2

  Switch(config-if)#no sw

  Switch(config-if)#no switchport

  %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down

  %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to upSwitch(config-if)#

  Switch(config-if)#ip add

  Switch(config-if)#ip address 3.3.3.2 255.0.0.0

  Switch(config-if)#no shut

  Switch(config-if)#no shutdown

  Switch(config-if)#exit

  Switch(config)#int

  Switch(config)#interface f

  Switch(config)#interface fastEthernet 0/1

  Switch(config-if)#ip add

  Switch(config-if)#no sw

  Switch(config-if)#no switchport

  %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down

  %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to upSwitch(config-if)#

  Switch(config-if)#ip add

  Switch(config-if)#ip address 4.4.4.1 255.0.0.0

  Switch(config-if)#no shut

  Switch(config-if)#no shutdown

  Switch(config-if)#exit

  Switch(config)#ip route 1.0.0.0 255.0.0.0 f

  Switch(config)#ip route 1.0.0.0 255.0.0.0 fastEthernet 0/2

  Switch(config)#exit

  %SYS-5-CONFIG_I: Configured from console by console

  Switch#ping 4.4.4.2

  Type escape sequence to abort.

  Sending 5, 100-byte ICMP Echos to 4.4.4.2, timeout is 2 seconds:

  !!!!!

  Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms

  Switch#ping 3.3.3.1

  Type escape sequence to abort.

  Sending 5, 100-byte ICMP Echos to 3.3.3.1, timeout is 2 seconds:

  !!!!!

  Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms

  Switch#show ip route

  Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

  D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

  N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

  E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

  i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

  * - candidate default, U - per-user static route, o - ODR

  P - periodic downloaded static route

  Gateway of last resort is not set

  S 1.0.0.0/8 is directly connected, FastEthernet0/2

  C 3.0.0.0/8 is directly connected, FastEthernet0/2

  C 4.0.0.0/8 is directly connected, FastEthernet0/1

  看過文章“cisco靜態(tài)路由的應(yīng)用怎么配置”的人還看了:

  1.思科路由器配置命令

  2.思科路由器怎么進入 思科路由器怎么設(shè)置

  3.如何查看Cisco路由器的配置信息

  4.思科路由器配置特點詳細介紹

  5.思科Cisco路由器的基礎(chǔ)配置知識

  6.思科如何配置ACE

  7.cisco思科怎么配置無線AP

  8.思科路由器配置命令大全

565607 主站蜘蛛池模板: 亚洲无人区码二码三码区| 中国熟妇毛多多裸交视频| 五月天国产成人av免费观看| 92精品国产自产在线观看481页| 亚洲成色精品一二三区| 最新亚洲av日韩av二区| 极品少妇无套内射视频| 亚洲人成人伊人成综合网无码| 国产成人免费午夜在线观看| 日本一区二区三区专线| 中文字幕制服国产精品| 日韩精品国产精品十八禁| 国产二区三区不卡免费| 性色a∨精品高清在线观看| 毛多水多高潮高清视频| 一日本道伊人久久综合影| 高清偷拍一区二区三区| 国产精品自在线拍国产| 亚洲国产欧美在线人成AAAA| 亚洲aⅴ无码专区在线观看q| 国产精品免费观看色悠悠| 精品日韩亚洲AV无码| 熟妇无码熟妇毛片| 激情六月丁香婷婷四房播| 91精品人妻中文字幕色| 92精品国产自产在线观看481页| 丁香婷婷激情俺也去俺来也 | 亚洲一区二区中文av| 亚洲精品久久久久国色天香| www免费视频com| 亚洲欧美日韩国产精品专区| 蜜臀av一区二区国产在线| 爱色精品视频一区二区| 高清免费毛片| 精品婷婷色一区二区三区| 精品国产一区二区三区久| 国产一区二区三区在线观看免费 | 亚洲天堂一区二区成人在线| 高清中文字幕一区二区| 女人与公狍交酡女免费| 日本一区二区精品色超碰|