亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

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

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

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

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

        思科cisco生產(chǎn)的路由器、交換機設(shè)備和其他設(shè)備承載了全世界80%的互聯(lián)網(wǎng)通信,成為硅谷中新經(jīng)濟的傳奇,那么你知道cisco靜態(tài)路由的應(yīng)用怎么配置嗎?下面是學(xué)習(xí)啦小編整理的一些關(guān)于cisco靜態(tài)路由的應(yīng)用怎么配置的相關(guān)資料,供你參考。

        cisco靜態(tài)路由的應(yīng)用配置的方法:

        靜態(tài)路由的應(yīng)用

        Switch 0 的配置:

        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 f0/1

        Switch(config-if)#no swi

        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 1.1.1.1 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 addre

        Switch(config-if)#ip address 2.2.2.1 255.0.0.0

        Switch(config-if)#no shut

        Switch(config-if)#no shutdown

        Switch(config-if)#exit

        Switch(config)#ip route 4.0.0.0 255.0.0.0 f

        Switch(config)#ip route 4.0.0.0 255.0.0.0 f?

        FastEthernet

        Switch(config)#ip route 4.0.0.0 255.0.0.0 fa

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

        Switch(config)#no shut

        Switch(config)#exit

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

        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

        C 1.0.0.0/8 is directly connected, FastEthernet0/1

        C 2.0.0.0/8 is directly connected, FastEthernet0/2

        S 4.0.0.0/8 is directly connected, FastEthernet0/2

        Switch#

        Switch#show ?

        access-lists List access lists

        adjacency Adjacent nodes

        arp Arp table

        cdp CDP information

        clock Display the system clock

        controllers Interface controllers status

        crypto Encryption module

        debugging State of each debugging option

        dhcp Dynamic Host Configuration Protocol status

        etherchannel EtherChannel information

        flash: display information about flash: file system

        frame-relay Frame-Relay information

        history Display the session command history

        hosts IP domain-name, lookup style, nameservers, and host table

        interfaces Interface status and configuration

        ip IP information

        ipv6 IPv6 information

        mac-address-table MAC forwarding table

        ospf For OSPF debug only

        ospfv3 For OSPFv3 debug only

        processes Active process statistics

        protocols Active network routing protocols

        running-config Current operating configuration

        sessions Information about Telnet connections

        spanning-tree Spanning tree topology

        ssh Status of SSH server connections

        startup-config Contents of startup configuration

        tcp Status of TCP connections

        terminal Display terminal configuration parameters

        users Display information about terminal lines

        version System hardware and software status

        vlan VTP VLAN status

        vtp Configure VLAN database

        Switch#show ip ?

        access-lists List access lists

        arp IP ARP table

        cef Cisco Express Forwarding

        dhcp Show items in the DHCP database

        eigrp IP-EIGRP show commands

        interface IP interface status and configuration

        nat IP NAT information

        ospf OSPF information

        protocols IP routing protocol process parameters and statistics

        rip IP RIP show commands

        route IP routing table

        ssh Information on SSH

        Switch#show ip int

        Switch#show ip interface ?

        Ethernet IEEE 802.3

        FastEthernet FastEthernet IEEE 802.3

        GigabitEthernet GigabitEthernet IEEE 802.3z

        Loopback Loopback interface

        Serial Serial

        Vlan Catalyst Vlans

        brief Brief summary of IP status and configuration

        

        Switch#show ip interface f

        Switch#show ip interface fastEthernet 0/1

        FastEthernet0/1 is up, line protocol is up

        Internet protocol processing disabled

        Switch#show ip interface fastEthernet 0/2

        FastEthernet0/2 is up, line protocol is up

        Internet protocol processing disabled

        Switch#show ru

        Switch#show running-config

        Building configuration...

        Current configurat

        !

        hostname Switch ion : 1168 bytes

        !

        version 12.2

        no service password-encryption

        !

        !

        !

        !

        !

        ip ssh version 1

        !

        port-channel load-balance src-mac

        !

        interface FastEthernet0/1

        no switchport

        ip address 1.1.1.1 255.0.0.0

        duplex auto

        speed auto

        !

        interface FastEthernet0/2

        no switchport

        ip address 2.2.2.1 255.0.0.0

        duplex auto

        speed auto

        !

      565607