<address id="rjzdp"></address>
    <sub id="rjzdp"><listing id="rjzdp"><meter id="rjzdp"></meter></listing></sub>

            <address id="rjzdp"><nobr id="rjzdp"><th id="rjzdp"></th></nobr></address>

            <em id="rjzdp"><span id="rjzdp"></span></em>

                  win7系統下載
                  當前位置: 首頁 > 網絡技術教程 > 詳細頁面

                  路由器日常維護與排錯

                  發布時間:2022-07-23 文章來源:xp下載站 瀏覽:

                  網絡技術是從1990年代中期發展起來的新技術,它把互聯網上分散的資源融為有機整體,實現資源的全面共享和有機協作,使人們能夠透明地使用資源的整體能力并按需獲取信息。資源包括高性能計算機、存儲資源、數據資源、信息資源、知識資源、專家資源、大型數據庫、網絡、傳感器等。 當前的互聯網只限于信息共享,網絡則被認為是互聯網發展的第三階段。

                    通常我們使用show interface命令來查看接口的信息,如show interface gig 1/0或者show int pos 2/0等來分別查看路由器上千兆以太接口和POS接口的端口信息。

                    查看以太網接口信息,在7507上使用命令為: show interfaces fastethernet [slot/port-adapter/port]

                    查看POS接口信息,在7507上使用命令為: show interfaces pos [slot/port-adapter/port]

                    1、下例給出了在7507上查看第1槽位上第1個PA上的第1個快速以太網接口的接口配置信息:

                    Router# show interfaces fastethernet 1/0/0

                    Fast Ethernet1/0/0 is up, line protocol is up

                    Hardware is TSWITCH, address is 00e0.f7a4.5130 (bia 00e0.f7a4.5130)

                    MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, rely 255/255, load 1/255

                    Encapsulation ARPA, loopback not set, keepalive set (10 sec)

                    Half-duplex, 100BaseTX

                    ARP type: ARPA, ARP Timeout 04:00:00

                    Last input 00:05:30, output 00:00:00, output hang never

                    Last clearing of "show interface" counters never

                    Queueing strategy: fifo

                    Output queue 0/40, 0 drops; input queue 0/75, 0 drops

                    5 minute input rate 0 bits/sec, 0 packets/sec

                    5 minute output rate 0 bits/sec, 0 packets/sec

                    312 packets input, 18370 bytes, 0 no buffer

                    Received 216 broadcasts, 0 runts, 0 giants, 0 throttles

                    3 input errors, 0 CRC, 0 frame, 0 overrun, 3 ignored, 0 abort

                    0 input packets with dribble condition detected

                    15490 packets output, 1555780 bytes, 0 underruns

                    2 output errors, 0 collisions, 2 interface resets

                    0 babbles, 0 late collision, 0 deferred

                    0 lost carrier, 0 no carrier

                    2 output buffer failures, 0 output buffers swapped out

                    2、下例給出了在7507上查看第2槽位上第1個PA上的第1個快速以太網接口的接口配置信息:

                    Router# show interfaces pos 2/0/0

                    POS2/0/0 is up, line protocol is up

                    Hardware is cyBus Packet over Sonet

                    Description: PRI-T1 net to zippy (4K) to Pac-Bell

                    Internet address is 10.1.1.1/27

                    MTU 4470 bytes, BW 1000 Kbit, DLY 40000 usec, rely 255/255, load 1/255

                    Encapsulation HDLC, loopback not set, keepalive set (3 sec)

                    Last input 00:00:00, output 00:00:00, output hang never

                    Last clearing of "show interface" counters 00:23:09

                    Queueing strategy: fifo

                    Output queue 0/40, 0 drops; input queue 0/75, 0 drops

                    5 minute input rate 0 bits/sec, 1 packets/sec

                    5 minute output rate 1000 bits/sec, 1 packets/sec

                    1046 packets input, 54437 bytes, 0 no buffer

                    Received 485 broadcasts, 0 runts, 0 giants, 0 parity

                    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

                    4013 packets output, 1357412 bytes, 0 underruns

                    0 output errors, 0 applique, 0 interface resets

                    0 output buffer failures, 0 output buffers swapped out

                    0 carrier transitions

                    3、下面給出了show interface的輸出中所有表項的具體含義:

                    Fast Ethernet... is up

                    ...is administratively down

                    表明接口的硬件當前是否是被激活的還是被管理員手工的showdown掉了。

                    line protocol is

                    標識該接口的線協議也就是軟件進程是否可用,還是被管理員手工的給shutdown了。

                    Hardware

                    硬件類型(例如MCI Ethernet, SCI, cBus Ethernet) 和硬件地址

                    Internet address

                    帶有子網信息的該接口的IP地址。

                    MTU

                    接口上的最大傳輸單元。

                    BW

                    接口的帶寬,通常單位是kb/s。

                    DLY

                    端口的延遲,單位是ms。

                    rely

                    以255為參照數的接口的可靠性參數 (255/255 就是百分之百的可靠), 以5分鐘的平均數來計算。

                    load

                    以255為參照數的接口的負荷(255/255 就是百分之百的負荷量), 5分鐘的平均數來計算。

                    Encapsulation

                    接口的封裝類型。

                    ARP type

                    接口配置的地址解析協議(ARP)的類型。

                    loopback

                    標識是否設置了接口回環。

                    keepalive

                    標識接口是否設置了發送存活(keepalives)信息

                    Last input

                    自從接口接受到最近的一個數據包后的時間。當該數據包是被precess-switch的方式轉發的時候計數器會更新,而當該包是被fast-switch的方式轉發時則不更新計數器。

                    output

                    自從接口發送最近的一個數據包后的時間。

                    output hang

                    接口因為數據包傳輸時間過長而重啟后的時間,如果沒有重啟,則顯示為never。

                    Last clearing

                    清除接口統計計數器后的時間。注意:可能會影響到路由的變量信息時不會被清除置0的,例如load和reliablity

                    型號***表示清計算器后的時間太長顯示不出來了。

                    Output queue, input queue, drops

                    在接口輸入輸出隊列中的數據包的個數。每個數字都跟了個/隊列的最大范圍。以及超過了隊列的最大范圍而丟棄的包的數量。

                    5 minute input rate,

                    5 minute output rate

                    在最近5分鐘內每秒傳輸的數據包的平均值。

                    packets input

                    系統接受到的數據包的總的個數。

                    bytes

                    系統接受到的所有數據包(包括數據和MAC封裝)的字節數。

                    no buffer


                  網絡的神奇作用吸引著越來越多的用戶加入其中,正因如此,網絡的承受能力也面臨著越來越嚴峻的考驗―從硬件上、軟件上、所用標準上......,各項技術都需要適時應勢,對應發展,這正是網絡迅速走向進步的催化劑。

                  本文章關鍵詞: 路由器 日常 維護 排錯 
                  国产色视频网免费_亚洲精品无码人妻无码_麻豆床传媒_国产在线无码视频一区二区三区

                    <address id="rjzdp"></address>
                    <sub id="rjzdp"><listing id="rjzdp"><meter id="rjzdp"></meter></listing></sub>

                            <address id="rjzdp"><nobr id="rjzdp"><th id="rjzdp"></th></nobr></address>

                            <em id="rjzdp"><span id="rjzdp"></span></em>

                                  >