Hey Guys,
Im trying to add this NEC radio chassis in but im having troubles finding the correct sysobject. Ive looked through the 12 MIB files and this is the closest ive come but nothing seems quite right. Any pointers would be greatly appreciated. Thanks, Sam
– Begin User MIB Object Definitions
nec OBJECT IDENTIFIER
::= { enterprises 119 }
nec-mib OBJECT IDENTIFIER
::= { nec 2 }
necProductDepend OBJECT IDENTIFIER
::= { nec-mib 3 }
radioEquipment OBJECT IDENTIFIER
::= { necProductDepend 69 }
system1 OBJECT IDENTIFIER
::= { radioEquipment 1 }
system5 OBJECT IDENTIFIER
::= { radioEquipment 5 }
– system1 Group Definitions
pmSystem OBJECT IDENTIFIER
::= { system1 1 }
sysPmType OBJECT-TYPE
SYNTAX INTEGER { typeBranchNE(13), typeNormal(14) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION "PM TYPE SETTING."
::= { pmSystem 3 }
sysPrimaryIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "PRIMARY IP ADDRESS."
::= { pmSystem 5 }
sysOppositeIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "IP address of the destination."
::= { pmSystem 9 }
sysEquipmentType OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Equipment Type."
::= { pmSystem 13 }
sysEquipmentConfig OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Equipment Config."
::= { pmSystem 14 }