<em id="0a85b"><option id="0a85b"></option></em>

<abbr id="0a85b"></abbr>

      <nobr id="0a85b"></nobr>
        <tr id="0a85b"></tr>
        9久久伊人精品综合,亚洲一区精品视频在线,成 人免费va视频,国产一区二区三区黄网,99国产精品永久免费视频,亚洲毛片多多影院,精品久久久无码人妻中文字幕,无码国产欧美一区二区三区不卡
        學習啦 > 學習電腦 > 網絡知識 > 路由器 > 路由器設置 > cisco思科 > cisco靜態路由的應用怎么配置(2)

        cisco靜態路由的應用怎么配置(2)

        時間: 權威724 分享

        cisco靜態路由的應用怎么配置

          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靜態路由的應用怎么配置”的人還看了:

          1.思科路由器配置命令

          2.思科路由器怎么進入 思科路由器怎么設置

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

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

          5.思科Cisco路由器的基礎配置知識

          6.思科如何配置ACE

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

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

        565607 主站蜘蛛池模板: 国产亚洲综合欧美视频| 精品乱码一区二区三四五区| 裸体女人高潮毛片| 国精产品一二二线网站| 久久综合精品国产一区二区三区无 | 亚洲国产日韩一区三区| 国产精品一区在线蜜臀 | 欧美激情视频一区二区三区免费| 日韩av一区二区三区不卡| 国产精品 精品国内自产拍| 久久综合免费一区二区三区| 暖暖影院日本高清...免费| 久久亚洲日本激情战少妇| 99人体免费视频| 激情综合五月网| 亚洲日韩久久综合中文字幕| 97久久超碰国产精品旧版| 蜜臀av久久国产午夜| 秋霞人妻无码中文字幕| 欧美黑吊大战白妞| 三年片最新电影免费观看| 亚洲欧美日韩高清一区二区三区| 国产精品一品二区三四区| 亚洲欧洲日产国码AV天堂偷窥| 人妻少妇精品视频专区| 日本深夜福利在线观看| 国产成人精品一区二区无| 中文字幕少妇人妻精品| 中日韩精品视频一区二区三区| 久久精品中文字幕极品| 亚洲AV无码成人网站久久精品| 精品视频在线观自拍自拍| 中文字幕av无码免费一区| 亚洲AV日韩AV永久无码电影| 人成午夜大片免费视频77777| gogogo高清在线播放免费| 亚洲AV无码成H人动漫无遮挡| 久久精品国产视频在热| 国产色无码精品视频免费| 猫咪网网站免费观看| h无码精品动漫在线观看|