/*
 * This file contains snmp variable definitions.
 *
 * Copyright 1990 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 *
 * Tom Coppeto
 * MIT Network Services
 * 8 August 1990
 *
 *    $Source: /afs/net.mit.edu/tools/src/xport/RCS/variable.c,v $
 *    $Author: tom $
 *    $Locker: tom $
 *    $Log:	variable.c,v $
 * Revision 1.1  90/08/15  01:13:15  tom
 * Initial revision
 * 
 */

#ifndef lint
static char *rcsid = "$Header: /afs/net.mit.edu/tools/src/xport/RCS/variable.c,v 1.1 90/08/15 01:13:15 tom Exp Locker: tom $";
#endif

#include "xport.h"
#include <mit-copyright.h>

/*
 * genaral variables
 */


objident vSysDescr = {
  9,
  1, 3, 6, 1, 2, 1, 1, 1, 0
};

objident vsysUptime = {
  9,
  1, 3, 6, 1, 2, 1, 1, 2, 0
};


/*
 * device variables
 */


objident vDeviceType = {
  12,
  1, 3, 6, 1, 4, 1, 52, 1, 1, 1, 1, 0
};

objident vDeviceName = {
  12,
  1, 3, 6, 1, 4, 1, 52, 1, 1, 1, 2, 0
};

objident vDeviceIPAddress = {
  12,
  1, 3, 6, 1, 4, 1, 52, 1, 1, 1, 3, 0
};

objident vDeviceMACAddress = {
  12,
  1, 3, 6, 1, 4, 1, 52, 1, 1, 1, 6, 0
};

objident vDeviceMACType = {
  13,
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 2, 0
};

objident vDeviceSlots = {
  13,
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 3, 0
};

objident vDeviceOccSlots = {
  13,
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 4, 0
};

objident vDevicePortsOn = {
  13,
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 5, 0
};

objident vDevicePorts = {
  13,
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 6, 0
};

objident vDeviceTotalPkts = {
  13, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 7, 0
};

objident vDeviceXmitColls = {
  13, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 9, 0
};

objident vDeviceRecColls = {
  13, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 10, 0
};

objident vDeviceRestart = {
  13, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 18, 0
};

objident vDeviceResetCounter = {
  13, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 19, 0
};

objident vDeviceRedundantCts = {
  13, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 20, 0
};

objident vDeviceTimeBase = {
  13, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 1, 1, 21, 0
};


/*
 * board variables
 */


objident vBoardName = {
  14, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 3, 1, 2, 0
};

objident vBoardType = {
  14, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 3, 1, 3, 0
};

objident vBoardTotalPorts = {
  14, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 3, 1, 4, 0
};

objident vBoardPortsOn = {
  14, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 3, 1, 6, 0
};

objident vBoardTotalPkts = {
  14, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 3, 2, 1, 0
};

objident vBoardXmitColls = {
  14, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 3, 2, 3, 0
};

objident vBoardRecColls = {
  14, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 3, 2, 4, 0
};



/*
 * port statistic variables
 */

objident vPortMediaType = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 1, 1, 0, 0
};

objident vPortAdminStatus = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 1, 3, 0, 0
};

objident vPortLinkStatus = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 2, 2, 0, 0
};

objident vPortNetworkStatus = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 2, 3, 0, 0
};

objident vPortTotalPkts = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 2, 4, 0, 0
};

objident vPortXmitColls = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 2, 6, 0, 0
};

objident vPortRecColls = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 2, 7, 0, 0
};

objident vPortRedundantCt = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 2, 15, 0, 0
};

objident vPortRedundantType = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 2, 16, 0, 0
};

objident vPortRedundantStatus = {
  15, 
  1, 3, 6, 1, 4, 1, 52, 1, 2, 2, 4, 2, 17, 0, 0
};

