--***************************************************************************** --* * --* File Name : SkyWay.mib * --* * --* Functionality : Solectek SkyWay Proprietary MIB. * --* * --* References : * --* * --* History : $Revision:14$ * --* * --***************************************************************************** --* * --* Copyright (C) 1997-2006 Solectek Corporation * --* * --* All rights reserved. Copyright notice does not imply publication. This * --* software contains the confidential trade secrets of Solectek Corporation. * --* The reproduction, transfer, modification, or use of the software is * --* prohibited except by express written permission of Solectek Corporation. * --* * --***************************************************************************** SW-MIB -- include header files needed by the method routines DEFINITIONS ::= BEGIN IMPORTS TimeTicks, enterprises, Gauge, Counter FROM RFC1155-SMI DisplayString, PhysAddress, RowStatus FROM SNMPv2-TC MODULE-IDENTITY, OBJECT-TYPE, Counter32, IpAddress FROM SNMPv2-SMI TRAP-TYPE FROM RFC-1215; -- mgmt OBJECT IDENTIFIER ::= { iso org(3) dod(6) internet(1) mgmt(2) } -- mib OBJECT IDENTIFIER ::= { mgmt 1 } -- directry OBJECT IDENTIFIER ::= { internet 1 } -- experimental OBJECT IDENTIFIER ::= { internet 3 } -- private OBJECT IDENTIFIER ::= { internet 4 } -- enterprises OBJECT IDENTIFIER ::= { private 1 } solectek MODULE-IDENTITY LAST-UPDATED "200602071012Z" -- Tuesday February 07 10:12:00 PDT 2006 ORGANIZATION "Solectek Corporation" CONTACT-INFO " Solectek Corporation Postal: Solectek Corporation 6370 Nancy Ridge Dr., Suite 109 San Diego, CA 92121-3212 Tel: +1 858 450 1220 E-Mail: swmib@solectek.com " DESCRIPTION "The MIB to describe Solectek's family of wireless bridge routers" ::= { enterprises 2890 } -- OIDs solproducts OBJECT IDENTIFIER ::= { solectek 1 } swI OBJECT IDENTIFIER ::= { solproducts 1 } swII OBJECT IDENTIFIER ::= { solproducts 2 } swLink OBJECT IDENTIFIER ::= { solproducts 3 } sw OBJECT IDENTIFIER ::= { solproducts 5 } -- Skyway groups swSysCfg OBJECT IDENTIFIER ::= { sw 1 } swEthCfg OBJECT IDENTIFIER ::= { sw 2 } swRfCfg OBJECT IDENTIFIER ::= { sw 3 } swWirelessCfg OBJECT IDENTIFIER ::= { sw 4 } swAdvCfg OBJECT IDENTIFIER ::= { sw 5 } swManCfg OBJECT IDENTIFIER ::= { sw 6 } swStationStatus OBJECT IDENTIFIER ::= { sw 7 } swStaticRouteTab OBJECT IDENTIFIER ::= { sw 8 } swBridgingPortTab OBJECT IDENTIFIER ::= { sw 9} -- **************************************************************************************** -- Solectek Private MIB elements -- **************************************************************************************** -- -------------------------- -- SkyWay System Group 1 -- -- -------------------------- swSysName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-write STATUS current DESCRIPTION "The identity of the system." ::= { swSysCfg 1 } swSysIPAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address of the Device." ::= { swSysCfg 2 } swSysIPMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP Mask of the Device." ::= { swSysCfg 3 } swDefGateway OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The gateway IP address of the system." ::= { swSysCfg 4 } -- -------------------------- -- SkyWay Eth Group 2 -- -- -------------------------- swEthIPAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address of the Ethernet port.It can only be viewed and set in routing mode." ::= { swEthCfg 1 } swEthIPMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP Mask of the Ethernet port. It can only be viewed and set in routing mode." ::= { swEthCfg 2 } -- -------------------------- -- SkyWay Rf Group 3 -- -- -------------------------- swRfIPAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address of the RF port. It can only be viewed and set in routing mode." ::= { swRfCfg 1 } swRfIPMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP Mask of the RF port.It can only be viewed and set in routing mode." ::= { swRfCfg 2 } -- ---------------------------- -- SkyWay Wireless Group 4 -- -- ---------------------------- swRadioSpectrumBW OBJECT-TYPE SYNTAX INTEGER { bw-20MHz(1), bw-40MHz(2), bw-5MHz(3), bw-10MHz(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "The Radio Spectrum Bandwidth." ::= { swWirelessCfg 1 } swRadioFreq OBJECT-TYPE SYNTAX INTEGER(4920..5855) MAX-ACCESS read-write STATUS current DESCRIPTION "The Radio Frequency. The valid radio frequencies could be a subset of the following frequency set based on the country code and the radio spectrum bandwidth. { 4920, 4940, 4945, 4950, 4955, 4960, 4965, 4970, 4975, 4980, 4985, 5040, 5060, 5080, 5260, 5270, 5280, 5300, 5320, 5330, 5340, 5500, 5510, 5515, 5520, 5525, 5535, 5540, 5545, 5550, 5555, 5560, 5565, 5575, 5580, 5585, 5590, 5595 5600, 5605, 5615, 5620, 5625, 5630, 5635, 5640, 5645, 5655, 5660, 5665, 5670, 5675, 5680, 5685, 5695, 5700, 5705, 5715, 5725, 5730, 5735, 5740, 5745, 5750, 5755, 5760, 5765, 5770, 5775, 5780, 5785, 5790, 5795, 5800, 5805, 5810, 5815, 5820, 5825, 5830, 5835, 5845, 5855}. The unit is MHz." ::= { swWirelessCfg 2 } swDataRate OBJECT-TYPE SYNTAX INTEGER { rf-bw-1p5-Mbps(1), rf-bw-2p25-Mbps(2), rf-bw-3-Mbps(3), rf-bw-4p5-Mbps(4), rf-bw-6-Mbps(5), rf-bw-9-Mbps(6), rf-bw-12-Mbps(7), rf-bw-13p5-Mbps(8), rf-bw-18-Mbps(9), rf-bw-24-Mbps(10), rf-bw-27-Mbps(11), rf-bw-36-Mbps(12), rf-bw-48-Mbps(13), rf-bw-54-Mbps(14), rf-bw-72-Mbps(15), rf-bw-96-Mbps(16), rf-bw-108-Mbps(17) } MAX-ACCESS read-write STATUS current DESCRIPTION "The Transmission Data Rate in Mbps." ::= { swWirelessCfg 3 } -- ---------------------------- -- SkyWay Advanced Group 5 -- -- ---------------------------- swFirmwareUpgrade OBJECT IDENTIFIER ::= { swAdvCfg 1} swUpgradeFTPServ OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address of the FTP server." ::= { swFirmwareUpgrade 1 } swUpgradeUserName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The User Name to access the FTP server." ::= { swFirmwareUpgrade 2 } swUpgradePasswd OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The pass word corresponding to the FTP user name." ::= { swFirmwareUpgrade 3 } swUpgradeImageName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The Image name." ::= { swFirmwareUpgrade 4 } swUpgradeDirectory OBJECT-TYPE SYNTAX DisplayString (SIZE (0..32)) MAX-ACCESS read-write STATUS current DESCRIPTION "The directory to the image file." ::= { swFirmwareUpgrade 5 } swUpgradeAction OBJECT-TYPE SYNTAX INTEGER { upgrade(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "The software upgrade action. So far, only uploading software from Host to unit is permitted." ::= { swFirmwareUpgrade 6 } swUpgradeStatus OBJECT-TYPE SYNTAX INTEGER { upgrade_successful(1), upgrade_failed(2), no_upgrade(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Reflects the status of the firmware upgrade. There are three states: * upgrade_successful: means that the firmware was downloaded and copied to flash successfully and the unit is ready for reboot. * upgrade_failed: means that the firmware was not downloaded and not copied to flash successfully and the unit is not ready for reboot. * no_upgrade: means that no attempt has been made to upgrade the firmware. " ::= { swFirmwareUpgrade 7 } swSystemCfg OBJECT IDENTIFIER ::= { swAdvCfg 2} swSystemMode OBJECT-TYPE SYNTAX INTEGER { bridge(1), router(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The unit's working mode." ::= { swSystemCfg 1 } swSystemDistance OBJECT-TYPE SYNTAX INTEGER(0..27) MAX-ACCESS read-write STATUS current DESCRIPTION "The Optimized Link Distance in miles." ::= { swSystemCfg 2 } swSystemVLAN OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable/Disable the VLAN ID on the unit. If yes, the unit can be only managed from a host with the same VLAN ID" ::= { swSystemCfg 3 } swSystemVLanID OBJECT-TYPE SYNTAX INTEGER(1..4095) MAX-ACCESS read-write STATUS current DESCRIPTION "The unit VLAN ID." ::= { swSystemCfg 4 } swSystemFrameAggregation OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable or disable the frame aggretaion." ::= { swSystemCfg 5 } swSystemReboot OBJECT-TYPE SYNTAX INTEGER { reboot(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Reboot the unit." ::= { swAdvCfg 3 } -- ------------------------------ -- SkyWay Management Group 6 -- -- ------------------------------ swManCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF SwManCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "For Base station:A table containing the status of all associated Sub SkyWay box. For Sub station: the MAC address of the desired base." ::= { swManCfg 1 } swManCfgEntry OBJECT-TYPE SYNTAX SwManCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One single entry in the swManCfgTable. One row is all the status information for one substation." INDEX { swManMACAddr } ::= { swManCfgTable 1 } SwManCfgEntry ::= SEQUENCE { swManMACAddr PhysAddress (SIZE(6)), swManDesc DisplayString (SIZE (0..255)), swManCfgRowStatus RowStatus } swManMACAddr OBJECT-TYPE SYNTAX PhysAddress (SIZE(6)) MAX-ACCESS read-write STATUS current DESCRIPTION "The MAC address of the peer station." ::= { swManCfgEntry 1 } swManDesc OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-write STATUS current DESCRIPTION "The description of the peer station." ::= { swManCfgEntry 2 } swManCfgRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-write STATUS current DESCRIPTION "The row status variable, used according to row installation and removal conventions.." ::= { swManCfgEntry 3 } swWirelessSecurity OBJECT IDENTIFIER ::= { swManCfg 2} swEncryptionMethod OBJECT-TYPE SYNTAX INTEGER { aes(1), wep(2), disabled(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The encryption method." ::= { swWirelessSecurity 1 } swEncrytionKeyLength OBJECT-TYPE SYNTAX INTEGER { key-64bits(1), key-128bits(2), key-152bits(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The encryption key length." ::= { swWirelessSecurity 2 } swPtpMasterSlave OBJECT-TYPE SYNTAX INTEGER { master(1), slave(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Master or Slave unit. Only valid for the Point to Point product." ::= { swManCfg 3 } -- ------------------------------------ -- SkyWay Operation Status Group 7 -- -- ------------------------------------ swSerialNum OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The serial number of the system." ::= { swStationStatus 1 } swSysUpTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The system up time in seconds." ::= { swStationStatus 2 } swFirmwareVer OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The firmware version of the system." ::= { swStationStatus 3 } -- sub station status table swSubStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF SwSubStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing the status of all associated SkyWay units." ::= { swStationStatus 4 } swSubStatusEntry OBJECT-TYPE SYNTAX SwSubStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One single entry in the swSubStatusTable. One row is all the status information for one subscriber station." INDEX { swSubMACAddr } ::= { swSubStatusTable 1 } SwSubStatusEntry ::= SEQUENCE { swSubMACAddr PhysAddress (SIZE(6)), swSubDesc DisplayString (SIZE (0..255)), swSubState INTEGER, swSubDataRate INTEGER, swSubSNR INTEGER, swSubSignalLevel INTEGER, swSubRecvData Counter32, swSubTransData Counter32, swSubRecvManagement Counter32, swSubTransManagement Counter32, swSubRecvErrors Counter32, swSubTransErrors Counter32, swSubTransDiscards Counter32, swSubCRCErrors Counter32 } swSubMACAddr OBJECT-TYPE SYNTAX PhysAddress (SIZE(6)) MAX-ACCESS read-only STATUS current DESCRIPTION "The MAC address of the associated unit." ::= { swSubStatusEntry 1 } swSubDesc OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The description of the associated unit." ::= { swSubStatusEntry 2 } swSubState OBJECT-TYPE SYNTAX INTEGER { client-authenticated(1), client-associated(2), base-down(3), base-up(4), client-connected(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "The running status of the peer unit." ::= { swSubStatusEntry 3 } swSubDataRate OBJECT-TYPE SYNTAX INTEGER { rf-bw-1p5-Mbps(1), rf-bw-2p25-Mbps(2), rf-bw-3-Mbps(3), rf-bw-4p5-Mbps(4), rf-bw-6-Mbps(5), rf-bw-9-Mbps(6), rf-bw-12-Mbps(7), rf-bw-13p5-Mbps(8), rf-bw-18-Mbps(9), rf-bw-24-Mbps(10), rf-bw-27-Mbps(11), rf-bw-36-Mbps(12), rf-bw-48-Mbps(13), rf-bw-54-Mbps(14), rf-bw-72-Mbps(15), rf-bw-96-Mbps(16), rf-bw-108-Mbps(17) } MAX-ACCESS read-only STATUS current DESCRIPTION "The data rate of the station." ::= { swSubStatusEntry 4 } swSubSNR OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The SNR value of the station in dB." ::= { swSubStatusEntry 5 } swSubSignalLevel OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The signal level of the station. The unit is percentage and from 0% to 100%." ::= { swSubStatusEntry 6 } swSubRecvData OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "All frames received with type control set to Data." ::= { swSubStatusEntry 7 } swSubTransData OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "All frames transmitted with type control set to Data." ::= { swSubStatusEntry 8 } swSubRecvManagement OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "All frames received with type control to Management." ::= { swSubStatusEntry 9 } swSubTransManagement OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "All frames transmitted with type control to Management ." ::= { swSubStatusEntry 10 } swSubRecvErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Frames received incorrectly." ::= { swSubStatusEntry 11 } swSubTransErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Frames transmitted incorrectly." ::= { swSubStatusEntry 12 } swSubTransDiscards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "frames discarded due to invalid VLAN tag." ::= { swSubStatusEntry 13 } swSubCRCErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "CRC error reported by MAC/Baseband." ::= { swSubStatusEntry 14 } -- -------------------------------------------- -- SkyWay IP static routing table Group 8 -- -- -------------------------------------------- -- The IP static routing table contains an entry for each static route -- presently known to this entity. staticRouteTable OBJECT-TYPE SYNTAX SEQUENCE OF StaticRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Static IP Routing table." ::= { swStaticRouteTab 1 } staticRouteEntry OBJECT-TYPE SYNTAX StaticRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A route to a particular destination." INDEX { staticRouteDest } ::= { staticRouteTable 1 } StaticRouteEntry ::= SEQUENCE { staticRouteDest IpAddress, staticRouteIfIndex INTEGER, staticRouteMetric INTEGER, staticRouteNextHop IpAddress, staticRouteMask IpAddress, staticRouteRowStatus RowStatus } staticRouteDest OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The destination IP address of this route." ::= { staticRouteEntry 1 } staticRouteIfIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex." ::= { staticRouteEntry 2 } staticRouteMetric OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "The routing metric for this route." ::= { staticRouteEntry 3 } staticRouteNextHop OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.)" ::= { staticRouteEntry 4 } staticRouteMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipRouteDest field. If the value of the ipRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism." ::= { staticRouteEntry 5 } staticRouteRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-write STATUS current DESCRIPTION "This is used to activate/deactivate this record." ::= { staticRouteEntry 6 } -- ------------------------------ -- Bridging Port Table -- -- ------------------------------ bridgingPortTab OBJECT-TYPE SYNTAX SEQUENCE OF BridgingPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Bridging Port Table." ::= { swBridgingPortTab 1 } bridgingPortEntry OBJECT-TYPE SYNTAX BridgingPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Specific Briding Port Entry." INDEX { bridgingPortIndex } ::= { bridgingPortTab 1 } BridgingPortEntry ::= SEQUENCE { bridgingPortIndex INTEGER, bridgingPortDescr DisplayString, bridgingPortType INTEGER, bridgingPortMtu INTEGER, bridgingPortSpeed Gauge, bridgingPortMacAddress PhysAddress, bridgingPortLastChange TimeTicks, bridgingPortInOctets Counter, bridgingPortInUcastPkts Counter, bridgingPortInNUcastPkts Counter, bridgingPortInDiscards Counter, bridgingPortInErrors Counter, bridgingPortInUnknownProtos Counter, bridgingPortOutOctets Counter, bridgingPortOutUcastPkts Counter, bridgingPortOutNUcastPkts Counter, bridgingPortOutDiscards Counter, bridgingPortOutErrors Counter } bridgingPortIndex OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "A unique value for each bridging port. " ::= { bridgingPortEntry 1 } bridgingPortDescr OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "A textual string containing information about the bridging port." ::= { bridgingPortEntry 2 } bridgingPortType OBJECT-TYPE SYNTAX INTEGER { other(1), -- none of the following regular1822(2), hdh1822(3), ddn-x25(4), rfc877-x25(5), ethernet-csmacd(6), iso88023-csmacd(7), iso88024-tokenBus(8), iso88025-tokenRing(9), iso88026-man(10), starLan(11), proteon-10Mbit(12), proteon-80Mbit(13), hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), -- T-1 e1(19), -- european equiv. of T-1 basicISDN(20), primaryISDN(21), -- proprietary serial propPointToPointSerial(22), ppp(23), softwareLoopback(24), eon(25), -- CLNP over IP [11] ethernet-3Mbit(26), nsip(27), -- XNS over IP slip(28), -- generic SLIP ultra(29), -- ULTRA technologies ds3(30), -- T-3 sip(31), -- SMDS frame-relay(32) } MAX-ACCESS read-only STATUS current DESCRIPTION "The type of interface, distinguished according to the physical/link protocol(s) immediately `below' the network layer in the protocol stack." ::= { bridgingPortEntry 3 } bridgingPortMtu OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The size of the largest datagram which can be sent/received on the bridging port, specified in octets." ::= { bridgingPortEntry 4 } bridgingPortSpeed OBJECT-TYPE SYNTAX Gauge MAX-ACCESS read-only STATUS current DESCRIPTION "An estimate of the interface's current bandwidth in bits per second. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth." ::= { bridgingPortEntry 5 } bridgingPortMacAddress OBJECT-TYPE SYNTAX PhysAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet Port : The local MAC address RF Port: The Peer RF MAC address." ::= { bridgingPortEntry 6 } bridgingPortLastChange OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime at the time the interface entered its current operational state. If the current state was entered prior to the last re- initialization of the local network management subsystem, then this object contains a zero value." ::= { bridgingPortEntry 7 } bridgingPortInOctets OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of octets received on the interface, including framing characters." ::= { bridgingPortEntry 8 } bridgingPortInUcastPkts OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The number of subnetwork-unicast packets delivered to a higher-layer protocol." ::= { bridgingPortEntry 9 } bridgingPortInNUcastPkts OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The number of non-unicast (i.e., subnetwork- broadcast or subnetwork-multicast) packets delivered to a higher-layer protocol." ::= { bridgingPortEntry 10 } bridgingPortInDiscards OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space." ::= { bridgingPortEntry 11 } bridgingPortInErrors OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol." ::= { bridgingPortEntry 12 } bridgingPortInUnknownProtos OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The number of packets received via the interface which were discarded because of an unknown or unsupported protocol." ::= { bridgingPortEntry 13 } bridgingPortOutOctets OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of octets transmitted out of the interface, including framing characters." ::= { bridgingPortEntry 14 } bridgingPortOutUcastPkts OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of packets that higher-level protocols requested be transmitted to a subnetwork-unicast address, including those that were discarded or not sent." ::= { bridgingPortEntry 15 } bridgingPortOutNUcastPkts OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of packets that higher-level protocols requested be transmitted to a non- unicast (i.e., a subnetwork-broadcast or subnetwork-multicast) address, including those that were discarded or not sent." ::= { bridgingPortEntry 16 } bridgingPortOutDiscards OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space." ::= { bridgingPortEntry 17 } bridgingPortOutErrors OBJECT-TYPE SYNTAX Counter MAX-ACCESS read-only STATUS current DESCRIPTION "The number of outbound packets that could not be transmitted because of errors." ::= { bridgingPortEntry 18 } -- ------------------------------ -- Solectek Specific Trap Group-- -- ------------------------------ rfLinkDown TRAP-TYPE ENTERPRISE solectek VARIABLES { swSubMACAddr } DESCRIPTION "A rfLinkDown trap signifies that the sending SNMP application entity recognizes a failure in one of the communications links represented in the agent's configuration." ::= 2 rfLinkUp TRAP-TYPE ENTERPRISE solectek VARIABLES { swSubMACAddr } DESCRIPTION "A rfLinkUp trap signifies that the sending SNMP application entity recognizes a new established RF link represented in the agent's configuration." ::= 3 END