• <output id="aynwq"><form id="aynwq"><code id="aynwq"></code></form></output>

    <mark id="aynwq"><option id="aynwq"></option></mark>
  • <mark id="aynwq"><option id="aynwq"></option></mark><label id="aynwq"><dl id="aynwq"></dl></label>
  • 學習啦 > 學習電腦 > 網絡知識 > 路由器 > 路由器設置 > 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 主站蜘蛛池模板: 午夜时刻免费实验区观看| 日本三级香港三级久久99| 国产调教在线观看| 亚洲精品无码乱码成人| a一级爱做片免费| 男人猛躁进女人免费观看| 欧美电影《轻佻寡妇》| 外国毛片在线观看| 亚洲色偷偷综合亚洲av伊人| 99精品视频在线观看免费专区| 狠狠综合久久久久综合网| 天天干在线播放| 亚洲福利视频网站| 37大但人文艺术a级| 欧美大肚乱孕交hd| 国产激情久久久久影院小草| 亚一亚二乱码专区| 青青操在线视频| 扒开粉嫩的小缝开始亲吻男女 | 国产精品原创巨作av| 国产人成视频在线视频| 在线精品91青草国产在线观看| 凹凸在线无码免费视频| selao久久国产精品| 波多野结衣被绝伦强在线观看| 国产黄色毛片视频| 国产欧美日韩一区二区三区在线| 国产青草亚洲香蕉精品久久| 亚洲欧美日韩精品久久亚洲区| 香蕉国产人午夜视频在线| 最近免费高清版电影在线观看| 国产免费福利片| 中文字幕久精品免费视频| 破处视频在线观看| 国内精品久久久久影视| 亚洲人jizz| 豪妇荡乳1一5白玉兰免费下载| 性xxxxfreexxxxx国产| 亚洲精品亚洲人成在线观看麻豆 | 88久久精品无码一区二区毛片 | 免费看国产一级片|