亚洲高清vr播放在线观看,欧美亚洲精品免费,欧美日韩天堂在线视频,午夜福利小视频

      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識(shí) > 路由器 > 路由器設(shè)置 > cisco思科 > cisco靜態(tài)路由的應(yīng)用怎么配置(2)

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

      時(shí)間: 權(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.思科路由器怎么進(jìn)入 思科路由器怎么設(shè)置

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

        4.思科路由器配置特點(diǎn)詳細(xì)介紹

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

        6.思科如何配置ACE

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

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

      565607