|
楼主 |
发表于 2008-9-10 06:32:00
|
显示全部楼层
维护项目:
5.查看当前内存利用率及历史记录/日
操作指导:
c7609-1#show memory summary
Head Total(b) Used(b) Free(b) Lowest(b) Largest(b)
Processor 44412AA0 935220576 118145176 817075400 129946936 769802400
I/O 8000000 67108864 16009796 51099068 51023088 51023036
参考标准:
当前可用内存Free及最小可用内存记录Lowest都不应太小
维护项目:
6.查看端口状态/日
操作指导:
c7609-1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Vlan1 unassigned YES NVRAM administratively down down
Vlan100 192.168.1.1 YES NVRAM up up
Vlan110 unassigned YES NVRAM administratively down down
Vlan210 192.168.200.254 YES NVRAM down down
GigabitEthernet1/1 unassigned YES unset administratively down down
GigabitEthernet1/2 unassigned YES unset administratively down down
GigabitEthernet1/3 unassigned YES unset up up
GigabitEthernet1/4 unassigned YES unset administratively down down
参考标准:
相关端口状态Status及协议状态Protocol应处于指定工作状态
维护项目:
7.查看端口统计数据/日
操作指导:
c7609-1# sh int g1/1
GigabitEthernet1/1 is up, line protocol is up <<< ---应为指定工作状态.
Hardware is C6k 1000Mb 802.3, address is 0011.20b8.f142 (bia 0011.20b8.f142)
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255 <<< ---- 带宽利用率应小于70%
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Auto-duplex, Auto-speed
input flow-control is off, output flow-control is off
Clock mode is auto
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 <<--不应有drop Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored <<--不应有错误包
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
0 packets output, 0 bytes, 0 underruns <<--不应有错误包
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out
C7206-2#show interface s1/0
Serial1/0 is administratively down, line protocol is down
Hardware is M8T-V.35
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, crc 16, loopback not set
Keepalive set (10 sec)
Restart-Delay is 0 secs
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 <<--不应有drop
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops) <<--不应有drop
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1158 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort <<--不应有错误包
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets <<--不应有错误包
0 output buffer failures, 0 output buffers swapped out
1 carrier transitions DCD=down DSR=down DTR=down RTS=down CTS=down
参考标准:
如上所示 |
|