Edit Chassis System

ItemDescription
sysDescrA textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software. It is mandatory that this only contain printable ASCII characters.
sysUpTimeThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.
sysContactThe textual identification of the contact person for this managed node, together with information on how to contact this person.
sysNameAn administratively-assigned name for this managed node. By convention, this is the node's fully-qualified domain name.
sysLocationThe physical location of this node (e.g., `telephone closet, 3rd floor').
AuthenticationTrapsIndicates whether the SNMP agent process is permitted to generate authentication-failure traps. The value of this object overrides any configuration information; as such, it provides a means whereby all authentication-failure traps may be disabled. Note that it is strongly recommended that this object be stored in non-volatile memory so that it remains constant between re-initializations of the network management system.
NextBootMgmtProtocolThe transport protocol(s) to use after the next boot of the agent. The following value is read-only: other(1)....unknown or some other protocol The following value is read-write: ipOnly(2).....only IP ipxOnly(3)....only IPX ipAndIpx(4)...IP and IPX.
CurrentMgmtProtocolThe current transport protocol(s) that are being supported by the agent. The following value is read-only: other(1)....unknown or some other protocol The following value is read-write: ipOnly(2).....only IP ipxOnly(3)....only IPX ipAndIpx(4)...IP and IPX. When the IP protocol stack is not enabled, the agent will not respond to PING or SNMP requests over IP. When the IPX protocol stack is not enabled, the agent will not respond to diagnostic SAP or SNMP requests over IPX. It is suggested that NMS not disable the transport they are using.
BootModeThe source for initial protocol configuration information at next boot. For IP, a setting of net(3) means that BOOTP will be used to get the agent's IP address(es), load server address, and configuration file name. For IPX, a setting of net(3) means SAP will be used to get the agent's Novell network number(s), and the configuation filename will be loaded from local storage (note - the load server address is not needed in a Novell network). The following value is read-only: other(1).....not applicable or some other case The following values are read-write: local(2).....don't use the network net(3).......try using the network and if that fails then use protocol configuration information from local storage. Note: The load server address is not configurable and is not available in this MIB object on a Novell network.
ImageLoadModeThe source from which to load the agent image at next boot. The following value is read-only: other(1)...not applicable or some other case The following values are read-write: local(2)........get from local storage net(3)..........load from the network locAsBk(4)......try using network and if it fails then use local information. netIfNewer(5)...try loading image over the net. If can load image, and it is newer than the local image, then use it. Otherwise, use local image. If the local image is not valid, the setting will be net(3) and cannot be changed to local(2), or locAsBk(4) until a valid image file is loaded (i.e., error 'badValue' will be returned on SETS with value other than net(3)). When the local image is not valid and the network download of the image fails, the entire boot process will be repeated. When local(2) is specified, the image will be loaded from local storage. When net(3) is specified, the image will be downloaded from the network only. The image file will never be loaded from local storage, even if downloading fails and the local image exists. When locAsBk(4) is specified, a download of the image will be tried over the network. If the network download fails then the image is loaded from local storage. When netIfNewer(5) is specified, a download of the image will be tried over the network. If successful, it will then be compared to the image stored in local storage. The most recent version of the two will be used. If the local image is not valid, the network will always be used. If the network download fails then the image is loaded from the local storage.
CurrentImageVersionThe version of the agent in the form 'major.minor.maintenance[letters]'. This is an alias for the value of the object s5ChasStoreCntntVer for the RAM of the module containing the agent.
LocalStorageImageVersionThe version of the agent image saved in local storage such as flash memory in the form 'major.minor.maintenance[letters]'. If not known or not available, then the value is a zero length string. This is an alias for the value of the object s5ChasStoreCntntVer for the local storage of the module containing the agent.
NextBootDefaultGatewayThe IP address of the default gateway (router) for the agent to use after the next boot. (NOTE: the current default router is the value of object s5AgInfoCurDfltGwAddr (or ipRouteNextHop.0.0.0.0).) If not used, then this object has the value of 0.0.0.0.
CurrentDefaultGatewayThe IP address of the current default gateway (router). (NOTE: this is an alias for the object ipRouteNextHop in the row of the table ipRouteTable which has object ipRouteDest with a value of 0.0.0.0.) If not used, then this object has the value of 0.0.0.0.
NextBootLoadProtocolThe transport protocol(s) over which the agent is to use to load the configuration information and the agent image at the next boot of the agent. The following value is read-only: other(1)....unknown or some other protocol The following values are read-write: ipOnly(2)....use load protocol over IP ipxOnly(3)...use load protocol over IPX auto(4)......try using the IP load function and if that fails then use IPX load function. If the IPX load function also fails, repeat the same process until one or the other protocol succeeds.
LastLoadProtocolThe transport protocol over which the agent image and configuration information were last loaded. The following values are read-only: reserved(1)...reserved ip(2).........gotten from the network using a load protocol over IP ipx(3)........gotten from the network using a load protocol over IPX local(4)......loaded from local storage.