User's Manual

Table Of Contents
84
Users Manual of CS-6306R
4.2.3 Monitor and Maintenance
Run showline to chek the VTY configuration.
4.2.4 VTY Configuration Example
It shows how to cancel the limit of the line number per screen for all VTYs without more prompt:
config#line vty 0 32
config_line#length 0
Network Management Configuration 4.3
4.3.1 Configuring SNMP
4.3.1.1 Introduction
The SNMP system includes the following parts:
SNMP management side (NMS)
SNMP agent (AGENT)
Management information base (MIB)
SNMP is a protocol working on the application layer. It provides the packet format between SNMP
management side and agent.
SNMP management side can be part of the network management system (NMS, like CiscoWorks). Agent and
MIB are stored on the system. You need to define the relationship between network management side and
agent before configuring SNMP on the system.
SNMP agent contains MIB variables. SNMP management side can check or modify value of these variables.
The management side can get the variable value from agent or stores the variable value to agent. The agent
collects data from MIB. MIB is the database of device parameter and network data. The agent also can
respond to the loading of the management side or the request to configure data. SNMP agent can send trap
to the management side. Trap sends alarm information to NMS indicating a certain condition of the network.
Trap can point out improper user authentication, restart, link layer state(enable or disable), close of TCP
connection, lose of the connection to adjacent systems or other important events.
a) SNMP notification
When some special events occur, the system will send ‘inform to SNMP management side. For example,
when the agent system detects an abnormal condition, it will send information to the management side.
SNMP notification can be treated as trap or inform request to send. Since the receiving side doesn’t send any
reply when receiving a trap, this leads to the receiving side cannot be sure that the trap has been received.
Therefore the trap is not reliable. In comparison, SNMP management side that receives “inform request” uses
PDU that SNMP echoes as the reply for this information. If no “inform request” is received on the
management side, no echo will be sent. If the receiving side doesn’t send any reply, then you can resend the
“inform request”. Then notifications can reach their destination.
Since inform requests are more reliable, they consume more resources of the system and network. The trap
will be discarded when it is sent. The “inform request” has to be stored in the memory until the echo is