content stringlengths 7 1.05M | fixed_cases stringlengths 1 1.28M |
|---|---|
#
# Copyright (c) 2017, Massachusetts Institute of Technology All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#
# Redistributions in binary form must reproduce the above copyright notice, this
# list of conditions and the following disclaimer in the documentation and/or
# other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
MC = __import__('MARTE2_COMPONENT', globals())
@MC.BUILDER('TestGAM', MC.MARTE2_COMPONENT.MODE_GAM)
class MARTE2_GAM(MC.MARTE2_COMPONENT):
inputs = [
{'name': 'Input1', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input2', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input3', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input4', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input5', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input6', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input7', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input8', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input9', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input10', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input11', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input12', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input13', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input14', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input15', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Input16', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
]
outputs = [
{'name': 'Output1', 'type': 'int32', 'dimensions': 0, 'parameters':{}},
{'name': 'Output2', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output3', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output4', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output5', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output6', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output7', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output8', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output9', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output10', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output11', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output12', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output13', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output14', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output15', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
{'name': 'Output16', 'type': 'int32', 'dimensions': -1, 'parameters':{}},
]
parameters = [
{'name':'Parameter1', 'type': 'int32'},
{'name':'Parameter2', 'type': 'int32'},
{'name':'Parameter3', 'type': 'int32'},
{'name':'Parameter4', 'type': 'int32'},
{'name':'Parameter5', 'type': 'int32'},
{'name':'Parameter6', 'type': 'int32'},
{'name':'Parameter7', 'type': 'int32'},
{'name':'Parameter8', 'type': 'int32'},
{'name':'Parameter9', 'type': 'int32'},
{'name':'Parameter10', 'type': 'int32'},
{'name':'Parameter11', 'type': 'int32'},
{'name':'Parameter12', 'type': 'int32'},
{'name':'Parameter13', 'type': 'int32'},
{'name':'Parameter14', 'type': 'int32'},
{'name':'Parameter15', 'type': 'int32'},
{'name':'Parameter16', 'type': 'int32'},
]
parts = []
| mc = __import__('MARTE2_COMPONENT', globals())
@MC.BUILDER('TestGAM', MC.MARTE2_COMPONENT.MODE_GAM)
class Marte2_Gam(MC.MARTE2_COMPONENT):
inputs = [{'name': 'Input1', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input2', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input3', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input4', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input5', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input6', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input7', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input8', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input9', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input10', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input11', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input12', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input13', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input14', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input15', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Input16', 'type': 'int32', 'dimensions': 0, 'parameters': {}}]
outputs = [{'name': 'Output1', 'type': 'int32', 'dimensions': 0, 'parameters': {}}, {'name': 'Output2', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output3', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output4', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output5', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output6', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output7', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output8', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output9', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output10', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output11', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output12', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output13', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output14', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output15', 'type': 'int32', 'dimensions': -1, 'parameters': {}}, {'name': 'Output16', 'type': 'int32', 'dimensions': -1, 'parameters': {}}]
parameters = [{'name': 'Parameter1', 'type': 'int32'}, {'name': 'Parameter2', 'type': 'int32'}, {'name': 'Parameter3', 'type': 'int32'}, {'name': 'Parameter4', 'type': 'int32'}, {'name': 'Parameter5', 'type': 'int32'}, {'name': 'Parameter6', 'type': 'int32'}, {'name': 'Parameter7', 'type': 'int32'}, {'name': 'Parameter8', 'type': 'int32'}, {'name': 'Parameter9', 'type': 'int32'}, {'name': 'Parameter10', 'type': 'int32'}, {'name': 'Parameter11', 'type': 'int32'}, {'name': 'Parameter12', 'type': 'int32'}, {'name': 'Parameter13', 'type': 'int32'}, {'name': 'Parameter14', 'type': 'int32'}, {'name': 'Parameter15', 'type': 'int32'}, {'name': 'Parameter16', 'type': 'int32'}]
parts = [] |
# opaflib/parsetab_pdf_brute_end.py
# This file is automatically generated. Do not edit.
_tabversion = '3.2'
_lr_method = 'LALR'
_lr_signature = 'v\xc8s\x99\xa0\x80\x10\xa9\xcbe\x07\xb2\x86\xf3\xc42'
_lr_action_items = {'DOUBLE_GREATER_THAN_SIGN':([5,7,9,11,12,13,14,15,16,17,19,20,21,22,26,],[-17,9,-15,-10,-6,-13,-7,-16,-8,-12,-14,-11,-9,-5,-2,]),'XREF':([0,],[1,]),'FALSE':([9,10,11,12,13,14,16,17,18,19,20,21,22,23,26,],[-15,11,-10,-6,-13,-7,-8,-12,11,-14,-11,-9,-5,11,-2,]),'NAME':([5,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,],[-17,10,-15,22,-10,-6,-13,-7,-16,-8,-12,22,-14,-11,-9,-5,22,-2,]),'HEXSTRING':([9,10,11,12,13,14,16,17,18,19,20,21,22,23,26,],[-15,14,-10,-6,-13,-7,-8,-12,14,-14,-11,-9,-5,14,-2,]),'DOUBLE_LESS_THAN_SIGN':([3,9,10,11,12,13,14,16,17,18,19,20,21,22,23,26,],[5,-15,5,-10,-6,-13,-7,-8,-12,5,-14,-11,-9,-5,5,-2,]),'NUMBER':([9,10,11,12,13,14,16,17,18,19,20,21,22,23,26,],[-15,16,-10,-6,-13,-7,-8,-12,16,-14,-11,-9,-5,16,-2,]),'LEFT_SQUARE_BRACKET':([9,10,11,12,13,14,16,17,18,19,20,21,22,23,26,],[-15,18,-10,-6,-13,-7,-8,-12,18,-14,-11,-9,-5,18,-2,]),'STARTXREF':([4,9,],[6,-15,]),'R':([9,10,11,12,13,14,16,17,18,19,20,21,22,23,26,],[-15,17,-10,-6,-13,-7,-8,-12,17,-14,-11,-9,-5,17,-2,]),'TRUE':([9,10,11,12,13,14,16,17,18,19,20,21,22,23,26,],[-15,21,-10,-6,-13,-7,-8,-12,21,-14,-11,-9,-5,21,-2,]),'STRING':([9,10,11,12,13,14,16,17,18,19,20,21,22,23,26,],[-15,12,-10,-6,-13,-7,-8,-12,12,-14,-11,-9,-5,12,-2,]),'NULL':([9,10,11,12,13,14,16,17,18,19,20,21,22,23,26,],[-15,20,-10,-6,-13,-7,-8,-12,20,-14,-11,-9,-5,20,-2,]),'EOF':([6,],[8,]),'RIGHT_SQUARE_BRACKET':([9,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,],[-15,-10,-6,-13,-7,-8,-12,-4,-14,-11,-9,-5,-4,26,-3,-2,]),'TRAILER':([1,],[3,]),'$end':([2,8,],[0,-31,]),}
_lr_action = { }
for _k, _v in _lr_action_items.items():
for _x,_y in zip(_v[0],_v[1]):
if not _x in _lr_action: _lr_action[_x] = { }
_lr_action[_x][_k] = _y
del _lr_action_items
_lr_goto_items = {'object':([10,18,23,],[15,23,23,]),'dictionary':([3,10,18,23,],[4,13,13,13,]),'object_list':([18,23,],[24,25,]),'dictionary_entry_list':([5,],[7,]),'pdf_brute_end':([0,],[2,]),'array':([10,18,23,],[19,19,19,]),}
_lr_goto = { }
for _k, _v in _lr_goto_items.items():
for _x,_y in zip(_v[0],_v[1]):
if not _x in _lr_goto: _lr_goto[_x] = { }
_lr_goto[_x][_k] = _y
del _lr_goto_items
_lr_productions = [
("S' -> pdf_brute_end","S'",1,None,None,None),
('pdf -> HEADER pdf_update_list','pdf',2,'p_pdf','opaflib/parser.py',24),
('array -> LEFT_SQUARE_BRACKET object_list RIGHT_SQUARE_BRACKET','array',3,'p_array','opaflib/parser.py',36),
('object_list -> object object_list','object_list',2,'p_object_list','opaflib/parser.py',40),
('object_list -> <empty>','object_list',0,'p_object_list_empty','opaflib/parser.py',44),
('object -> NAME','object',1,'p_object_name','opaflib/parser.py',49),
('object -> STRING','object',1,'p_object_string','opaflib/parser.py',53),
('object -> HEXSTRING','object',1,'p_object_hexstring','opaflib/parser.py',57),
('object -> NUMBER','object',1,'p_object_number','opaflib/parser.py',61),
('object -> TRUE','object',1,'p_object_true','opaflib/parser.py',65),
('object -> FALSE','object',1,'p_object_false','opaflib/parser.py',69),
('object -> NULL','object',1,'p_object_null','opaflib/parser.py',73),
('object -> R','object',1,'p_object_ref','opaflib/parser.py',77),
('object -> dictionary','object',1,'p_object_dictionary','opaflib/parser.py',82),
('object -> array','object',1,'p_object_array','opaflib/parser.py',86),
('dictionary -> DOUBLE_LESS_THAN_SIGN dictionary_entry_list DOUBLE_GREATER_THAN_SIGN','dictionary',3,'p_dictionary','opaflib/parser.py',96),
('dictionary_entry_list -> dictionary_entry_list NAME object','dictionary_entry_list',3,'p_dictionary_entry_list','opaflib/parser.py',100),
('dictionary_entry_list -> <empty>','dictionary_entry_list',0,'p_dictionary_entry_list','opaflib/parser.py',101),
('indirect -> indirect_object_stream','indirect',1,'p_indirect','opaflib/parser.py',119),
('indirect -> indirect_object','indirect',1,'p_indirect','opaflib/parser.py',120),
('indirect_object -> OBJ object ENDOBJ','indirect_object',3,'p_indirect_object','opaflib/parser.py',125),
('indirect_object_stream -> OBJ dictionary STREAM_DATA ENDOBJ','indirect_object_stream',4,'p_indirect_object_stream','opaflib/parser.py',129),
('xref -> XREF TRAILER dictionary','xref',3,'p_xref_common','opaflib/parser.py',146),
('xref -> indirect_object_stream','xref',1,'p_xref_stream','opaflib/parser.py',152),
('pdf_update -> body xref pdf_end','pdf_update',3,'p_pdf_update','opaflib/parser.py',157),
('pdf_end -> STARTXREF EOF','pdf_end',2,'p_pdf_end','opaflib/parser.py',168),
('pdf_update_list -> pdf_update_list pdf_update','pdf_update_list',2,'p_pdf_update_list','opaflib/parser.py',172),
('pdf_update_list -> pdf_update','pdf_update_list',1,'p_pdf_update_list_one','opaflib/parser.py',178),
('body -> body indirect_object','body',2,'p_body_object','opaflib/parser.py',183),
('body -> body indirect_object_stream','body',2,'p_body_object','opaflib/parser.py',184),
('body -> <empty>','body',0,'p_body_void','opaflib/parser.py',190),
('pdf_brute_end -> XREF TRAILER dictionary STARTXREF EOF','pdf_brute_end',5,'p_pdf_brute_end','opaflib/parser.py',202),
]
| _tabversion = '3.2'
_lr_method = 'LALR'
_lr_signature = 'vÈs\x99\xa0\x80\x10©Ëe\x07²\x86óÄ2'
_lr_action_items = {'DOUBLE_GREATER_THAN_SIGN': ([5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 26], [-17, 9, -15, -10, -6, -13, -7, -16, -8, -12, -14, -11, -9, -5, -2]), 'XREF': ([0], [1]), 'FALSE': ([9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26], [-15, 11, -10, -6, -13, -7, -8, -12, 11, -14, -11, -9, -5, 11, -2]), 'NAME': ([5, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26], [-17, 10, -15, 22, -10, -6, -13, -7, -16, -8, -12, 22, -14, -11, -9, -5, 22, -2]), 'HEXSTRING': ([9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26], [-15, 14, -10, -6, -13, -7, -8, -12, 14, -14, -11, -9, -5, 14, -2]), 'DOUBLE_LESS_THAN_SIGN': ([3, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26], [5, -15, 5, -10, -6, -13, -7, -8, -12, 5, -14, -11, -9, -5, 5, -2]), 'NUMBER': ([9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26], [-15, 16, -10, -6, -13, -7, -8, -12, 16, -14, -11, -9, -5, 16, -2]), 'LEFT_SQUARE_BRACKET': ([9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26], [-15, 18, -10, -6, -13, -7, -8, -12, 18, -14, -11, -9, -5, 18, -2]), 'STARTXREF': ([4, 9], [6, -15]), 'R': ([9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26], [-15, 17, -10, -6, -13, -7, -8, -12, 17, -14, -11, -9, -5, 17, -2]), 'TRUE': ([9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26], [-15, 21, -10, -6, -13, -7, -8, -12, 21, -14, -11, -9, -5, 21, -2]), 'STRING': ([9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26], [-15, 12, -10, -6, -13, -7, -8, -12, 12, -14, -11, -9, -5, 12, -2]), 'NULL': ([9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26], [-15, 20, -10, -6, -13, -7, -8, -12, 20, -14, -11, -9, -5, 20, -2]), 'EOF': ([6], [8]), 'RIGHT_SQUARE_BRACKET': ([9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26], [-15, -10, -6, -13, -7, -8, -12, -4, -14, -11, -9, -5, -4, 26, -3, -2]), 'TRAILER': ([1], [3]), '$end': ([2, 8], [0, -31])}
_lr_action = {}
for (_k, _v) in _lr_action_items.items():
for (_x, _y) in zip(_v[0], _v[1]):
if not _x in _lr_action:
_lr_action[_x] = {}
_lr_action[_x][_k] = _y
del _lr_action_items
_lr_goto_items = {'object': ([10, 18, 23], [15, 23, 23]), 'dictionary': ([3, 10, 18, 23], [4, 13, 13, 13]), 'object_list': ([18, 23], [24, 25]), 'dictionary_entry_list': ([5], [7]), 'pdf_brute_end': ([0], [2]), 'array': ([10, 18, 23], [19, 19, 19])}
_lr_goto = {}
for (_k, _v) in _lr_goto_items.items():
for (_x, _y) in zip(_v[0], _v[1]):
if not _x in _lr_goto:
_lr_goto[_x] = {}
_lr_goto[_x][_k] = _y
del _lr_goto_items
_lr_productions = [("S' -> pdf_brute_end", "S'", 1, None, None, None), ('pdf -> HEADER pdf_update_list', 'pdf', 2, 'p_pdf', 'opaflib/parser.py', 24), ('array -> LEFT_SQUARE_BRACKET object_list RIGHT_SQUARE_BRACKET', 'array', 3, 'p_array', 'opaflib/parser.py', 36), ('object_list -> object object_list', 'object_list', 2, 'p_object_list', 'opaflib/parser.py', 40), ('object_list -> <empty>', 'object_list', 0, 'p_object_list_empty', 'opaflib/parser.py', 44), ('object -> NAME', 'object', 1, 'p_object_name', 'opaflib/parser.py', 49), ('object -> STRING', 'object', 1, 'p_object_string', 'opaflib/parser.py', 53), ('object -> HEXSTRING', 'object', 1, 'p_object_hexstring', 'opaflib/parser.py', 57), ('object -> NUMBER', 'object', 1, 'p_object_number', 'opaflib/parser.py', 61), ('object -> TRUE', 'object', 1, 'p_object_true', 'opaflib/parser.py', 65), ('object -> FALSE', 'object', 1, 'p_object_false', 'opaflib/parser.py', 69), ('object -> NULL', 'object', 1, 'p_object_null', 'opaflib/parser.py', 73), ('object -> R', 'object', 1, 'p_object_ref', 'opaflib/parser.py', 77), ('object -> dictionary', 'object', 1, 'p_object_dictionary', 'opaflib/parser.py', 82), ('object -> array', 'object', 1, 'p_object_array', 'opaflib/parser.py', 86), ('dictionary -> DOUBLE_LESS_THAN_SIGN dictionary_entry_list DOUBLE_GREATER_THAN_SIGN', 'dictionary', 3, 'p_dictionary', 'opaflib/parser.py', 96), ('dictionary_entry_list -> dictionary_entry_list NAME object', 'dictionary_entry_list', 3, 'p_dictionary_entry_list', 'opaflib/parser.py', 100), ('dictionary_entry_list -> <empty>', 'dictionary_entry_list', 0, 'p_dictionary_entry_list', 'opaflib/parser.py', 101), ('indirect -> indirect_object_stream', 'indirect', 1, 'p_indirect', 'opaflib/parser.py', 119), ('indirect -> indirect_object', 'indirect', 1, 'p_indirect', 'opaflib/parser.py', 120), ('indirect_object -> OBJ object ENDOBJ', 'indirect_object', 3, 'p_indirect_object', 'opaflib/parser.py', 125), ('indirect_object_stream -> OBJ dictionary STREAM_DATA ENDOBJ', 'indirect_object_stream', 4, 'p_indirect_object_stream', 'opaflib/parser.py', 129), ('xref -> XREF TRAILER dictionary', 'xref', 3, 'p_xref_common', 'opaflib/parser.py', 146), ('xref -> indirect_object_stream', 'xref', 1, 'p_xref_stream', 'opaflib/parser.py', 152), ('pdf_update -> body xref pdf_end', 'pdf_update', 3, 'p_pdf_update', 'opaflib/parser.py', 157), ('pdf_end -> STARTXREF EOF', 'pdf_end', 2, 'p_pdf_end', 'opaflib/parser.py', 168), ('pdf_update_list -> pdf_update_list pdf_update', 'pdf_update_list', 2, 'p_pdf_update_list', 'opaflib/parser.py', 172), ('pdf_update_list -> pdf_update', 'pdf_update_list', 1, 'p_pdf_update_list_one', 'opaflib/parser.py', 178), ('body -> body indirect_object', 'body', 2, 'p_body_object', 'opaflib/parser.py', 183), ('body -> body indirect_object_stream', 'body', 2, 'p_body_object', 'opaflib/parser.py', 184), ('body -> <empty>', 'body', 0, 'p_body_void', 'opaflib/parser.py', 190), ('pdf_brute_end -> XREF TRAILER dictionary STARTXREF EOF', 'pdf_brute_end', 5, 'p_pdf_brute_end', 'opaflib/parser.py', 202)] |
# Copyright 2011 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
def insert_into_sorted_list(new_element, list, less_than_fn = lambda x, y: x < y):
insert_pos = 0
for i, element in enumerate(list):
if less_than_fn(new_element, element): break
insert_pos = i
list.insert(insert_pos, new_element)
prev_item = None
for item in list:
if prev_item: assert(less_than_fn(prev_item, item))
def find(f, seq):
"""Return first item in sequence where f(item) == True."""
for item in seq:
if f(item):
return item
def all(S):
"return true if all the items in sequence are true"
for x in S:
if not x:
return False
return True
def isnumeric(n):
return isinstance(n, int) or isinstance(n, float) or isinstance(n, long) or isinstance(n, complex)
def reversed(x):
if hasattr(x, 'keys'):
raise ValueError("mappings do not support reverse iteration")
i = len(x)
while i > 0:
i -= 1
yield x[i]
def intersection(list1, list2):
int_dict = {}
list1_dict = {}
for e in list1:
list1_dict[e] = 1
for e in list2:
if list1_dict.has_key(e):
int_dict[e] = 1
return int_dict.keys()
| def insert_into_sorted_list(new_element, list, less_than_fn=lambda x, y: x < y):
insert_pos = 0
for (i, element) in enumerate(list):
if less_than_fn(new_element, element):
break
insert_pos = i
list.insert(insert_pos, new_element)
prev_item = None
for item in list:
if prev_item:
assert less_than_fn(prev_item, item)
def find(f, seq):
"""Return first item in sequence where f(item) == True."""
for item in seq:
if f(item):
return item
def all(S):
"""return true if all the items in sequence are true"""
for x in S:
if not x:
return False
return True
def isnumeric(n):
return isinstance(n, int) or isinstance(n, float) or isinstance(n, long) or isinstance(n, complex)
def reversed(x):
if hasattr(x, 'keys'):
raise value_error('mappings do not support reverse iteration')
i = len(x)
while i > 0:
i -= 1
yield x[i]
def intersection(list1, list2):
int_dict = {}
list1_dict = {}
for e in list1:
list1_dict[e] = 1
for e in list2:
if list1_dict.has_key(e):
int_dict[e] = 1
return int_dict.keys() |
#
# PySNMP MIB module XYLAN-CSM-MIB (http://snmplabs.com/pysmi)
# ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/XYLAN-CSM-MIB
# Produced by pysmi-0.3.4 at Mon Apr 29 21:38:25 2019
# On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4
# Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15)
#
OctetString, Integer, ObjectIdentifier = mibBuilder.importSymbols("ASN1", "OctetString", "Integer", "ObjectIdentifier")
NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
ValueSizeConstraint, SingleValueConstraint, ConstraintsUnion, ConstraintsIntersection, ValueRangeConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueSizeConstraint", "SingleValueConstraint", "ConstraintsUnion", "ConstraintsIntersection", "ValueRangeConstraint")
ifIndex, = mibBuilder.importSymbols("IF-MIB", "ifIndex")
NotificationGroup, ModuleCompliance = mibBuilder.importSymbols("SNMPv2-CONF", "NotificationGroup", "ModuleCompliance")
MibScalar, MibTable, MibTableRow, MibTableColumn, iso, ObjectIdentity, IpAddress, MibIdentifier, Counter64, ModuleIdentity, Gauge32, Counter32, Unsigned32, Bits, TimeTicks, Integer32, NotificationType = mibBuilder.importSymbols("SNMPv2-SMI", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "iso", "ObjectIdentity", "IpAddress", "MibIdentifier", "Counter64", "ModuleIdentity", "Gauge32", "Counter32", "Unsigned32", "Bits", "TimeTicks", "Integer32", "NotificationType")
TextualConvention, DisplayString = mibBuilder.importSymbols("SNMPv2-TC", "TextualConvention", "DisplayString")
xylanCsmArch, = mibBuilder.importSymbols("XYLAN-BASE-MIB", "xylanCsmArch")
xylanCsmMIB = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1))
atmxVplGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1))
atmxInterfaceConfGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2))
atmxVclGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3))
xylnatmInterfaceConfGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4))
atmxVpCrossConnectGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5))
xylnatmInterfaceStatGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6))
atmxVcCrossConnectGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7))
atmxTrafficDescrGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8))
xylnatmVplGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9))
xylnatmVclGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10))
xylnatmVplStatGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11))
xylnatmVclStatGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12))
xylnatmVcCrossConnectGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13))
xylnatmVpCrossConnectGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14))
xylnatmVclModGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15))
xylnatmVplModGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16))
xylnatmClockingxCtrlGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17))
xylnatmTrafficShaperConfGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18))
xylnatmTrafficShaperMemGroup = MibIdentifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19))
class AtmxTrafficDescrParamIndex(Integer32):
subtypeSpec = Integer32.subtypeSpec + ValueRangeConstraint(0, 2147483647)
atmxInterfaceConfTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1), )
if mibBuilder.loadTexts: atmxInterfaceConfTable.setStatus('mandatory')
atmxInterfaceConfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "atmxInterfaceSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxInterfacePortIndex"))
if mibBuilder.loadTexts: atmxInterfaceConfEntry.setStatus('mandatory')
atmxInterfaceSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxInterfaceSlotIndex.setStatus('mandatory')
atmxInterfacePortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 64))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxInterfacePortIndex.setStatus('mandatory')
atmxInterfaceMaxVpcs = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4096))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxInterfaceMaxVpcs.setStatus('mandatory')
atmxInterfaceMaxVccs = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65536))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxInterfaceMaxVccs.setStatus('mandatory')
atmxInterfaceConfVpcs = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4096))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxInterfaceConfVpcs.setStatus('mandatory')
atmxInterfaceConfVccs = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65536))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxInterfaceConfVccs.setStatus('mandatory')
atmxInterfaceMaxActiveVpiBits = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 12))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxInterfaceMaxActiveVpiBits.setStatus('mandatory')
atmxInterfaceMaxActiveVciBits = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxInterfaceMaxActiveVciBits.setStatus('mandatory')
atmxInterfaceIlmiVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxInterfaceIlmiVpi.setStatus('mandatory')
atmxInterfaceIlmiVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 10), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535)).clone(16)).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxInterfaceIlmiVci.setStatus('mandatory')
atmxInterfaceAddressType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("private", 1), ("nsapE164", 2), ("nativeE164", 3), ("other", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxInterfaceAddressType.setStatus('mandatory')
atmxTrafficDescrParamTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1), )
if mibBuilder.loadTexts: atmxTrafficDescrParamTable.setStatus('mandatory')
atmxTrafficDescrParamEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "atmxTrafficDescrParamIndex"))
if mibBuilder.loadTexts: atmxTrafficDescrParamEntry.setStatus('mandatory')
atmxTrafficDescrParamIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 1), AtmxTrafficDescrParamIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxTrafficDescrParamIndex.setStatus('mandatory')
atmxTrafficDescrType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("atmxNoTrafficDescriptor", 1), ("atmxNoClpNoScr", 2), ("atmxClpNoTaggingNoScr", 3), ("atmxClpTaggingNoScr", 4), ("atmxNoClpScr", 5), ("atmxClpNoTaggingScr", 6), ("atmxClpTaggingScr", 7)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxTrafficDescrType.setStatus('mandatory')
atmxTrafficDescrParam1 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 3), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxTrafficDescrParam1.setStatus('mandatory')
atmxTrafficDescrParam2 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 4), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxTrafficDescrParam2.setStatus('mandatory')
atmxTrafficDescrParam3 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 5), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxTrafficDescrParam3.setStatus('mandatory')
atmxTrafficDescrParam4 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 6), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxTrafficDescrParam4.setStatus('mandatory')
atmxTrafficDescrParam5 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 7), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxTrafficDescrParam5.setStatus('mandatory')
atmxTrafficQoSClass = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxTrafficQoSClass.setStatus('mandatory')
atmxTrafficDescrRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("create", 1), ("modify", 2), ("delete", 3), ("active", 4), ("notActive", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxTrafficDescrRowStatus.setStatus('mandatory')
atmxVplTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1), )
if mibBuilder.loadTexts: atmxVplTable.setStatus('mandatory')
atmxVplEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "atmxVplSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxVplPortIndex"), (0, "XYLAN-CSM-MIB", "atmxVplVpi"))
if mibBuilder.loadTexts: atmxVplEntry.setStatus('mandatory')
atmxVplSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVplSlotIndex.setStatus('mandatory')
atmxVplPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 64))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVplPortIndex.setStatus('mandatory')
atmxVplVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVplVpi.setStatus('mandatory')
atmxVplAdminStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("up", 1), ("down", 2))).clone('down')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVplAdminStatus.setStatus('mandatory')
atmxVplOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVplOperStatus.setStatus('mandatory')
atmxVplLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 6), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVplLastChange.setStatus('mandatory')
atmxVplReceiveTrafficDescrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 7), AtmxTrafficDescrParamIndex()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVplReceiveTrafficDescrIndex.setStatus('mandatory')
atmxVplTransmitTrafficDescrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 8), AtmxTrafficDescrParamIndex()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVplTransmitTrafficDescrIndex.setStatus('mandatory')
atmxVplCrossConnectIdentifier = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVplCrossConnectIdentifier.setStatus('mandatory')
atmxVplRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("create", 1), ("modify", 2), ("delete", 3), ("active", 4), ("notActive", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVplRowStatus.setStatus('mandatory')
atmxVplBidirect = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("off", 1), ("on", 2))).clone('on')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVplBidirect.setStatus('mandatory')
atmxVclTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1), )
if mibBuilder.loadTexts: atmxVclTable.setStatus('mandatory')
atmxVclEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "atmxVclSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxVclPortIndex"), (0, "XYLAN-CSM-MIB", "atmxVclVpi"), (0, "XYLAN-CSM-MIB", "atmxVclVci"))
if mibBuilder.loadTexts: atmxVclEntry.setStatus('mandatory')
atmxVclSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVclSlotIndex.setStatus('mandatory')
atmxVclPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 64))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVclPortIndex.setStatus('mandatory')
atmxVclVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVclVpi.setStatus('mandatory')
atmxVclVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVclVci.setStatus('mandatory')
atmxVclAdminStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("up", 1), ("down", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVclAdminStatus.setStatus('mandatory')
atmxVclOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVclOperStatus.setStatus('mandatory')
atmxVclLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 7), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVclLastChange.setStatus('mandatory')
atmxVclReceiveTrafficDescrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 8), AtmxTrafficDescrParamIndex()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVclReceiveTrafficDescrIndex.setStatus('mandatory')
atmxVclTransmitTrafficDescrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 9), AtmxTrafficDescrParamIndex()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVclTransmitTrafficDescrIndex.setStatus('mandatory')
atmxVccAalType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("aal1", 1), ("aal34", 2), ("aal5", 3), ("other", 4), ("unknown", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVccAalType.setStatus('mandatory')
atmxVccAal5CpcsTransmitSduSize = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 11), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535)).clone(9188)).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVccAal5CpcsTransmitSduSize.setStatus('mandatory')
atmxVccAal5CpcsReceiveSduSize = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 12), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535)).clone(9188)).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVccAal5CpcsReceiveSduSize.setStatus('mandatory')
atmxVccAal5EncapsType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10))).clone(namedValues=NamedValues(("vcMultiplexRoutedProtocol", 1), ("vcMultiplexBridgedProtocol8023", 2), ("vcMultiplexBridgedProtocol8025", 3), ("vcMultiplexBridgedProtocol8026", 4), ("vcMultiplexLANemulation8023", 5), ("vcMultiplexLANemulation8025", 6), ("llcEncapsulation", 7), ("multiprotocolFrameRelaySscs", 8), ("other", 9), ("unknown", 10))).clone('llcEncapsulation')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVccAal5EncapsType.setStatus('mandatory')
atmxVclCrossConnectIdentifier = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 14), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVclCrossConnectIdentifier.setStatus('mandatory')
atmxVclRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("create", 1), ("modify", 2), ("delete", 3), ("active", 4), ("notActive", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVclRowStatus.setStatus('mandatory')
atmxVclBidirect = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("off", 1), ("on", 2))).clone('on')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVclBidirect.setStatus('mandatory')
atmxVpCrossConnectTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1), )
if mibBuilder.loadTexts: atmxVpCrossConnectTable.setStatus('mandatory')
atmxVpCrossConnectEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "atmxVpCrossConnectLowSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxVpCrossConnectLowPortIndex"), (0, "XYLAN-CSM-MIB", "atmxVpCrossConnectLowVpi"), (0, "XYLAN-CSM-MIB", "atmxVpCrossConnectHighSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxVpCrossConnectHighPortIndex"), (0, "XYLAN-CSM-MIB", "atmxVpCrossConnectHighVpi"))
if mibBuilder.loadTexts: atmxVpCrossConnectEntry.setStatus('mandatory')
atmxVpCrossConnectIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectIndex.setStatus('mandatory')
atmxVpCrossConnectLowSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectLowSlotIndex.setStatus('mandatory')
atmxVpCrossConnectLowPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectLowPortIndex.setStatus('mandatory')
atmxVpCrossConnectLowVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectLowVpi.setStatus('mandatory')
atmxVpCrossConnectHighSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 5), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectHighSlotIndex.setStatus('mandatory')
atmxVpCrossConnectHighPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 6), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectHighPortIndex.setStatus('mandatory')
atmxVpCrossConnectHighVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectHighVpi.setStatus('mandatory')
atmxVpCrossConnectAdminStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("up", 1), ("down", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVpCrossConnectAdminStatus.setStatus('mandatory')
atmxVpCrossConnectL2HOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectL2HOperStatus.setStatus('mandatory')
atmxVpCrossConnectH2LOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectH2LOperStatus.setStatus('mandatory')
atmxVpCrossConnectL2HLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 11), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectL2HLastChange.setStatus('mandatory')
atmxVpCrossConnectH2LLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 12), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVpCrossConnectH2LLastChange.setStatus('mandatory')
atmxVpCrossConnectRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("create", 1), ("modify", 2), ("delete", 3), ("active", 4), ("notActive", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVpCrossConnectRowStatus.setStatus('mandatory')
atmxSvcVpCrossConnectTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2), )
if mibBuilder.loadTexts: atmxSvcVpCrossConnectTable.setStatus('mandatory')
atmxSvcVpCrossConnectEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "atmxSvcVpCrossConnectLowSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxSvcVpCrossConnectLowPortIndex"), (0, "XYLAN-CSM-MIB", "atmxSvcVpCrossConnectLowVpi"), (0, "XYLAN-CSM-MIB", "atmxSvcVpCrossConnectHighSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxSvcVpCrossConnectHighPortIndex"), (0, "XYLAN-CSM-MIB", "atmxSvcVpCrossConnectHighVpi"))
if mibBuilder.loadTexts: atmxSvcVpCrossConnectEntry.setStatus('mandatory')
atmxSvcVpCrossConnectLowSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9)))
if mibBuilder.loadTexts: atmxSvcVpCrossConnectLowSlotIndex.setStatus('mandatory')
atmxSvcVpCrossConnectLowPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 25)))
if mibBuilder.loadTexts: atmxSvcVpCrossConnectLowPortIndex.setStatus('mandatory')
atmxSvcVpCrossConnectLowVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 4095)))
if mibBuilder.loadTexts: atmxSvcVpCrossConnectLowVpi.setStatus('mandatory')
atmxSvcVpCrossConnectHighSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9)))
if mibBuilder.loadTexts: atmxSvcVpCrossConnectHighSlotIndex.setStatus('mandatory')
atmxSvcVpCrossConnectHighPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 25)))
if mibBuilder.loadTexts: atmxSvcVpCrossConnectHighPortIndex.setStatus('mandatory')
atmxSvcVpCrossConnectHighVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 4095)))
if mibBuilder.loadTexts: atmxSvcVpCrossConnectHighVpi.setStatus('mandatory')
atmxSvcVpCrossConnectCreationTime = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 7), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxSvcVpCrossConnectCreationTime.setStatus('mandatory')
atmxSvcVpCrossConnectLowTDIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 8), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxSvcVpCrossConnectLowTDIndex.setStatus('mandatory')
atmxSvcVpCrossConnectHighTDIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 9), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxSvcVpCrossConnectHighTDIndex.setStatus('mandatory')
atmxSvcVpCrossConnectRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 10), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxSvcVpCrossConnectRowStatus.setStatus('mandatory')
atmxVcCrossConnectTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1), )
if mibBuilder.loadTexts: atmxVcCrossConnectTable.setStatus('mandatory')
atmxVcCrossConnectEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "atmxVcCrossConnectLowSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxVcCrossConnectLowPortIndex"), (0, "XYLAN-CSM-MIB", "atmxVcCrossConnectLowVpi"), (0, "XYLAN-CSM-MIB", "atmxVcCrossConnectLowVci"), (0, "XYLAN-CSM-MIB", "atmxVcCrossConnectHighSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxVcCrossConnectHighPortIndex"), (0, "XYLAN-CSM-MIB", "atmxVcCrossConnectHighVpi"), (0, "XYLAN-CSM-MIB", "atmxVcCrossConnectHighVci"))
if mibBuilder.loadTexts: atmxVcCrossConnectEntry.setStatus('mandatory')
atmxVcCrossConnectIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectIndex.setStatus('mandatory')
atmxVcCrossConnectLowSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectLowSlotIndex.setStatus('mandatory')
atmxVcCrossConnectLowPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectLowPortIndex.setStatus('mandatory')
atmxVcCrossConnectLowVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectLowVpi.setStatus('mandatory')
atmxVcCrossConnectLowVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectLowVci.setStatus('mandatory')
atmxVcCrossConnectHighSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectHighSlotIndex.setStatus('mandatory')
atmxVcCrossConnectHighPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 7), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectHighPortIndex.setStatus('mandatory')
atmxVcCrossConnectHighVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectHighVpi.setStatus('mandatory')
atmxVcCrossConnectHighVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectHighVci.setStatus('mandatory')
atmxVcCrossConnectAdminStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("up", 1), ("down", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVcCrossConnectAdminStatus.setStatus('mandatory')
atmxVcCrossConnectL2HOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectL2HOperStatus.setStatus('mandatory')
atmxVcCrossConnectH2LOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectH2LOperStatus.setStatus('mandatory')
atmxVcCrossConnectL2HLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 13), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectL2HLastChange.setStatus('mandatory')
atmxVcCrossConnectH2LLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 14), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxVcCrossConnectH2LLastChange.setStatus('mandatory')
atmxVcCrossConnectRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("create", 1), ("modify", 2), ("delete", 3), ("active", 4), ("notActive", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: atmxVcCrossConnectRowStatus.setStatus('mandatory')
atmxSvcVcCrossConnectTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2), )
if mibBuilder.loadTexts: atmxSvcVcCrossConnectTable.setStatus('mandatory')
atmxSvcVcCrossConnectEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "atmxSvcVcCrossConnectLowSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxSvcVcCrossConnectLowPortIndex"), (0, "XYLAN-CSM-MIB", "atmxSvcVcCrossConnectLowVpi"), (0, "XYLAN-CSM-MIB", "atmxSvcVcCrossConnectLowVci"), (0, "XYLAN-CSM-MIB", "atmxSvcVcCrossConnectHighSlotIndex"), (0, "XYLAN-CSM-MIB", "atmxSvcVcCrossConnectHighPortIndex"), (0, "XYLAN-CSM-MIB", "atmxSvcVcCrossConnectHighVpi"), (0, "XYLAN-CSM-MIB", "atmxSvcVcCrossConnectHighVci"))
if mibBuilder.loadTexts: atmxSvcVcCrossConnectEntry.setStatus('mandatory')
atmxSvcVcCrossConnectLowSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9)))
if mibBuilder.loadTexts: atmxSvcVcCrossConnectLowSlotIndex.setStatus('mandatory')
atmxSvcVcCrossConnectLowPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 25)))
if mibBuilder.loadTexts: atmxSvcVcCrossConnectLowPortIndex.setStatus('mandatory')
atmxSvcVcCrossConnectLowVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095)))
if mibBuilder.loadTexts: atmxSvcVcCrossConnectLowVpi.setStatus('mandatory')
atmxSvcVcCrossConnectLowVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535)))
if mibBuilder.loadTexts: atmxSvcVcCrossConnectLowVci.setStatus('mandatory')
atmxSvcVcCrossConnectHighSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9)))
if mibBuilder.loadTexts: atmxSvcVcCrossConnectHighSlotIndex.setStatus('mandatory')
atmxSvcVcCrossConnectHighPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 6), Integer32())
if mibBuilder.loadTexts: atmxSvcVcCrossConnectHighPortIndex.setStatus('mandatory')
atmxSvcVcCrossConnectHighVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095)))
if mibBuilder.loadTexts: atmxSvcVcCrossConnectHighVpi.setStatus('mandatory')
atmxSvcVcCrossConnectHighVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535)))
if mibBuilder.loadTexts: atmxSvcVcCrossConnectHighVci.setStatus('mandatory')
atmxSvcVcCrossConnectCreationTime = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 9), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxSvcVcCrossConnectCreationTime.setStatus('mandatory')
atmxSvcVcCrossConnectLowTDIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 10), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxSvcVcCrossConnectLowTDIndex.setStatus('mandatory')
atmxSvcVcCrossConnectHighTDIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 11), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxSvcVcCrossConnectHighTDIndex.setStatus('mandatory')
atmxSvcVcCrossConnectRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 12), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: atmxSvcVcCrossConnectRowStatus.setStatus('mandatory')
xylnatmInterfaceConfTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1), )
if mibBuilder.loadTexts: xylnatmInterfaceConfTable.setStatus('mandatory')
xylnatmInterfaceConfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmInterfaceSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmInterfacePortIndex"))
if mibBuilder.loadTexts: xylnatmInterfaceConfEntry.setStatus('mandatory')
xylnatmInterfaceSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceSlotIndex.setStatus('mandatory')
xylnatmInterfacePortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 25))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfacePortIndex.setStatus('mandatory')
xylnatmInterfaceDescription = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 3), DisplayString()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceDescription.setStatus('mandatory')
xylnatmInterfaceTransType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 20))).clone(namedValues=NamedValues(("unknown", 1), ("sonetSts3", 2), ("ds3", 3), ("fourb5b", 4), ("eightb10b", 5), ("e3", 6), ("sonetSts12", 7), ("ds1", 8), ("e1", 9), ("internal", 20)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceTransType.setStatus('mandatory')
xylnatmInterfaceType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6))).clone(namedValues=NamedValues(("public", 1), ("private", 2), ("pnni10", 3), ("nni-iisp-network", 4), ("nni-iisp-user", 5), ("other", 6)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceType.setStatus('mandatory')
xylnatmInterfaceMediaType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("unknown", 1), ("coax", 2), ("singlemode", 3), ("multimode", 4), ("stp", 5), ("utp", 6), ("internal", 7)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceMediaType.setStatus('mandatory')
xylnatmInterfaceAtmAddress = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 7), DisplayString()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceAtmAddress.setStatus('mandatory')
xylnatmInterfacePortMode = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("off", 1), ("passthru", 2), ("normal", 3)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfacePortMode.setStatus('mandatory')
xylnatmInterfaceOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("up", 1), ("down", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceOperStatus.setStatus('mandatory')
xylnatmInterfaceQsaalStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("up", 1), ("down", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceQsaalStatus.setStatus('mandatory')
xylnatmInterfaceIlmiStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("up", 1), ("down", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceIlmiStatus.setStatus('mandatory')
xylnatmInterfaceTpRedirect = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceTpRedirect.setStatus('mandatory')
xylnatmInterfaceCutOverSlot = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 13), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceCutOverSlot.setStatus('mandatory')
xylnatmInterfaceCutOverPort = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 14), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 25))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceCutOverPort.setStatus('mandatory')
xylnatmInterfaceClearPortStats = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("true", 1), ("false", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceClearPortStats.setStatus('mandatory')
xylnatmInterfaceClearChanStats = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("true", 1), ("false", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceClearChanStats.setStatus('mandatory')
xylnatmInterfaceClearSlotStats = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("true", 1), ("false", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceClearSlotStats.setStatus('mandatory')
xylnatmInterfaceTransmissionType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 18), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("sonet3c", 1), ("sdh", 2), ("sonet12c", 3), ("notApplicable", 4)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceTransmissionType.setStatus('mandatory')
xylnatmInterfaceIlmiState = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 19), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceIlmiState.setStatus('mandatory')
xylnatmInterfaceTimingMode = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 20), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("local", 1), ("loop", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceTimingMode.setStatus('mandatory')
xylnatmInterfaceLocalSrc = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 21), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("oscillator", 1), ("busLine8K", 2), ("busLine19M", 3)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceLocalSrc.setStatus('mandatory')
xylnatmInterfaceUniVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 22), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("uni30", 1), ("uni31", 2), ("uniIisp", 3)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmInterfaceUniVersion.setStatus('mandatory')
xylnatmILMIConfTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3), )
if mibBuilder.loadTexts: xylnatmILMIConfTable.setStatus('mandatory')
xylnatmILMIConfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1), ).setIndexNames((0, "IF-MIB", "ifIndex"))
if mibBuilder.loadTexts: xylnatmILMIConfEntry.setStatus('mandatory')
xylnatmILMIConfSlot = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfSlot.setStatus('mandatory')
xylnatmILMIConfPort = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfPort.setStatus('mandatory')
xylnatmILMIConfInstance = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfInstance.setStatus('mandatory')
xylnatmILMIConfILMIEnable = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("disable", 1), ("enable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmILMIConfILMIEnable.setStatus('mandatory')
xylnatmILMIConfILMIPollEnable = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("disable", 1), ("enable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmILMIConfILMIPollEnable.setStatus('mandatory')
xylnatmILMIConfAutoCfgEnable = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("disable", 1), ("enable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmILMIConfAutoCfgEnable.setStatus('mandatory')
xylnatmILMIConfAutoCfgStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("cfgDone", 1), ("idle", 2), ("inProgress", 3)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfAutoCfgStatus.setStatus('mandatory')
xylnatmILMIConfAutoCfgTrigg = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("unknown", 1), ("phyLogic", 2), ("phy", 3), ("logic", 4)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmILMIConfAutoCfgTrigg.setStatus('mandatory')
xylnatmILMIConfAutoCfgDfltIf = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("privateUNI", 1), ("pnni", 2), ("iispNetwork", 3), ("iispUser", 4), ("publicUNI", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmILMIConfAutoCfgDfltIf.setStatus('mandatory')
xylnatmILMIConfAutoCfgDfltSigVer = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("uni30", 1), ("uni31", 2), ("uni40", 3)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmILMIConfAutoCfgDfltSigVer.setStatus('mandatory')
xylnatmILMIConfAutoCfgCurIf = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("privateUNI", 1), ("pnni", 2), ("iispNetwork", 3), ("iispUser", 4), ("publicUNI", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmILMIConfAutoCfgCurIf.setStatus('mandatory')
xylnatmILMIConfAutoCfgCurSigVer = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("uni30", 1), ("uni31", 2), ("uni40", 3)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfAutoCfgCurSigVer.setStatus('mandatory')
xylnatmILMIConfAutoCfgCurILMIVer = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("unsupported", 1), ("ilmi40", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfAutoCfgCurILMIVer.setStatus('mandatory')
xylnatmILMIConfPeerUniType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("public", 1), ("private", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfPeerUniType.setStatus('mandatory')
xylnatmILMIConfPeerUniVer = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("uni30", 1), ("uni31", 2), ("uni40", 3)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfPeerUniVer.setStatus('mandatory')
xylnatmILMIConfPeerDevType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("user", 1), ("node", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfPeerDevType.setStatus('mandatory')
xylnatmILMIConfPeerNNISigVer = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("unsupported", 1), ("iisp", 2), ("pnni10", 3)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfPeerNNISigVer.setStatus('mandatory')
xylnatmILMIConfPeerILMIVer = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 18), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("unsupported", 1), ("ilmi40", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmILMIConfPeerILMIVer.setStatus('mandatory')
xylnatmInterfaceStatTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1), )
if mibBuilder.loadTexts: xylnatmInterfaceStatTable.setStatus('mandatory')
xylnatmInterfaceStatEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmInterfaceStatSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmInterfaceStatPortIndex"))
if mibBuilder.loadTexts: xylnatmInterfaceStatEntry.setStatus('mandatory')
xylnatmInterfaceStatSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatSlotIndex.setStatus('mandatory')
xylnatmInterfaceStatPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatPortIndex.setStatus('mandatory')
xylnatmInterfaceStatRxCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatRxCells.setStatus('mandatory')
xylnatmInterfaceStatRxClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatRxClp0Cells.setStatus('mandatory')
xylnatmInterfaceStatRxClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatRxClp1Cells.setStatus('mandatory')
xylnatmInterfaceStatTxCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatTxCells.setStatus('mandatory')
xylnatmInterfaceStatMarkEfciCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatMarkEfciCells.setStatus('mandatory')
xylnatmInterfaceStatMarkGcraCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatMarkGcraCells.setStatus('mandatory')
xylnatmInterfaceStatTotalDiscardCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatTotalDiscardCells.setStatus('mandatory')
xylnatmInterfaceStatDxCongClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatDxCongClp0Cells.setStatus('mandatory')
xylnatmInterfaceStatDxCongClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatDxCongClp1Cells.setStatus('mandatory')
xylnatmInterfaceStatDxGcraClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatDxGcraClp0Cells.setStatus('mandatory')
xylnatmInterfaceStatDxGcraClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatDxGcraClp1Cells.setStatus('mandatory')
xylnatmInterfaceStatDxGcrabClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatDxGcrabClp0Cells.setStatus('mandatory')
xylnatmInterfaceStatDxGcrabClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatDxGcrabClp1Cells.setStatus('mandatory')
xylnatmInterfaceStatUnknownVpVcCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 16), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatUnknownVpVcCells.setStatus('mandatory')
xylnatmInterfaceStatUnknownVpiCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 17), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatUnknownVpiCells.setStatus('mandatory')
xylnatmInterfaceStatUnknownVciCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 18), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatUnknownVciCells.setStatus('mandatory')
xylnatmInterfaceStatUniType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 19), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("public", 1), ("private", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatUniType.setStatus('mandatory')
xylnatmInterfaceStatUniVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 20), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("uni30", 1), ("uni31", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatUniVersion.setStatus('mandatory')
xylnatmInterfaceStatRemainingRxBandwidth = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 21), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatRemainingRxBandwidth.setStatus('mandatory')
xylnatmInterfaceStatRemainingTxBandwidth = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 22), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmInterfaceStatRemainingTxBandwidth.setStatus('mandatory')
xylnatmVclTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1), )
if mibBuilder.loadTexts: xylnatmVclTable.setStatus('mandatory')
xylnatmVclEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmVclSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVclPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVclVpi"), (0, "XYLAN-CSM-MIB", "xylnatmVclVci"))
if mibBuilder.loadTexts: xylnatmVclEntry.setStatus('mandatory')
xylnatmVclSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclSlotIndex.setStatus('mandatory')
xylnatmVclPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclPortIndex.setStatus('mandatory')
xylnatmVclVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclVpi.setStatus('mandatory')
xylnatmVclVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 4), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclVci.setStatus('mandatory')
xylnatmVclConnectionDescr = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 5), DisplayString()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclConnectionDescr.setStatus('mandatory')
xylnatmVclChanType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 3, 4))).clone(namedValues=NamedValues(("unknown", 1), ("vcNni", 3), ("vcUni", 4)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclChanType.setStatus('mandatory')
xylnatmVclTransportPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3, 5, 6, 7, 8))).clone(namedValues=NamedValues(("qosCbrPrs", 2), ("qosCbr", 3), ("qosVbrRt", 5), ("qosVbrNrt", 6), ("qosAbr", 7), ("qosUbr", 8)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclTransportPriority.setStatus('mandatory')
xylnatmVclUserPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 8), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclUserPriority.setStatus('mandatory')
xylnatmVclStatsMode = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("cntGcraDxCell", 1), ("mrkGcraDxCell", 2), ("cntGcraPsCell", 3), ("mrkGcraPsCell", 4)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclStatsMode.setStatus('mandatory')
xylnatmVclPrTrackPortBase = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 10), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclPrTrackPortBase.setStatus('mandatory')
xylnatmVclPrTrackPort1 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 11), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclPrTrackPort1.setStatus('mandatory')
xylnatmVclPrTrackPort2 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 12), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclPrTrackPort2.setStatus('mandatory')
xylnatmVclPrTrackPort3 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 13), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclPrTrackPort3.setStatus('mandatory')
xylnatmVclAltTrackPortBase = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 14), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclAltTrackPortBase.setStatus('mandatory')
xylnatmVclAltTrackPort1 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 15), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclAltTrackPort1.setStatus('mandatory')
xylnatmVclAltTrackPort2 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 16), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclAltTrackPort2.setStatus('mandatory')
xylnatmVclAltTrackPort3 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 17), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclAltTrackPort3.setStatus('mandatory')
xylnatmVclLgclChanRedirect = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 18), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("notAllowed", 1), ("allowed", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclLgclChanRedirect.setStatus('mandatory')
xylnatmVclAAL5Discard = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 19), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("earlyPktDiscard", 1), ("disable", 2), ("partialPktDiscard", 3)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclAAL5Discard.setStatus('mandatory')
xylnatmVclF4F5SegEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 20), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclF4F5SegEndpt.setStatus('mandatory')
xylnatmVclF4F5CopySeg = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 21), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclF4F5CopySeg.setStatus('mandatory')
xylnatmVclF4F5End2EndEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 22), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclF4F5End2EndEndpt.setStatus('mandatory')
xylnatmVclF4F5CopyEnd2End = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 23), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclF4F5CopyEnd2End.setStatus('mandatory')
xylnatmVclOamEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 24), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclOamEndpt.setStatus('mandatory')
xylnatmVclOamCopy = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 25), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclOamCopy.setStatus('mandatory')
xylnatmVclRmFwdEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 26), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclRmFwdEndpt.setStatus('mandatory')
xylnatmVclRmFwdCopy = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 27), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclRmFwdCopy.setStatus('mandatory')
xylnatmVclRmFwdGcraAdv = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 28), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclRmFwdGcraAdv.setStatus('mandatory')
xylnatmVclRmBkwdEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 29), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclRmBkwdEndpt.setStatus('mandatory')
xylnatmVclRmBkwdCopy = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 30), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclRmBkwdCopy.setStatus('mandatory')
xylnatmVclRmBkwdGcraAdv = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 31), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclRmBkwdGcraAdv.setStatus('mandatory')
xylnatmVclRmDiscard = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 32), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclRmDiscard.setStatus('mandatory')
xylnatmVclGcraAPoliceMode = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 33), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("gcraEmDxAll", 1), ("gcraEmMarkClp0DxClp1", 2), ("gcraEmMarkAllDxAll", 3), ("gcraEmMarkClp0DxAll", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclGcraAPoliceMode.setStatus('mandatory')
xylnatmVclGcraBPoliceMode = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 34), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("gcraEmDxAll", 1), ("gcraEmMarkClp0DxClp1", 2), ("gcraEmMarkAllDxAll", 3), ("gcraEmMarkClp0DxAll", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclGcraBPoliceMode.setStatus('mandatory')
xylnatmVclMcGroupId = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 35), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclMcGroupId.setStatus('mandatory')
xylnatmVclMcIngressEgress = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 36), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ingress", 1), ("egress", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclMcIngressEgress.setStatus('mandatory')
xylnatmVclStatTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1), )
if mibBuilder.loadTexts: xylnatmVclStatTable.setStatus('mandatory')
xylnatmVclStatEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmVclStatSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVclStatPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVclStatVpi"), (0, "XYLAN-CSM-MIB", "xylnatmVclStatVci"))
if mibBuilder.loadTexts: xylnatmVclStatEntry.setStatus('mandatory')
xylnatmVclStatSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatSlotIndex.setStatus('mandatory')
xylnatmVclStatPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 25))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatPortIndex.setStatus('mandatory')
xylnatmVclStatVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatVpi.setStatus('mandatory')
xylnatmVclStatVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 4), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatVci.setStatus('mandatory')
xylnatmVclStatRxCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatRxCells.setStatus('mandatory')
xylnatmVclStatTxCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatTxCells.setStatus('mandatory')
xylnatmVclStatRxClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatRxClp0Cells.setStatus('mandatory')
xylnatmVclStatRxClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatRxClp1Cells.setStatus('mandatory')
xylnatmVclStatDxCongClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatDxCongClp0Cells.setStatus('mandatory')
xylnatmVclStatDxCongClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatDxCongClp1Cells.setStatus('mandatory')
xylnatmVclStatDxGcraClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatDxGcraClp0Cells.setStatus('mandatory')
xylnatmVclStatDxGcraClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatDxGcraClp1Cells.setStatus('mandatory')
xylnatmVclStatDxGcraBClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatDxGcraBClp0Cells.setStatus('mandatory')
xylnatmVclStatDxGcraBClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclStatDxGcraBClp1Cells.setStatus('mandatory')
xylnatmVplTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1), )
if mibBuilder.loadTexts: xylnatmVplTable.setStatus('mandatory')
xylnatmVplEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmVplSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVplPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVplVpi"))
if mibBuilder.loadTexts: xylnatmVplEntry.setStatus('mandatory')
xylnatmVplSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplSlotIndex.setStatus('mandatory')
xylnatmVplPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplPortIndex.setStatus('mandatory')
xylnatmVplVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplVpi.setStatus('mandatory')
xylnatmVplConnectionDescr = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 4), DisplayString()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplConnectionDescr.setStatus('mandatory')
xylnatmVplChanType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 5, 6))).clone(namedValues=NamedValues(("unknown", 1), ("vpNNI", 5), ("vpUni", 6)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplChanType.setStatus('mandatory')
xylnatmVplTransportPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3, 5, 6, 7, 8))).clone(namedValues=NamedValues(("qosCbrPrs", 2), ("qosCbr", 3), ("qosVbrRt", 5), ("qosVbrNrt", 6), ("qosAbr", 7), ("qosUbr", 8)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplTransportPriority.setStatus('mandatory')
xylnatmVplUserPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 7), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplUserPriority.setStatus('mandatory')
xylnatmVplStatsMode = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("cntGcraDxCell", 1), ("mrkGcraDxCell", 2), ("cntGcraPsCell", 3), ("mrkGcraPsCell", 4)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplStatsMode.setStatus('mandatory')
xylnatmVplPrTrackPortBase = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 9), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplPrTrackPortBase.setStatus('mandatory')
xylnatmVplPrTrackPort1 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 10), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplPrTrackPort1.setStatus('mandatory')
xylnatmVplPrTrackPort2 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 11), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplPrTrackPort2.setStatus('mandatory')
xylnatmVplPrTrackPort3 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 12), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplPrTrackPort3.setStatus('mandatory')
xylnatmVplAltTrackPortBase = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 13), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplAltTrackPortBase.setStatus('mandatory')
xylnatmVplAltTrackPort1 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 14), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplAltTrackPort1.setStatus('mandatory')
xylnatmVplAltTrackPort2 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 15), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplAltTrackPort2.setStatus('mandatory')
xylnatmVplAltTrackPort3 = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 16), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplAltTrackPort3.setStatus('mandatory')
xylnatmVplLgclChanRedirect = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("notAllowed", 1), ("allowed", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplLgclChanRedirect.setStatus('mandatory')
xylnatmVplAAL5Discard = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 18), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("earlyPktDiscard", 1), ("disable", 2), ("partialPktDiscard", 3)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplAAL5Discard.setStatus('mandatory')
xylnatmVplF4F5SegEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 19), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplF4F5SegEndpt.setStatus('mandatory')
xylnatmVplF4F5CopySeg = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 20), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplF4F5CopySeg.setStatus('mandatory')
xylnatmVplF4F5End2EndEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 21), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplF4F5End2EndEndpt.setStatus('mandatory')
xylnatmVplF4F5CopyEnd2End = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 22), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplF4F5CopyEnd2End.setStatus('mandatory')
xylnatmVplOamEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 23), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplOamEndpt.setStatus('mandatory')
xylnatmVplOamCopy = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 24), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplOamCopy.setStatus('mandatory')
xylnatmVplRmFwdEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 25), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplRmFwdEndpt.setStatus('mandatory')
xylnatmVplRmFwdCopy = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 26), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplRmFwdCopy.setStatus('mandatory')
xylnatmVplRmFwdGcraAdv = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 27), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplRmFwdGcraAdv.setStatus('mandatory')
xylnatmVplRmBkwdEndpt = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 28), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplRmBkwdEndpt.setStatus('mandatory')
xylnatmVplRmBkwdCopy = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 29), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplRmBkwdCopy.setStatus('mandatory')
xylnatmVplRmBkwdGcraAdv = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 30), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplRmBkwdGcraAdv.setStatus('mandatory')
xylnatmVplRmDiscard = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 31), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplRmDiscard.setStatus('mandatory')
xylnatmVplGcraAPoliceMode = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 32), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("gcraEmDxAll", 1), ("gcraEmMarkClp0DxClp1", 2), ("gcraEmMarkAllDxAll", 3), ("gcraEmMarkClp0DxAll", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplGcraAPoliceMode.setStatus('mandatory')
xylnatmVplGcraBPoliceMode = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 33), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("gcraEmDxAll", 1), ("gcraEmMarkClp0DxClp1", 2), ("gcraEmMarkAllDxAll", 3), ("gcraEmMarkClp0DxAll", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplGcraBPoliceMode.setStatus('mandatory')
xylnatmVplMcGroupId = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 34), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplMcGroupId.setStatus('mandatory')
xylnatmVplMcIngressEgress = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 35), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ingress", 1), ("egress", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplMcIngressEgress.setStatus('mandatory')
xylnatmVplStatTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1), )
if mibBuilder.loadTexts: xylnatmVplStatTable.setStatus('mandatory')
xylnatmVplStatEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmVplStatSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVplStatPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVplStatVpi"))
if mibBuilder.loadTexts: xylnatmVplStatEntry.setStatus('mandatory')
xylnatmVplStatSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatSlotIndex.setStatus('mandatory')
xylnatmVplStatPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 25))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatPortIndex.setStatus('mandatory')
xylnatmVplStatVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatVpi.setStatus('mandatory')
xylnatmVplStatRxCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatRxCells.setStatus('mandatory')
xylnatmVplStatTxCells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatTxCells.setStatus('mandatory')
xylnatmVplStatRxClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatRxClp0Cells.setStatus('mandatory')
xylnatmVplStatRxClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatRxClp1Cells.setStatus('mandatory')
xylnatmVplStatDxCongClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatDxCongClp0Cells.setStatus('mandatory')
xylnatmVplStatDxCongClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatDxCongClp1Cells.setStatus('mandatory')
xylnatmVplStatDxGcraClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatDxGcraClp0Cells.setStatus('mandatory')
xylnatmVplStatDxGcraClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatDxGcraClp1Cells.setStatus('mandatory')
xylnatmVplStatDxGcraBClp0Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatDxGcraBClp0Cells.setStatus('mandatory')
xylnatmVplStatDxGcraBClp1Cells = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplStatDxGcraBClp1Cells.setStatus('mandatory')
xylnatmVpCrossConnectTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1), )
if mibBuilder.loadTexts: xylnatmVpCrossConnectTable.setStatus('mandatory')
xylnatmVpCrossConnectEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmVpCrossConnectLowSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVpCrossConnectLowPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVpCrossConnectLowVpi"), (0, "XYLAN-CSM-MIB", "xylnatmVpCrossConnectHighSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVpCrossConnectHighPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVpCrossConnectHighVpi"))
if mibBuilder.loadTexts: xylnatmVpCrossConnectEntry.setStatus('mandatory')
xylnatmVpCrossConnectLowSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectLowSlotIndex.setStatus('mandatory')
xylnatmVpCrossConnectLowPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectLowPortIndex.setStatus('mandatory')
xylnatmVpCrossConnectLowVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectLowVpi.setStatus('mandatory')
xylnatmVpCrossConnectHighSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectHighSlotIndex.setStatus('mandatory')
xylnatmVpCrossConnectHighPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 5), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectHighPortIndex.setStatus('mandatory')
xylnatmVpCrossConnectHighVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectHighVpi.setStatus('mandatory')
xylnatmVpCrossConnectConnectionId = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("multicastParent", 1), ("multicastChild", 2), ("nonMulticastParent", 3), ("unknown", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectConnectionId.setStatus('mandatory')
xylnatmVpCrossConnectLowRxTrafficDescrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 8), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVpCrossConnectLowRxTrafficDescrIndex.setStatus('mandatory')
xylnatmVpCrossConnectLowTxTrafficDescrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 9), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVpCrossConnectLowTxTrafficDescrIndex.setStatus('mandatory')
xylnatmVpCrossConnectMCastEnable = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enable", 1), ("disable", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVpCrossConnectMCastEnable.setStatus('mandatory')
xylnatmVpCrossConnectL2HLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 11), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectL2HLastChange.setStatus('mandatory')
xylnatmVpCrossConnectH2LLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 12), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectH2LLastChange.setStatus('mandatory')
xylnatmVpCrossConnectL2HOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectL2HOperStatus.setStatus('mandatory')
xylnatmVpCrossConnectH2LOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectH2LOperStatus.setStatus('mandatory')
xylnatmVpCrossConnectVcType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("pvc", 1), ("svc", 2), ("softPvc", 3), ("control", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVpCrossConnectVcType.setStatus('mandatory')
xylnatmVpCrossConnectPvcIdentifier = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 16), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVpCrossConnectPvcIdentifier.setStatus('mandatory')
xylnatmVpCrossConnectRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("create", 1), ("modify", 2), ("delete", 3), ("active", 4), ("notActive", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVpCrossConnectRowStatus.setStatus('mandatory')
xylnatmVcCrossConnectTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1), )
if mibBuilder.loadTexts: xylnatmVcCrossConnectTable.setStatus('mandatory')
xylnatmVcCrossConnectEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmVcCrossConnectLowSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVcCrossConnectLowPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVcCrossConnectLowVpi"), (0, "XYLAN-CSM-MIB", "xylnatmVcCrossConnectLowVci"), (0, "XYLAN-CSM-MIB", "xylnatmVcCrossConnectHighSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVcCrossConnectHighPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVcCrossConnectHighVpi"), (0, "XYLAN-CSM-MIB", "xylnatmVcCrossConnectHighVci"))
if mibBuilder.loadTexts: xylnatmVcCrossConnectEntry.setStatus('mandatory')
xylnatmVcCrossConnectLowSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectLowSlotIndex.setStatus('mandatory')
xylnatmVcCrossConnectLowPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectLowPortIndex.setStatus('mandatory')
xylnatmVcCrossConnectLowVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectLowVpi.setStatus('mandatory')
xylnatmVcCrossConnectLowVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectLowVci.setStatus('mandatory')
xylnatmVcCrossConnectHighSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectHighSlotIndex.setStatus('mandatory')
xylnatmVcCrossConnectHighPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 6), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectHighPortIndex.setStatus('mandatory')
xylnatmVcCrossConnectHighVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectHighVpi.setStatus('mandatory')
xylnatmVcCrossConnectHighVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectHighVci.setStatus('mandatory')
xylnatmVcCrossConnectConnectionId = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("multicastParent", 1), ("multicastChild", 2), ("nonMulticastParent", 3), ("unknown", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectConnectionId.setStatus('mandatory')
xylnatmVcCrossConnectLowRxTrafficDescrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 10), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVcCrossConnectLowRxTrafficDescrIndex.setStatus('mandatory')
xylnatmVcCrossConnectLowTxTrafficDescrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 11), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVcCrossConnectLowTxTrafficDescrIndex.setStatus('mandatory')
xylnatmVcCrossConnectMCastEnable = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVcCrossConnectMCastEnable.setStatus('mandatory')
xylnatmVcCrossConnectL2HLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 13), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectL2HLastChange.setStatus('mandatory')
xylnatmVcCrossConnectH2LLastChange = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 14), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectH2LLastChange.setStatus('mandatory')
xylnatmVcCrossConnectL2HOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectL2HOperStatus.setStatus('mandatory')
xylnatmVcCrossConnectH2LOperStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("unknown", 1), ("end2endup", 2), ("end2endDown", 3), ("localUpEndToEndUnknown", 4), ("localDown", 5)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectH2LOperStatus.setStatus('mandatory')
xylnatmVcCrossConnectVcType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("pvc", 1), ("svc", 2), ("softPvc", 3), ("control", 4)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVcCrossConnectVcType.setStatus('mandatory')
xylnatmVcCrossConnectPvcIdentifier = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 18), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVcCrossConnectPvcIdentifier.setStatus('mandatory')
xylnatmVcCrossConnectRowStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 19), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("create", 1), ("modify", 2), ("delete", 3), ("active", 4), ("notActive", 5)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVcCrossConnectRowStatus.setStatus('mandatory')
xylnatmVplModTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1), )
if mibBuilder.loadTexts: xylnatmVplModTable.setStatus('mandatory')
xylnatmVplModEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmVplModSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVplModPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVplModVplVpi"))
if mibBuilder.loadTexts: xylnatmVplModEntry.setStatus('mandatory')
xylnatmVplModSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplModSlotIndex.setStatus('mandatory')
xylnatmVplModPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplModPortIndex.setStatus('mandatory')
xylnatmVplModVplVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVplModVplVpi.setStatus('mandatory')
xylnatmVplModDestSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 4), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplModDestSlotIndex.setStatus('mandatory')
xylnatmVplModDestPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 5), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplModDestPortIndex.setStatus('mandatory')
xylnatmVplModDestVplVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 6), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplModDestVplVpi.setStatus('mandatory')
xylnatmVplModDestStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("create", 1), ("modify", 2), ("delete", 3), ("active", 4)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVplModDestStatus.setStatus('mandatory')
xylnatmVclModTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1), )
if mibBuilder.loadTexts: xylnatmVclModTable.setStatus('mandatory')
xylnatmVclModEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmVclModSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVclModPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmVclModVclVpi"), (0, "XYLAN-CSM-MIB", "xylnatmVclModVclVci"))
if mibBuilder.loadTexts: xylnatmVclModEntry.setStatus('mandatory')
xylnatmVclModSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclModSlotIndex.setStatus('mandatory')
xylnatmVclModPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclModPortIndex.setStatus('mandatory')
xylnatmVclModVclVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclModVclVpi.setStatus('mandatory')
xylnatmVclModVclVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 4), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmVclModVclVci.setStatus('mandatory')
xylnatmVclModDestSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 5), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclModDestSlotIndex.setStatus('mandatory')
xylnatmVclModDestPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 6), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclModDestPortIndex.setStatus('mandatory')
xylnatmVclModDestVclVpi = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 7), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclModDestVclVpi.setStatus('mandatory')
xylnatmVclModDestVclVci = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 8), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclModDestVclVci.setStatus('mandatory')
xylnatmVclModDestStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("create", 1), ("modify", 2), ("delete", 3), ("active", 4)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmVclModDestStatus.setStatus('mandatory')
xylnatmClockingxCtrlTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1), )
if mibBuilder.loadTexts: xylnatmClockingxCtrlTable.setStatus('mandatory')
xylnatmClockingxCtrlEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmClockingxCtrlBusLine"), (0, "XYLAN-CSM-MIB", "xylnatmClockingxCtrlSrcLevel"))
if mibBuilder.loadTexts: xylnatmClockingxCtrlEntry.setStatus('mandatory')
xylnatmClockingxCtrlBusLine = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("eightKhz", 1), ("nineteenMhz", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmClockingxCtrlBusLine.setStatus('mandatory')
xylnatmClockingxCtrlSrcLevel = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("primary", 1), ("secondary", 2), ("tertiary", 3)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmClockingxCtrlSrcLevel.setStatus('mandatory')
xylnatmClockingxSrcOperState = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("inactive", 1), ("active", 2), ("standby", 3)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmClockingxSrcOperState.setStatus('mandatory')
xylnatmClockingxSrcType = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("notConfigured", 1), ("receiveDataDerived", 2), ("onboardOscillator", 3)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmClockingxSrcType.setStatus('mandatory')
xylnatmClockingxCtrlSlot = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 9))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmClockingxCtrlSlot.setStatus('mandatory')
xylnatmClockingxCtrlPort = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 64))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmClockingxCtrlPort.setStatus('mandatory')
xylnatmClockingxGlobalCST = MibScalar((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 10000))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmClockingxGlobalCST.setStatus('mandatory')
xylnatmTrafficShaperConfTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1), )
if mibBuilder.loadTexts: xylnatmTrafficShaperConfTable.setStatus('mandatory')
xylnatmTrafficShaperConfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmTrafficShaperConfSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmTrafficShaperConfPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmTrafficShaperConfTsNumIndex"))
if mibBuilder.loadTexts: xylnatmTrafficShaperConfEntry.setStatus('mandatory')
xylnatmTrafficShaperConfSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmTrafficShaperConfSlotIndex.setStatus('mandatory')
xylnatmTrafficShaperConfPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 64))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmTrafficShaperConfPortIndex.setStatus('mandatory')
xylnatmTrafficShaperConfTsNumIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 8))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmTrafficShaperConfTsNumIndex.setStatus('mandatory')
xylnatmTrafficShaperConfCDV = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(7, 1000))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmTrafficShaperConfCDV.setStatus('mandatory')
xylnatmTrafficShaperConfPCR = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 5), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmTrafficShaperConfPCR.setStatus('mandatory')
xylnatmTrafficShaperConfSCR = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 6), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmTrafficShaperConfSCR.setStatus('mandatory')
xylnatmTrafficShaperConfMBS = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 7), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmTrafficShaperConfMBS.setStatus('mandatory')
xylnatmTrafficShaperMemTable = MibTable((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1), )
if mibBuilder.loadTexts: xylnatmTrafficShaperMemTable.setStatus('mandatory')
xylnatmTrafficShaperMemEntry = MibTableRow((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1), ).setIndexNames((0, "XYLAN-CSM-MIB", "xylnatmTrafficShaperMemSlotIndex"), (0, "XYLAN-CSM-MIB", "xylnatmTrafficShaperMemPortIndex"), (0, "XYLAN-CSM-MIB", "xylnatmTrafficShaperMemTsNumIndex"), (0, "XYLAN-CSM-MIB", "xylnatmTrafficShaperMemVpiNumIndex"), (0, "XYLAN-CSM-MIB", "xylnatmTrafficShaperMemVciNumIndex"))
if mibBuilder.loadTexts: xylnatmTrafficShaperMemEntry.setStatus('mandatory')
xylnatmTrafficShaperMemSlotIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 9))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmTrafficShaperMemSlotIndex.setStatus('mandatory')
xylnatmTrafficShaperMemPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 64))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmTrafficShaperMemPortIndex.setStatus('mandatory')
xylnatmTrafficShaperMemTsNumIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 7))).setMaxAccess("readonly")
if mibBuilder.loadTexts: xylnatmTrafficShaperMemTsNumIndex.setStatus('mandatory')
xylnatmTrafficShaperMemVpiNumIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 4), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmTrafficShaperMemVpiNumIndex.setStatus('mandatory')
xylnatmTrafficShaperMemVciNumIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 5), Integer32()).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmTrafficShaperMemVciNumIndex.setStatus('mandatory')
xylnatmTrafficShaperMemVpiOper = MibTableColumn((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("add", 2), ("rem", 3)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: xylnatmTrafficShaperMemVpiOper.setStatus('mandatory')
mibBuilder.exportSymbols("XYLAN-CSM-MIB", xylnatmILMIConfPeerUniType=xylnatmILMIConfPeerUniType, atmxVclPortIndex=atmxVclPortIndex, xylnatmVplModDestVplVpi=xylnatmVplModDestVplVpi, xylnatmVclStatRxClp1Cells=xylnatmVclStatRxClp1Cells, atmxVclGroup=atmxVclGroup, atmxInterfaceMaxActiveVciBits=atmxInterfaceMaxActiveVciBits, xylnatmInterfaceClearPortStats=xylnatmInterfaceClearPortStats, atmxVclReceiveTrafficDescrIndex=atmxVclReceiveTrafficDescrIndex, xylnatmTrafficShaperConfMBS=xylnatmTrafficShaperConfMBS, xylnatmVcCrossConnectL2HOperStatus=xylnatmVcCrossConnectL2HOperStatus, xylnatmVpCrossConnectLowRxTrafficDescrIndex=xylnatmVpCrossConnectLowRxTrafficDescrIndex, xylnatmVpCrossConnectGroup=xylnatmVpCrossConnectGroup, xylnatmILMIConfTable=xylnatmILMIConfTable, atmxInterfaceConfTable=atmxInterfaceConfTable, xylnatmClockingxCtrlSlot=xylnatmClockingxCtrlSlot, xylnatmVplModDestSlotIndex=xylnatmVplModDestSlotIndex, xylnatmVplModEntry=xylnatmVplModEntry, xylnatmInterfaceStatTotalDiscardCells=xylnatmInterfaceStatTotalDiscardCells, atmxInterfaceMaxVpcs=atmxInterfaceMaxVpcs, xylnatmInterfaceStatDxGcrabClp1Cells=xylnatmInterfaceStatDxGcrabClp1Cells, xylnatmInterfaceStatUniType=xylnatmInterfaceStatUniType, atmxSvcVpCrossConnectRowStatus=atmxSvcVpCrossConnectRowStatus, atmxVplEntry=atmxVplEntry, xylnatmVcCrossConnectRowStatus=xylnatmVcCrossConnectRowStatus, xylnatmVcCrossConnectLowSlotIndex=xylnatmVcCrossConnectLowSlotIndex, atmxSvcVcCrossConnectLowVpi=atmxSvcVcCrossConnectLowVpi, xylnatmVclRmBkwdCopy=xylnatmVclRmBkwdCopy, xylnatmVplModGroup=xylnatmVplModGroup, atmxVplReceiveTrafficDescrIndex=atmxVplReceiveTrafficDescrIndex, xylnatmVclStatRxCells=xylnatmVclStatRxCells, xylnatmILMIConfSlot=xylnatmILMIConfSlot, xylnatmVclGroup=xylnatmVclGroup, xylnatmILMIConfILMIPollEnable=xylnatmILMIConfILMIPollEnable, atmxSvcVcCrossConnectHighVci=atmxSvcVcCrossConnectHighVci, atmxVccAal5CpcsTransmitSduSize=atmxVccAal5CpcsTransmitSduSize, xylnatmTrafficShaperConfTable=xylnatmTrafficShaperConfTable, xylnatmVpCrossConnectEntry=xylnatmVpCrossConnectEntry, atmxInterfaceIlmiVpi=atmxInterfaceIlmiVpi, xylnatmVclModEntry=xylnatmVclModEntry, xylnatmInterfaceStatRemainingRxBandwidth=xylnatmInterfaceStatRemainingRxBandwidth, atmxTrafficDescrParam2=atmxTrafficDescrParam2, atmxVpCrossConnectTable=atmxVpCrossConnectTable, xylnatmVclAltTrackPort3=xylnatmVclAltTrackPort3, xylnatmILMIConfPeerUniVer=xylnatmILMIConfPeerUniVer, atmxVcCrossConnectGroup=atmxVcCrossConnectGroup, atmxVcCrossConnectAdminStatus=atmxVcCrossConnectAdminStatus, xylnatmClockingxCtrlTable=xylnatmClockingxCtrlTable, xylnatmVplGroup=xylnatmVplGroup, xylnatmVplPrTrackPort3=xylnatmVplPrTrackPort3, xylnatmVcCrossConnectH2LOperStatus=xylnatmVcCrossConnectH2LOperStatus, AtmxTrafficDescrParamIndex=AtmxTrafficDescrParamIndex, xylnatmVpCrossConnectVcType=xylnatmVpCrossConnectVcType, xylnatmVpCrossConnectLowTxTrafficDescrIndex=xylnatmVpCrossConnectLowTxTrafficDescrIndex, xylnatmVclPrTrackPort1=xylnatmVclPrTrackPort1, xylnatmVpCrossConnectL2HLastChange=xylnatmVpCrossConnectL2HLastChange, atmxSvcVpCrossConnectHighTDIndex=atmxSvcVpCrossConnectHighTDIndex, xylnatmVclEntry=xylnatmVclEntry, xylnatmVclModDestPortIndex=xylnatmVclModDestPortIndex, xylnatmVclTransportPriority=xylnatmVclTransportPriority, xylnatmVclRmFwdCopy=xylnatmVclRmFwdCopy, xylnatmVplGcraBPoliceMode=xylnatmVplGcraBPoliceMode, atmxVccAal5CpcsReceiveSduSize=atmxVccAal5CpcsReceiveSduSize, xylnatmTrafficShaperMemEntry=xylnatmTrafficShaperMemEntry, xylnatmInterfaceIlmiStatus=xylnatmInterfaceIlmiStatus, atmxVclLastChange=atmxVclLastChange, xylnatmInterfaceType=xylnatmInterfaceType, xylnatmVclPrTrackPortBase=xylnatmVclPrTrackPortBase, xylnatmVplStatDxGcraBClp0Cells=xylnatmVplStatDxGcraBClp0Cells, xylnatmInterfaceTimingMode=xylnatmInterfaceTimingMode, xylnatmClockingxSrcOperState=xylnatmClockingxSrcOperState, xylnatmVclF4F5CopyEnd2End=xylnatmVclF4F5CopyEnd2End, xylnatmInterfaceSlotIndex=xylnatmInterfaceSlotIndex, xylnatmVplStatVpi=xylnatmVplStatVpi, xylnatmInterfaceStatEntry=xylnatmInterfaceStatEntry, xylnatmVclStatPortIndex=xylnatmVclStatPortIndex, xylnatmVclStatSlotIndex=xylnatmVclStatSlotIndex, xylnatmVcCrossConnectPvcIdentifier=xylnatmVcCrossConnectPvcIdentifier, xylnatmILMIConfEntry=xylnatmILMIConfEntry, xylnatmInterfaceStatGroup=xylnatmInterfaceStatGroup, xylnatmVclRmFwdEndpt=xylnatmVclRmFwdEndpt, atmxVplTransmitTrafficDescrIndex=atmxVplTransmitTrafficDescrIndex, xylnatmClockingxCtrlSrcLevel=xylnatmClockingxCtrlSrcLevel, atmxSvcVcCrossConnectHighSlotIndex=atmxSvcVcCrossConnectHighSlotIndex, xylnatmVclStatDxGcraClp1Cells=xylnatmVclStatDxGcraClp1Cells, xylnatmVpCrossConnectRowStatus=xylnatmVpCrossConnectRowStatus, atmxVcCrossConnectL2HOperStatus=atmxVcCrossConnectL2HOperStatus, atmxSvcVcCrossConnectRowStatus=atmxSvcVcCrossConnectRowStatus, atmxVcCrossConnectLowVpi=atmxVcCrossConnectLowVpi, xylnatmInterfaceStatDxCongClp1Cells=xylnatmInterfaceStatDxCongClp1Cells, xylnatmVclConnectionDescr=xylnatmVclConnectionDescr, xylnatmVcCrossConnectVcType=xylnatmVcCrossConnectVcType, xylnatmVpCrossConnectLowPortIndex=xylnatmVpCrossConnectLowPortIndex, xylnatmTrafficShaperMemVciNumIndex=xylnatmTrafficShaperMemVciNumIndex, xylnatmVcCrossConnectTable=xylnatmVcCrossConnectTable, xylnatmVclTable=xylnatmVclTable, xylnatmVplOamEndpt=xylnatmVplOamEndpt, atmxVplVpi=atmxVplVpi, atmxInterfaceConfVpcs=atmxInterfaceConfVpcs, atmxVplTable=atmxVplTable, xylnatmVplTable=xylnatmVplTable, xylnatmVplStatDxCongClp0Cells=xylnatmVplStatDxCongClp0Cells, xylnatmVclStatDxGcraClp0Cells=xylnatmVclStatDxGcraClp0Cells, atmxVcCrossConnectHighSlotIndex=atmxVcCrossConnectHighSlotIndex, xylnatmVclOamCopy=xylnatmVclOamCopy, xylnatmInterfaceStatRemainingTxBandwidth=xylnatmInterfaceStatRemainingTxBandwidth, xylnatmVclStatDxGcraBClp0Cells=xylnatmVclStatDxGcraBClp0Cells, xylnatmILMIConfAutoCfgDfltSigVer=xylnatmILMIConfAutoCfgDfltSigVer, xylnatmVpCrossConnectL2HOperStatus=xylnatmVpCrossConnectL2HOperStatus, atmxVpCrossConnectHighPortIndex=atmxVpCrossConnectHighPortIndex, atmxInterfaceAddressType=atmxInterfaceAddressType, xylnatmInterfaceStatUnknownVpVcCells=xylnatmInterfaceStatUnknownVpVcCells, atmxVplAdminStatus=atmxVplAdminStatus, atmxVcCrossConnectEntry=atmxVcCrossConnectEntry, atmxVpCrossConnectLowVpi=atmxVpCrossConnectLowVpi, xylnatmVclModDestVclVpi=xylnatmVclModDestVclVpi, xylnatmVplMcIngressEgress=xylnatmVplMcIngressEgress, xylnatmVclRmFwdGcraAdv=xylnatmVclRmFwdGcraAdv, xylnatmTrafficShaperMemVpiOper=xylnatmTrafficShaperMemVpiOper, atmxVplLastChange=atmxVplLastChange, xylnatmVclStatVci=xylnatmVclStatVci, xylnatmVcCrossConnectHighPortIndex=xylnatmVcCrossConnectHighPortIndex, atmxTrafficDescrGroup=atmxTrafficDescrGroup, xylnatmVclModPortIndex=xylnatmVclModPortIndex, xylnatmInterfaceStatMarkEfciCells=xylnatmInterfaceStatMarkEfciCells, xylnatmILMIConfAutoCfgCurIf=xylnatmILMIConfAutoCfgCurIf, xylnatmInterfaceStatRxCells=xylnatmInterfaceStatRxCells, atmxTrafficDescrParam1=atmxTrafficDescrParam1, xylnatmVcCrossConnectLowPortIndex=xylnatmVcCrossConnectLowPortIndex, xylnatmInterfaceStatDxCongClp0Cells=xylnatmInterfaceStatDxCongClp0Cells, xylnatmVclModSlotIndex=xylnatmVclModSlotIndex, xylnatmVcCrossConnectLowVci=xylnatmVcCrossConnectLowVci, xylnatmClockingxGlobalCST=xylnatmClockingxGlobalCST, atmxInterfaceIlmiVci=atmxInterfaceIlmiVci, xylnatmVcCrossConnectH2LLastChange=xylnatmVcCrossConnectH2LLastChange, xylnatmVplPrTrackPort2=xylnatmVplPrTrackPort2, xylnatmVplModPortIndex=xylnatmVplModPortIndex, atmxVclEntry=atmxVclEntry, xylnatmILMIConfAutoCfgStatus=xylnatmILMIConfAutoCfgStatus, atmxSvcVcCrossConnectLowPortIndex=atmxSvcVcCrossConnectLowPortIndex, xylnatmVplGcraAPoliceMode=xylnatmVplGcraAPoliceMode, xylnatmVplRmFwdCopy=xylnatmVplRmFwdCopy, xylnatmVplRmBkwdEndpt=xylnatmVplRmBkwdEndpt, xylnatmVclStatTxCells=xylnatmVclStatTxCells, xylnatmTrafficShaperMemTsNumIndex=xylnatmTrafficShaperMemTsNumIndex, xylnatmInterfacePortIndex=xylnatmInterfacePortIndex, xylnatmInterfaceAtmAddress=xylnatmInterfaceAtmAddress, xylnatmVclMcIngressEgress=xylnatmVclMcIngressEgress, xylnatmVplAltTrackPort3=xylnatmVplAltTrackPort3, xylnatmVplF4F5CopyEnd2End=xylnatmVplF4F5CopyEnd2End, xylnatmVplRmBkwdGcraAdv=xylnatmVplRmBkwdGcraAdv, xylnatmTrafficShaperMemSlotIndex=xylnatmTrafficShaperMemSlotIndex, xylnatmVcCrossConnectLowVpi=xylnatmVcCrossConnectLowVpi, xylnatmVpCrossConnectH2LOperStatus=xylnatmVpCrossConnectH2LOperStatus, xylnatmVplMcGroupId=xylnatmVplMcGroupId, xylnatmVplStatRxClp0Cells=xylnatmVplStatRxClp0Cells, xylnatmInterfaceTpRedirect=xylnatmInterfaceTpRedirect, xylnatmVplStatDxGcraClp0Cells=xylnatmVplStatDxGcraClp0Cells, xylnatmInterfaceCutOverSlot=xylnatmInterfaceCutOverSlot, xylnatmVplStatRxCells=xylnatmVplStatRxCells, atmxTrafficDescrParam5=atmxTrafficDescrParam5, atmxSvcVpCrossConnectHighVpi=atmxSvcVpCrossConnectHighVpi, xylnatmILMIConfAutoCfgCurILMIVer=xylnatmILMIConfAutoCfgCurILMIVer, xylanCsmMIB=xylanCsmMIB, atmxSvcVpCrossConnectTable=atmxSvcVpCrossConnectTable, xylnatmVclAAL5Discard=xylnatmVclAAL5Discard, xylnatmVplStatsMode=xylnatmVplStatsMode, xylnatmVplModSlotIndex=xylnatmVplModSlotIndex, atmxTrafficQoSClass=atmxTrafficQoSClass, atmxVcCrossConnectHighVpi=atmxVcCrossConnectHighVpi, xylnatmVplF4F5End2EndEndpt=xylnatmVplF4F5End2EndEndpt, xylnatmInterfaceOperStatus=xylnatmInterfaceOperStatus, atmxVplOperStatus=atmxVplOperStatus, xylnatmVclModDestSlotIndex=xylnatmVclModDestSlotIndex, xylnatmInterfaceStatUniVersion=xylnatmInterfaceStatUniVersion, atmxSvcVpCrossConnectCreationTime=atmxSvcVpCrossConnectCreationTime, xylnatmVclRmDiscard=xylnatmVclRmDiscard, xylnatmVplAltTrackPort2=xylnatmVplAltTrackPort2, xylnatmVcCrossConnectL2HLastChange=xylnatmVcCrossConnectL2HLastChange, xylnatmInterfaceStatUnknownVpiCells=xylnatmInterfaceStatUnknownVpiCells, xylnatmVclModDestVclVci=xylnatmVclModDestVclVci, xylnatmILMIConfAutoCfgCurSigVer=xylnatmILMIConfAutoCfgCurSigVer, atmxInterfacePortIndex=atmxInterfacePortIndex, atmxVpCrossConnectGroup=atmxVpCrossConnectGroup, atmxInterfaceConfEntry=atmxInterfaceConfEntry, atmxVcCrossConnectLowSlotIndex=atmxVcCrossConnectLowSlotIndex, xylnatmILMIConfAutoCfgTrigg=xylnatmILMIConfAutoCfgTrigg, xylnatmVclF4F5End2EndEndpt=xylnatmVclF4F5End2EndEndpt, xylnatmVplF4F5SegEndpt=xylnatmVplF4F5SegEndpt, xylnatmClockingxCtrlEntry=xylnatmClockingxCtrlEntry, atmxInterfaceMaxActiveVpiBits=atmxInterfaceMaxActiveVpiBits, atmxVclTable=atmxVclTable, atmxInterfaceConfVccs=atmxInterfaceConfVccs, xylnatmVcCrossConnectEntry=xylnatmVcCrossConnectEntry, xylnatmVclModTable=xylnatmVclModTable, xylnatmVclGcraBPoliceMode=xylnatmVclGcraBPoliceMode, xylnatmInterfaceClearSlotStats=xylnatmInterfaceClearSlotStats, xylnatmVplStatRxClp1Cells=xylnatmVplStatRxClp1Cells, atmxVplRowStatus=atmxVplRowStatus, xylnatmInterfaceConfEntry=xylnatmInterfaceConfEntry, xylnatmTrafficShaperMemPortIndex=xylnatmTrafficShaperMemPortIndex, atmxVclSlotIndex=atmxVclSlotIndex, xylnatmVplModDestStatus=xylnatmVplModDestStatus, atmxInterfaceMaxVccs=atmxInterfaceMaxVccs, xylnatmVclPrTrackPort3=xylnatmVclPrTrackPort3, atmxTrafficDescrParamTable=atmxTrafficDescrParamTable, xylnatmInterfacePortMode=xylnatmInterfacePortMode, xylnatmVclGcraAPoliceMode=xylnatmVclGcraAPoliceMode, atmxVclOperStatus=atmxVclOperStatus, xylnatmInterfaceTransmissionType=xylnatmInterfaceTransmissionType, atmxTrafficDescrParam4=atmxTrafficDescrParam4, atmxSvcVcCrossConnectHighTDIndex=atmxSvcVcCrossConnectHighTDIndex, xylnatmClockingxSrcType=xylnatmClockingxSrcType, xylnatmVplAAL5Discard=xylnatmVplAAL5Discard, xylnatmVclModDestStatus=xylnatmVclModDestStatus, xylnatmInterfaceStatTxCells=xylnatmInterfaceStatTxCells, xylnatmVplVpi=xylnatmVplVpi, xylnatmVclF4F5SegEndpt=xylnatmVclF4F5SegEndpt, atmxVclRowStatus=atmxVclRowStatus, atmxVpCrossConnectH2LOperStatus=atmxVpCrossConnectH2LOperStatus, atmxTrafficDescrParamEntry=atmxTrafficDescrParamEntry, atmxVcCrossConnectHighVci=atmxVcCrossConnectHighVci, atmxVplCrossConnectIdentifier=atmxVplCrossConnectIdentifier, atmxVclVci=atmxVclVci, xylnatmInterfaceConfTable=xylnatmInterfaceConfTable, xylnatmVpCrossConnectLowVpi=xylnatmVpCrossConnectLowVpi, xylnatmVplRmFwdGcraAdv=xylnatmVplRmFwdGcraAdv, xylnatmVpCrossConnectTable=xylnatmVpCrossConnectTable, xylnatmVplChanType=xylnatmVplChanType, xylnatmVclLgclChanRedirect=xylnatmVclLgclChanRedirect, xylnatmILMIConfPeerILMIVer=xylnatmILMIConfPeerILMIVer, xylnatmVplStatDxCongClp1Cells=xylnatmVplStatDxCongClp1Cells, atmxVpCrossConnectLowSlotIndex=atmxVpCrossConnectLowSlotIndex, xylnatmVplRmDiscard=xylnatmVplRmDiscard, xylnatmVplModDestPortIndex=xylnatmVplModDestPortIndex, atmxVpCrossConnectEntry=atmxVpCrossConnectEntry, xylnatmInterfaceStatMarkGcraCells=xylnatmInterfaceStatMarkGcraCells, xylnatmVclAltTrackPort2=xylnatmVclAltTrackPort2, atmxSvcVcCrossConnectTable=atmxSvcVcCrossConnectTable, atmxSvcVcCrossConnectCreationTime=atmxSvcVcCrossConnectCreationTime, xylnatmVplStatDxGcraClp1Cells=xylnatmVplStatDxGcraClp1Cells, xylnatmILMIConfAutoCfgDfltIf=xylnatmILMIConfAutoCfgDfltIf, atmxTrafficDescrRowStatus=atmxTrafficDescrRowStatus, xylnatmVclSlotIndex=xylnatmVclSlotIndex, atmxVclTransmitTrafficDescrIndex=atmxVclTransmitTrafficDescrIndex, xylnatmVclRmBkwdGcraAdv=xylnatmVclRmBkwdGcraAdv, xylnatmVpCrossConnectHighVpi=xylnatmVpCrossConnectHighVpi, xylnatmInterfaceCutOverPort=xylnatmInterfaceCutOverPort, xylnatmInterfaceStatPortIndex=xylnatmInterfaceStatPortIndex, xylnatmVpCrossConnectHighSlotIndex=xylnatmVpCrossConnectHighSlotIndex, xylnatmTrafficShaperMemVpiNumIndex=xylnatmTrafficShaperMemVpiNumIndex, xylnatmVclStatVpi=xylnatmVclStatVpi, xylnatmVplStatGroup=xylnatmVplStatGroup, atmxVplSlotIndex=atmxVplSlotIndex, atmxVpCrossConnectL2HOperStatus=atmxVpCrossConnectL2HOperStatus)
mibBuilder.exportSymbols("XYLAN-CSM-MIB", xylnatmVcCrossConnectLowTxTrafficDescrIndex=xylnatmVcCrossConnectLowTxTrafficDescrIndex, atmxTrafficDescrParamIndex=atmxTrafficDescrParamIndex, atmxVcCrossConnectLowPortIndex=atmxVcCrossConnectLowPortIndex, xylnatmVclChanType=xylnatmVclChanType, xylnatmTrafficShaperConfEntry=xylnatmTrafficShaperConfEntry, atmxVclCrossConnectIdentifier=atmxVclCrossConnectIdentifier, atmxSvcVcCrossConnectLowSlotIndex=atmxSvcVcCrossConnectLowSlotIndex, xylnatmInterfaceClearChanStats=xylnatmInterfaceClearChanStats, atmxVclAdminStatus=atmxVclAdminStatus, atmxSvcVpCrossConnectEntry=atmxSvcVpCrossConnectEntry, xylnatmInterfaceStatRxClp0Cells=xylnatmInterfaceStatRxClp0Cells, xylnatmVclRmBkwdEndpt=xylnatmVclRmBkwdEndpt, xylnatmInterfaceStatRxClp1Cells=xylnatmInterfaceStatRxClp1Cells, xylnatmVclF4F5CopySeg=xylnatmVclF4F5CopySeg, xylnatmVclStatDxGcraBClp1Cells=xylnatmVclStatDxGcraBClp1Cells, xylnatmInterfaceStatSlotIndex=xylnatmInterfaceStatSlotIndex, atmxVcCrossConnectIndex=atmxVcCrossConnectIndex, xylnatmVplEntry=xylnatmVplEntry, atmxVpCrossConnectL2HLastChange=atmxVpCrossConnectL2HLastChange, atmxVcCrossConnectH2LOperStatus=atmxVcCrossConnectH2LOperStatus, xylnatmVclVpi=xylnatmVclVpi, atmxSvcVpCrossConnectLowVpi=atmxSvcVpCrossConnectLowVpi, xylnatmVclStatEntry=xylnatmVclStatEntry, xylnatmInterfaceIlmiState=xylnatmInterfaceIlmiState, xylnatmVplStatDxGcraBClp1Cells=xylnatmVplStatDxGcraBClp1Cells, xylnatmVcCrossConnectConnectionId=xylnatmVcCrossConnectConnectionId, xylnatmVplPrTrackPortBase=xylnatmVplPrTrackPortBase, xylnatmVclUserPriority=xylnatmVclUserPriority, xylnatmInterfaceStatTable=xylnatmInterfaceStatTable, xylnatmVclModVclVci=xylnatmVclModVclVci, atmxSvcVpCrossConnectHighPortIndex=atmxSvcVpCrossConnectHighPortIndex, xylnatmInterfaceLocalSrc=xylnatmInterfaceLocalSrc, xylnatmVclMcGroupId=xylnatmVclMcGroupId, xylnatmVclModGroup=xylnatmVclModGroup, xylnatmVcCrossConnectHighVci=xylnatmVcCrossConnectHighVci, atmxTrafficDescrType=atmxTrafficDescrType, xylnatmVclStatDxCongClp1Cells=xylnatmVclStatDxCongClp1Cells, xylnatmVplStatTable=xylnatmVplStatTable, xylnatmVplTransportPriority=xylnatmVplTransportPriority, xylnatmVclAltTrackPortBase=xylnatmVclAltTrackPortBase, atmxSvcVpCrossConnectLowTDIndex=atmxSvcVpCrossConnectLowTDIndex, atmxSvcVcCrossConnectHighVpi=atmxSvcVcCrossConnectHighVpi, xylnatmVclOamEndpt=xylnatmVclOamEndpt, xylnatmTrafficShaperConfGroup=xylnatmTrafficShaperConfGroup, xylnatmTrafficShaperConfPCR=xylnatmTrafficShaperConfPCR, atmxVpCrossConnectHighVpi=atmxVpCrossConnectHighVpi, xylnatmInterfaceTransType=xylnatmInterfaceTransType, atmxVpCrossConnectAdminStatus=atmxVpCrossConnectAdminStatus, atmxInterfaceSlotIndex=atmxInterfaceSlotIndex, xylnatmVplStatTxCells=xylnatmVplStatTxCells, xylnatmVplUserPriority=xylnatmVplUserPriority, xylnatmTrafficShaperConfCDV=xylnatmTrafficShaperConfCDV, xylnatmTrafficShaperMemTable=xylnatmTrafficShaperMemTable, xylnatmVpCrossConnectHighPortIndex=xylnatmVpCrossConnectHighPortIndex, xylnatmVplAltTrackPortBase=xylnatmVplAltTrackPortBase, xylnatmVplF4F5CopySeg=xylnatmVplF4F5CopySeg, xylnatmInterfaceQsaalStatus=xylnatmInterfaceQsaalStatus, atmxSvcVpCrossConnectLowPortIndex=atmxSvcVpCrossConnectLowPortIndex, xylnatmVcCrossConnectMCastEnable=xylnatmVcCrossConnectMCastEnable, xylnatmInterfaceMediaType=xylnatmInterfaceMediaType, xylnatmClockingxCtrlPort=xylnatmClockingxCtrlPort, xylnatmVcCrossConnectHighVpi=xylnatmVcCrossConnectHighVpi, xylnatmTrafficShaperConfPortIndex=xylnatmTrafficShaperConfPortIndex, atmxVcCrossConnectTable=atmxVcCrossConnectTable, atmxTrafficDescrParam3=atmxTrafficDescrParam3, xylnatmVclPortIndex=xylnatmVclPortIndex, xylnatmVpCrossConnectPvcIdentifier=xylnatmVpCrossConnectPvcIdentifier, xylnatmInterfaceConfGroup=xylnatmInterfaceConfGroup, atmxVpCrossConnectH2LLastChange=atmxVpCrossConnectH2LLastChange, xylnatmVplPrTrackPort1=xylnatmVplPrTrackPort1, xylnatmILMIConfPort=xylnatmILMIConfPort, xylnatmVclStatsMode=xylnatmVclStatsMode, xylnatmVpCrossConnectH2LLastChange=xylnatmVpCrossConnectH2LLastChange, atmxSvcVcCrossConnectEntry=atmxSvcVcCrossConnectEntry, xylnatmVclPrTrackPort2=xylnatmVclPrTrackPort2, atmxSvcVcCrossConnectHighPortIndex=atmxSvcVcCrossConnectHighPortIndex, atmxVpCrossConnectLowPortIndex=atmxVpCrossConnectLowPortIndex, atmxVclVpi=atmxVclVpi, xylnatmInterfaceStatUnknownVciCells=xylnatmInterfaceStatUnknownVciCells, xylnatmVplModTable=xylnatmVplModTable, xylnatmVpCrossConnectConnectionId=xylnatmVpCrossConnectConnectionId, xylnatmVpCrossConnectLowSlotIndex=xylnatmVpCrossConnectLowSlotIndex, xylnatmVcCrossConnectHighSlotIndex=xylnatmVcCrossConnectHighSlotIndex, xylnatmVplRmFwdEndpt=xylnatmVplRmFwdEndpt, xylnatmVplStatSlotIndex=xylnatmVplStatSlotIndex, atmxSvcVcCrossConnectLowTDIndex=atmxSvcVcCrossConnectLowTDIndex, xylnatmVplAltTrackPort1=xylnatmVplAltTrackPort1, xylnatmTrafficShaperMemGroup=xylnatmTrafficShaperMemGroup, xylnatmVpCrossConnectMCastEnable=xylnatmVpCrossConnectMCastEnable, xylnatmTrafficShaperConfTsNumIndex=xylnatmTrafficShaperConfTsNumIndex, xylnatmVclStatGroup=xylnatmVclStatGroup, xylnatmVplRmBkwdCopy=xylnatmVplRmBkwdCopy, atmxVpCrossConnectIndex=atmxVpCrossConnectIndex, atmxVclBidirect=atmxVclBidirect, atmxVplGroup=atmxVplGroup, xylnatmInterfaceDescription=xylnatmInterfaceDescription, xylnatmVplSlotIndex=xylnatmVplSlotIndex, xylnatmInterfaceStatDxGcraClp1Cells=xylnatmInterfaceStatDxGcraClp1Cells, atmxVcCrossConnectH2LLastChange=atmxVcCrossConnectH2LLastChange, xylnatmTrafficShaperConfSCR=xylnatmTrafficShaperConfSCR, xylnatmClockingxCtrlBusLine=xylnatmClockingxCtrlBusLine, xylnatmILMIConfILMIEnable=xylnatmILMIConfILMIEnable, xylnatmVcCrossConnectGroup=xylnatmVcCrossConnectGroup, atmxVcCrossConnectLowVci=atmxVcCrossConnectLowVci, xylnatmVclVci=xylnatmVclVci, xylnatmVclStatRxClp0Cells=xylnatmVclStatRxClp0Cells, xylnatmVplStatEntry=xylnatmVplStatEntry, xylnatmILMIConfAutoCfgEnable=xylnatmILMIConfAutoCfgEnable, xylnatmVcCrossConnectLowRxTrafficDescrIndex=xylnatmVcCrossConnectLowRxTrafficDescrIndex, xylnatmVclAltTrackPort1=xylnatmVclAltTrackPort1, atmxVccAalType=atmxVccAalType, xylnatmILMIConfInstance=xylnatmILMIConfInstance, xylnatmVplConnectionDescr=xylnatmVplConnectionDescr, xylnatmILMIConfPeerDevType=xylnatmILMIConfPeerDevType, xylnatmVplModVplVpi=xylnatmVplModVplVpi, atmxVcCrossConnectL2HLastChange=atmxVcCrossConnectL2HLastChange, atmxVcCrossConnectRowStatus=atmxVcCrossConnectRowStatus, atmxInterfaceConfGroup=atmxInterfaceConfGroup, xylnatmVclModVclVpi=xylnatmVclModVclVpi, xylnatmInterfaceStatDxGcrabClp0Cells=xylnatmInterfaceStatDxGcrabClp0Cells, atmxSvcVcCrossConnectLowVci=atmxSvcVcCrossConnectLowVci, xylnatmVplPortIndex=xylnatmVplPortIndex, xylnatmClockingxCtrlGroup=xylnatmClockingxCtrlGroup, atmxVpCrossConnectHighSlotIndex=atmxVpCrossConnectHighSlotIndex, atmxVpCrossConnectRowStatus=atmxVpCrossConnectRowStatus, atmxSvcVpCrossConnectHighSlotIndex=atmxSvcVpCrossConnectHighSlotIndex, xylnatmVclStatDxCongClp0Cells=xylnatmVclStatDxCongClp0Cells, atmxVplBidirect=atmxVplBidirect, xylnatmILMIConfPeerNNISigVer=xylnatmILMIConfPeerNNISigVer, atmxSvcVpCrossConnectLowSlotIndex=atmxSvcVpCrossConnectLowSlotIndex, atmxVccAal5EncapsType=atmxVccAal5EncapsType, xylnatmVplLgclChanRedirect=xylnatmVplLgclChanRedirect, atmxVplPortIndex=atmxVplPortIndex, xylnatmInterfaceUniVersion=xylnatmInterfaceUniVersion, xylnatmInterfaceStatDxGcraClp0Cells=xylnatmInterfaceStatDxGcraClp0Cells, xylnatmVplOamCopy=xylnatmVplOamCopy, atmxVcCrossConnectHighPortIndex=atmxVcCrossConnectHighPortIndex, xylnatmTrafficShaperConfSlotIndex=xylnatmTrafficShaperConfSlotIndex, xylnatmVplStatPortIndex=xylnatmVplStatPortIndex, xylnatmVclStatTable=xylnatmVclStatTable)
| (octet_string, integer, object_identifier) = mibBuilder.importSymbols('ASN1', 'OctetString', 'Integer', 'ObjectIdentifier')
(named_values,) = mibBuilder.importSymbols('ASN1-ENUMERATION', 'NamedValues')
(value_size_constraint, single_value_constraint, constraints_union, constraints_intersection, value_range_constraint) = mibBuilder.importSymbols('ASN1-REFINEMENT', 'ValueSizeConstraint', 'SingleValueConstraint', 'ConstraintsUnion', 'ConstraintsIntersection', 'ValueRangeConstraint')
(if_index,) = mibBuilder.importSymbols('IF-MIB', 'ifIndex')
(notification_group, module_compliance) = mibBuilder.importSymbols('SNMPv2-CONF', 'NotificationGroup', 'ModuleCompliance')
(mib_scalar, mib_table, mib_table_row, mib_table_column, iso, object_identity, ip_address, mib_identifier, counter64, module_identity, gauge32, counter32, unsigned32, bits, time_ticks, integer32, notification_type) = mibBuilder.importSymbols('SNMPv2-SMI', 'MibScalar', 'MibTable', 'MibTableRow', 'MibTableColumn', 'iso', 'ObjectIdentity', 'IpAddress', 'MibIdentifier', 'Counter64', 'ModuleIdentity', 'Gauge32', 'Counter32', 'Unsigned32', 'Bits', 'TimeTicks', 'Integer32', 'NotificationType')
(textual_convention, display_string) = mibBuilder.importSymbols('SNMPv2-TC', 'TextualConvention', 'DisplayString')
(xylan_csm_arch,) = mibBuilder.importSymbols('XYLAN-BASE-MIB', 'xylanCsmArch')
xylan_csm_mib = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1))
atmx_vpl_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1))
atmx_interface_conf_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2))
atmx_vcl_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3))
xylnatm_interface_conf_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4))
atmx_vp_cross_connect_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5))
xylnatm_interface_stat_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6))
atmx_vc_cross_connect_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7))
atmx_traffic_descr_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8))
xylnatm_vpl_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9))
xylnatm_vcl_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10))
xylnatm_vpl_stat_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11))
xylnatm_vcl_stat_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12))
xylnatm_vc_cross_connect_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13))
xylnatm_vp_cross_connect_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14))
xylnatm_vcl_mod_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15))
xylnatm_vpl_mod_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16))
xylnatm_clockingx_ctrl_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17))
xylnatm_traffic_shaper_conf_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18))
xylnatm_traffic_shaper_mem_group = mib_identifier((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19))
class Atmxtrafficdescrparamindex(Integer32):
subtype_spec = Integer32.subtypeSpec + value_range_constraint(0, 2147483647)
atmx_interface_conf_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1))
if mibBuilder.loadTexts:
atmxInterfaceConfTable.setStatus('mandatory')
atmx_interface_conf_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'atmxInterfaceSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxInterfacePortIndex'))
if mibBuilder.loadTexts:
atmxInterfaceConfEntry.setStatus('mandatory')
atmx_interface_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxInterfaceSlotIndex.setStatus('mandatory')
atmx_interface_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 64))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxInterfacePortIndex.setStatus('mandatory')
atmx_interface_max_vpcs = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(0, 4096))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxInterfaceMaxVpcs.setStatus('mandatory')
atmx_interface_max_vccs = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 65536))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxInterfaceMaxVccs.setStatus('mandatory')
atmx_interface_conf_vpcs = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(0, 4096))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxInterfaceConfVpcs.setStatus('mandatory')
atmx_interface_conf_vccs = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 6), integer32().subtype(subtypeSpec=value_range_constraint(0, 65536))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxInterfaceConfVccs.setStatus('mandatory')
atmx_interface_max_active_vpi_bits = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 7), integer32().subtype(subtypeSpec=value_range_constraint(0, 12))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxInterfaceMaxActiveVpiBits.setStatus('mandatory')
atmx_interface_max_active_vci_bits = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 8), integer32().subtype(subtypeSpec=value_range_constraint(0, 16))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxInterfaceMaxActiveVciBits.setStatus('mandatory')
atmx_interface_ilmi_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 9), integer32().subtype(subtypeSpec=value_range_constraint(0, 255))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxInterfaceIlmiVpi.setStatus('mandatory')
atmx_interface_ilmi_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 10), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535)).clone(16)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxInterfaceIlmiVci.setStatus('mandatory')
atmx_interface_address_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 2, 1, 1, 11), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('private', 1), ('nsapE164', 2), ('nativeE164', 3), ('other', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxInterfaceAddressType.setStatus('mandatory')
atmx_traffic_descr_param_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1))
if mibBuilder.loadTexts:
atmxTrafficDescrParamTable.setStatus('mandatory')
atmx_traffic_descr_param_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'atmxTrafficDescrParamIndex'))
if mibBuilder.loadTexts:
atmxTrafficDescrParamEntry.setStatus('mandatory')
atmx_traffic_descr_param_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 1), atmx_traffic_descr_param_index()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxTrafficDescrParamIndex.setStatus('mandatory')
atmx_traffic_descr_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=named_values(('atmxNoTrafficDescriptor', 1), ('atmxNoClpNoScr', 2), ('atmxClpNoTaggingNoScr', 3), ('atmxClpTaggingNoScr', 4), ('atmxNoClpScr', 5), ('atmxClpNoTaggingScr', 6), ('atmxClpTaggingScr', 7)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxTrafficDescrType.setStatus('mandatory')
atmx_traffic_descr_param1 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 3), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxTrafficDescrParam1.setStatus('mandatory')
atmx_traffic_descr_param2 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 4), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxTrafficDescrParam2.setStatus('mandatory')
atmx_traffic_descr_param3 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 5), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxTrafficDescrParam3.setStatus('mandatory')
atmx_traffic_descr_param4 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 6), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxTrafficDescrParam4.setStatus('mandatory')
atmx_traffic_descr_param5 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 7), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxTrafficDescrParam5.setStatus('mandatory')
atmx_traffic_qo_s_class = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 8), integer32().subtype(subtypeSpec=value_range_constraint(0, 255))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxTrafficQoSClass.setStatus('mandatory')
atmx_traffic_descr_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 8, 1, 1, 9), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('create', 1), ('modify', 2), ('delete', 3), ('active', 4), ('notActive', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxTrafficDescrRowStatus.setStatus('mandatory')
atmx_vpl_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1))
if mibBuilder.loadTexts:
atmxVplTable.setStatus('mandatory')
atmx_vpl_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'atmxVplSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVplPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVplVpi'))
if mibBuilder.loadTexts:
atmxVplEntry.setStatus('mandatory')
atmx_vpl_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVplSlotIndex.setStatus('mandatory')
atmx_vpl_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 64))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVplPortIndex.setStatus('mandatory')
atmx_vpl_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(1, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVplVpi.setStatus('mandatory')
atmx_vpl_admin_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 4), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('up', 1), ('down', 2))).clone('down')).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVplAdminStatus.setStatus('mandatory')
atmx_vpl_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVplOperStatus.setStatus('mandatory')
atmx_vpl_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 6), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVplLastChange.setStatus('mandatory')
atmx_vpl_receive_traffic_descr_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 7), atmx_traffic_descr_param_index()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVplReceiveTrafficDescrIndex.setStatus('mandatory')
atmx_vpl_transmit_traffic_descr_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 8), atmx_traffic_descr_param_index()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVplTransmitTrafficDescrIndex.setStatus('mandatory')
atmx_vpl_cross_connect_identifier = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 9), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVplCrossConnectIdentifier.setStatus('mandatory')
atmx_vpl_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 10), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('create', 1), ('modify', 2), ('delete', 3), ('active', 4), ('notActive', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVplRowStatus.setStatus('mandatory')
atmx_vpl_bidirect = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 1, 1, 1, 11), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('off', 1), ('on', 2))).clone('on')).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVplBidirect.setStatus('mandatory')
atmx_vcl_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1))
if mibBuilder.loadTexts:
atmxVclTable.setStatus('mandatory')
atmx_vcl_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'atmxVclSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVclPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVclVpi'), (0, 'XYLAN-CSM-MIB', 'atmxVclVci'))
if mibBuilder.loadTexts:
atmxVclEntry.setStatus('mandatory')
atmx_vcl_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVclSlotIndex.setStatus('mandatory')
atmx_vcl_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 64))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVclPortIndex.setStatus('mandatory')
atmx_vcl_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVclVpi.setStatus('mandatory')
atmx_vcl_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVclVci.setStatus('mandatory')
atmx_vcl_admin_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('up', 1), ('down', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVclAdminStatus.setStatus('mandatory')
atmx_vcl_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVclOperStatus.setStatus('mandatory')
atmx_vcl_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 7), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVclLastChange.setStatus('mandatory')
atmx_vcl_receive_traffic_descr_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 8), atmx_traffic_descr_param_index()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVclReceiveTrafficDescrIndex.setStatus('mandatory')
atmx_vcl_transmit_traffic_descr_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 9), atmx_traffic_descr_param_index()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVclTransmitTrafficDescrIndex.setStatus('mandatory')
atmx_vcc_aal_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 10), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('aal1', 1), ('aal34', 2), ('aal5', 3), ('other', 4), ('unknown', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVccAalType.setStatus('mandatory')
atmx_vcc_aal5_cpcs_transmit_sdu_size = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 11), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535)).clone(9188)).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVccAal5CpcsTransmitSduSize.setStatus('mandatory')
atmx_vcc_aal5_cpcs_receive_sdu_size = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 12), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535)).clone(9188)).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVccAal5CpcsReceiveSduSize.setStatus('mandatory')
atmx_vcc_aal5_encaps_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 13), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10))).clone(namedValues=named_values(('vcMultiplexRoutedProtocol', 1), ('vcMultiplexBridgedProtocol8023', 2), ('vcMultiplexBridgedProtocol8025', 3), ('vcMultiplexBridgedProtocol8026', 4), ('vcMultiplexLANemulation8023', 5), ('vcMultiplexLANemulation8025', 6), ('llcEncapsulation', 7), ('multiprotocolFrameRelaySscs', 8), ('other', 9), ('unknown', 10))).clone('llcEncapsulation')).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVccAal5EncapsType.setStatus('mandatory')
atmx_vcl_cross_connect_identifier = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 14), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVclCrossConnectIdentifier.setStatus('mandatory')
atmx_vcl_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 15), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('create', 1), ('modify', 2), ('delete', 3), ('active', 4), ('notActive', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVclRowStatus.setStatus('mandatory')
atmx_vcl_bidirect = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 3, 1, 1, 16), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('off', 1), ('on', 2))).clone('on')).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVclBidirect.setStatus('mandatory')
atmx_vp_cross_connect_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1))
if mibBuilder.loadTexts:
atmxVpCrossConnectTable.setStatus('mandatory')
atmx_vp_cross_connect_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'atmxVpCrossConnectLowSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVpCrossConnectLowPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVpCrossConnectLowVpi'), (0, 'XYLAN-CSM-MIB', 'atmxVpCrossConnectHighSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVpCrossConnectHighPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVpCrossConnectHighVpi'))
if mibBuilder.loadTexts:
atmxVpCrossConnectEntry.setStatus('mandatory')
atmx_vp_cross_connect_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 2147483647))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectIndex.setStatus('mandatory')
atmx_vp_cross_connect_low_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectLowSlotIndex.setStatus('mandatory')
atmx_vp_cross_connect_low_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectLowPortIndex.setStatus('mandatory')
atmx_vp_cross_connect_low_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(1, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectLowVpi.setStatus('mandatory')
atmx_vp_cross_connect_high_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 5), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectHighSlotIndex.setStatus('mandatory')
atmx_vp_cross_connect_high_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 6), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectHighPortIndex.setStatus('mandatory')
atmx_vp_cross_connect_high_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 7), integer32().subtype(subtypeSpec=value_range_constraint(1, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectHighVpi.setStatus('mandatory')
atmx_vp_cross_connect_admin_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 8), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('up', 1), ('down', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVpCrossConnectAdminStatus.setStatus('mandatory')
atmx_vp_cross_connect_l2_h_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 9), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectL2HOperStatus.setStatus('mandatory')
atmx_vp_cross_connect_h2_l_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 10), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectH2LOperStatus.setStatus('mandatory')
atmx_vp_cross_connect_l2_h_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 11), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectL2HLastChange.setStatus('mandatory')
atmx_vp_cross_connect_h2_l_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 12), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVpCrossConnectH2LLastChange.setStatus('mandatory')
atmx_vp_cross_connect_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 1, 1, 13), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('create', 1), ('modify', 2), ('delete', 3), ('active', 4), ('notActive', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVpCrossConnectRowStatus.setStatus('mandatory')
atmx_svc_vp_cross_connect_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2))
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectTable.setStatus('mandatory')
atmx_svc_vp_cross_connect_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'atmxSvcVpCrossConnectLowSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVpCrossConnectLowPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVpCrossConnectLowVpi'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVpCrossConnectHighSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVpCrossConnectHighPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVpCrossConnectHighVpi'))
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectEntry.setStatus('mandatory')
atmx_svc_vp_cross_connect_low_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 9)))
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectLowSlotIndex.setStatus('mandatory')
atmx_svc_vp_cross_connect_low_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 25)))
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectLowPortIndex.setStatus('mandatory')
atmx_svc_vp_cross_connect_low_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(1, 4095)))
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectLowVpi.setStatus('mandatory')
atmx_svc_vp_cross_connect_high_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(1, 9)))
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectHighSlotIndex.setStatus('mandatory')
atmx_svc_vp_cross_connect_high_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(1, 25)))
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectHighPortIndex.setStatus('mandatory')
atmx_svc_vp_cross_connect_high_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 6), integer32().subtype(subtypeSpec=value_range_constraint(1, 4095)))
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectHighVpi.setStatus('mandatory')
atmx_svc_vp_cross_connect_creation_time = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 7), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectCreationTime.setStatus('mandatory')
atmx_svc_vp_cross_connect_low_td_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 8), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectLowTDIndex.setStatus('mandatory')
atmx_svc_vp_cross_connect_high_td_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 9), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectHighTDIndex.setStatus('mandatory')
atmx_svc_vp_cross_connect_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 5, 2, 1, 10), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxSvcVpCrossConnectRowStatus.setStatus('mandatory')
atmx_vc_cross_connect_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1))
if mibBuilder.loadTexts:
atmxVcCrossConnectTable.setStatus('mandatory')
atmx_vc_cross_connect_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'atmxVcCrossConnectLowSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVcCrossConnectLowPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVcCrossConnectLowVpi'), (0, 'XYLAN-CSM-MIB', 'atmxVcCrossConnectLowVci'), (0, 'XYLAN-CSM-MIB', 'atmxVcCrossConnectHighSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVcCrossConnectHighPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxVcCrossConnectHighVpi'), (0, 'XYLAN-CSM-MIB', 'atmxVcCrossConnectHighVci'))
if mibBuilder.loadTexts:
atmxVcCrossConnectEntry.setStatus('mandatory')
atmx_vc_cross_connect_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 2147483647))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectIndex.setStatus('mandatory')
atmx_vc_cross_connect_low_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectLowSlotIndex.setStatus('mandatory')
atmx_vc_cross_connect_low_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectLowPortIndex.setStatus('mandatory')
atmx_vc_cross_connect_low_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectLowVpi.setStatus('mandatory')
atmx_vc_cross_connect_low_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectLowVci.setStatus('mandatory')
atmx_vc_cross_connect_high_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 6), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectHighSlotIndex.setStatus('mandatory')
atmx_vc_cross_connect_high_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 7), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectHighPortIndex.setStatus('mandatory')
atmx_vc_cross_connect_high_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 8), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectHighVpi.setStatus('mandatory')
atmx_vc_cross_connect_high_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 9), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectHighVci.setStatus('mandatory')
atmx_vc_cross_connect_admin_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 10), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('up', 1), ('down', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVcCrossConnectAdminStatus.setStatus('mandatory')
atmx_vc_cross_connect_l2_h_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 11), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectL2HOperStatus.setStatus('mandatory')
atmx_vc_cross_connect_h2_l_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 12), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectH2LOperStatus.setStatus('mandatory')
atmx_vc_cross_connect_l2_h_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 13), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectL2HLastChange.setStatus('mandatory')
atmx_vc_cross_connect_h2_l_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 14), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxVcCrossConnectH2LLastChange.setStatus('mandatory')
atmx_vc_cross_connect_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 1, 1, 15), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('create', 1), ('modify', 2), ('delete', 3), ('active', 4), ('notActive', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
atmxVcCrossConnectRowStatus.setStatus('mandatory')
atmx_svc_vc_cross_connect_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2))
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectTable.setStatus('mandatory')
atmx_svc_vc_cross_connect_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'atmxSvcVcCrossConnectLowSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVcCrossConnectLowPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVcCrossConnectLowVpi'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVcCrossConnectLowVci'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVcCrossConnectHighSlotIndex'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVcCrossConnectHighPortIndex'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVcCrossConnectHighVpi'), (0, 'XYLAN-CSM-MIB', 'atmxSvcVcCrossConnectHighVci'))
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectEntry.setStatus('mandatory')
atmx_svc_vc_cross_connect_low_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 9)))
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectLowSlotIndex.setStatus('mandatory')
atmx_svc_vc_cross_connect_low_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 25)))
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectLowPortIndex.setStatus('mandatory')
atmx_svc_vc_cross_connect_low_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095)))
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectLowVpi.setStatus('mandatory')
atmx_svc_vc_cross_connect_low_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535)))
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectLowVci.setStatus('mandatory')
atmx_svc_vc_cross_connect_high_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(1, 9)))
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectHighSlotIndex.setStatus('mandatory')
atmx_svc_vc_cross_connect_high_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 6), integer32())
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectHighPortIndex.setStatus('mandatory')
atmx_svc_vc_cross_connect_high_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 7), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095)))
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectHighVpi.setStatus('mandatory')
atmx_svc_vc_cross_connect_high_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 8), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535)))
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectHighVci.setStatus('mandatory')
atmx_svc_vc_cross_connect_creation_time = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 9), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectCreationTime.setStatus('mandatory')
atmx_svc_vc_cross_connect_low_td_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 10), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectLowTDIndex.setStatus('mandatory')
atmx_svc_vc_cross_connect_high_td_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 11), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectHighTDIndex.setStatus('mandatory')
atmx_svc_vc_cross_connect_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 7, 2, 1, 12), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
atmxSvcVcCrossConnectRowStatus.setStatus('mandatory')
xylnatm_interface_conf_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1))
if mibBuilder.loadTexts:
xylnatmInterfaceConfTable.setStatus('mandatory')
xylnatm_interface_conf_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmInterfaceSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmInterfacePortIndex'))
if mibBuilder.loadTexts:
xylnatmInterfaceConfEntry.setStatus('mandatory')
xylnatm_interface_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceSlotIndex.setStatus('mandatory')
xylnatm_interface_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 25))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfacePortIndex.setStatus('mandatory')
xylnatm_interface_description = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 3), display_string()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceDescription.setStatus('mandatory')
xylnatm_interface_trans_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 4), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 20))).clone(namedValues=named_values(('unknown', 1), ('sonetSts3', 2), ('ds3', 3), ('fourb5b', 4), ('eightb10b', 5), ('e3', 6), ('sonetSts12', 7), ('ds1', 8), ('e1', 9), ('internal', 20)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceTransType.setStatus('mandatory')
xylnatm_interface_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6))).clone(namedValues=named_values(('public', 1), ('private', 2), ('pnni10', 3), ('nni-iisp-network', 4), ('nni-iisp-user', 5), ('other', 6)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceType.setStatus('mandatory')
xylnatm_interface_media_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=named_values(('unknown', 1), ('coax', 2), ('singlemode', 3), ('multimode', 4), ('stp', 5), ('utp', 6), ('internal', 7)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceMediaType.setStatus('mandatory')
xylnatm_interface_atm_address = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 7), display_string()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceAtmAddress.setStatus('mandatory')
xylnatm_interface_port_mode = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 8), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('off', 1), ('passthru', 2), ('normal', 3)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfacePortMode.setStatus('mandatory')
xylnatm_interface_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 9), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('up', 1), ('down', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceOperStatus.setStatus('mandatory')
xylnatm_interface_qsaal_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 10), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('up', 1), ('down', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceQsaalStatus.setStatus('mandatory')
xylnatm_interface_ilmi_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 11), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('up', 1), ('down', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceIlmiStatus.setStatus('mandatory')
xylnatm_interface_tp_redirect = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 12), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enabled', 1), ('disabled', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceTpRedirect.setStatus('mandatory')
xylnatm_interface_cut_over_slot = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 13), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceCutOverSlot.setStatus('mandatory')
xylnatm_interface_cut_over_port = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 14), integer32().subtype(subtypeSpec=value_range_constraint(1, 25))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceCutOverPort.setStatus('mandatory')
xylnatm_interface_clear_port_stats = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 15), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('true', 1), ('false', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceClearPortStats.setStatus('mandatory')
xylnatm_interface_clear_chan_stats = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 16), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('true', 1), ('false', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceClearChanStats.setStatus('mandatory')
xylnatm_interface_clear_slot_stats = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 17), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('true', 1), ('false', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceClearSlotStats.setStatus('mandatory')
xylnatm_interface_transmission_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 18), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('sonet3c', 1), ('sdh', 2), ('sonet12c', 3), ('notApplicable', 4)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceTransmissionType.setStatus('mandatory')
xylnatm_interface_ilmi_state = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 19), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceIlmiState.setStatus('mandatory')
xylnatm_interface_timing_mode = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 20), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('local', 1), ('loop', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceTimingMode.setStatus('mandatory')
xylnatm_interface_local_src = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 21), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('oscillator', 1), ('busLine8K', 2), ('busLine19M', 3)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceLocalSrc.setStatus('mandatory')
xylnatm_interface_uni_version = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 1, 1, 22), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('uni30', 1), ('uni31', 2), ('uniIisp', 3)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmInterfaceUniVersion.setStatus('mandatory')
xylnatm_ilmi_conf_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3))
if mibBuilder.loadTexts:
xylnatmILMIConfTable.setStatus('mandatory')
xylnatm_ilmi_conf_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1)).setIndexNames((0, 'IF-MIB', 'ifIndex'))
if mibBuilder.loadTexts:
xylnatmILMIConfEntry.setStatus('mandatory')
xylnatm_ilmi_conf_slot = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfSlot.setStatus('mandatory')
xylnatm_ilmi_conf_port = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfPort.setStatus('mandatory')
xylnatm_ilmi_conf_instance = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfInstance.setStatus('mandatory')
xylnatm_ilmi_conf_ilmi_enable = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 4), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('disable', 1), ('enable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmILMIConfILMIEnable.setStatus('mandatory')
xylnatm_ilmi_conf_ilmi_poll_enable = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('disable', 1), ('enable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmILMIConfILMIPollEnable.setStatus('mandatory')
xylnatm_ilmi_conf_auto_cfg_enable = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('disable', 1), ('enable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmILMIConfAutoCfgEnable.setStatus('mandatory')
xylnatm_ilmi_conf_auto_cfg_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 7), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('cfgDone', 1), ('idle', 2), ('inProgress', 3)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfAutoCfgStatus.setStatus('mandatory')
xylnatm_ilmi_conf_auto_cfg_trigg = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 8), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('unknown', 1), ('phyLogic', 2), ('phy', 3), ('logic', 4)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmILMIConfAutoCfgTrigg.setStatus('mandatory')
xylnatm_ilmi_conf_auto_cfg_dflt_if = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 9), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('privateUNI', 1), ('pnni', 2), ('iispNetwork', 3), ('iispUser', 4), ('publicUNI', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmILMIConfAutoCfgDfltIf.setStatus('mandatory')
xylnatm_ilmi_conf_auto_cfg_dflt_sig_ver = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 10), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('uni30', 1), ('uni31', 2), ('uni40', 3)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmILMIConfAutoCfgDfltSigVer.setStatus('mandatory')
xylnatm_ilmi_conf_auto_cfg_cur_if = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 11), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('privateUNI', 1), ('pnni', 2), ('iispNetwork', 3), ('iispUser', 4), ('publicUNI', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmILMIConfAutoCfgCurIf.setStatus('mandatory')
xylnatm_ilmi_conf_auto_cfg_cur_sig_ver = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 12), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('uni30', 1), ('uni31', 2), ('uni40', 3)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfAutoCfgCurSigVer.setStatus('mandatory')
xylnatm_ilmi_conf_auto_cfg_cur_ilmi_ver = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 13), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('unsupported', 1), ('ilmi40', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfAutoCfgCurILMIVer.setStatus('mandatory')
xylnatm_ilmi_conf_peer_uni_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 14), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('public', 1), ('private', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfPeerUniType.setStatus('mandatory')
xylnatm_ilmi_conf_peer_uni_ver = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 15), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('uni30', 1), ('uni31', 2), ('uni40', 3)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfPeerUniVer.setStatus('mandatory')
xylnatm_ilmi_conf_peer_dev_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 16), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('user', 1), ('node', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfPeerDevType.setStatus('mandatory')
xylnatm_ilmi_conf_peer_nni_sig_ver = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 17), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('unsupported', 1), ('iisp', 2), ('pnni10', 3)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfPeerNNISigVer.setStatus('mandatory')
xylnatm_ilmi_conf_peer_ilmi_ver = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 4, 3, 1, 18), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('unsupported', 1), ('ilmi40', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmILMIConfPeerILMIVer.setStatus('mandatory')
xylnatm_interface_stat_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1))
if mibBuilder.loadTexts:
xylnatmInterfaceStatTable.setStatus('mandatory')
xylnatm_interface_stat_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmInterfaceStatSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmInterfaceStatPortIndex'))
if mibBuilder.loadTexts:
xylnatmInterfaceStatEntry.setStatus('mandatory')
xylnatm_interface_stat_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatSlotIndex.setStatus('mandatory')
xylnatm_interface_stat_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatPortIndex.setStatus('mandatory')
xylnatm_interface_stat_rx_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatRxCells.setStatus('mandatory')
xylnatm_interface_stat_rx_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatRxClp0Cells.setStatus('mandatory')
xylnatm_interface_stat_rx_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatRxClp1Cells.setStatus('mandatory')
xylnatm_interface_stat_tx_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatTxCells.setStatus('mandatory')
xylnatm_interface_stat_mark_efci_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatMarkEfciCells.setStatus('mandatory')
xylnatm_interface_stat_mark_gcra_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatMarkGcraCells.setStatus('mandatory')
xylnatm_interface_stat_total_discard_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatTotalDiscardCells.setStatus('mandatory')
xylnatm_interface_stat_dx_cong_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatDxCongClp0Cells.setStatus('mandatory')
xylnatm_interface_stat_dx_cong_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatDxCongClp1Cells.setStatus('mandatory')
xylnatm_interface_stat_dx_gcra_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatDxGcraClp0Cells.setStatus('mandatory')
xylnatm_interface_stat_dx_gcra_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatDxGcraClp1Cells.setStatus('mandatory')
xylnatm_interface_stat_dx_gcrab_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatDxGcrabClp0Cells.setStatus('mandatory')
xylnatm_interface_stat_dx_gcrab_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 15), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatDxGcrabClp1Cells.setStatus('mandatory')
xylnatm_interface_stat_unknown_vp_vc_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 16), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatUnknownVpVcCells.setStatus('mandatory')
xylnatm_interface_stat_unknown_vpi_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 17), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatUnknownVpiCells.setStatus('mandatory')
xylnatm_interface_stat_unknown_vci_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 18), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatUnknownVciCells.setStatus('mandatory')
xylnatm_interface_stat_uni_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 19), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('public', 1), ('private', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatUniType.setStatus('mandatory')
xylnatm_interface_stat_uni_version = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 20), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('uni30', 1), ('uni31', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatUniVersion.setStatus('mandatory')
xylnatm_interface_stat_remaining_rx_bandwidth = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 21), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatRemainingRxBandwidth.setStatus('mandatory')
xylnatm_interface_stat_remaining_tx_bandwidth = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 6, 1, 1, 22), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmInterfaceStatRemainingTxBandwidth.setStatus('mandatory')
xylnatm_vcl_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1))
if mibBuilder.loadTexts:
xylnatmVclTable.setStatus('mandatory')
xylnatm_vcl_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmVclSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVclPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVclVpi'), (0, 'XYLAN-CSM-MIB', 'xylnatmVclVci'))
if mibBuilder.loadTexts:
xylnatmVclEntry.setStatus('mandatory')
xylnatm_vcl_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclSlotIndex.setStatus('mandatory')
xylnatm_vcl_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclPortIndex.setStatus('mandatory')
xylnatm_vcl_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclVpi.setStatus('mandatory')
xylnatm_vcl_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 4), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclVci.setStatus('mandatory')
xylnatm_vcl_connection_descr = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 5), display_string()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclConnectionDescr.setStatus('mandatory')
xylnatm_vcl_chan_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 3, 4))).clone(namedValues=named_values(('unknown', 1), ('vcNni', 3), ('vcUni', 4)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclChanType.setStatus('mandatory')
xylnatm_vcl_transport_priority = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 7), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(2, 3, 5, 6, 7, 8))).clone(namedValues=named_values(('qosCbrPrs', 2), ('qosCbr', 3), ('qosVbrRt', 5), ('qosVbrNrt', 6), ('qosAbr', 7), ('qosUbr', 8)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclTransportPriority.setStatus('mandatory')
xylnatm_vcl_user_priority = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 8), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclUserPriority.setStatus('mandatory')
xylnatm_vcl_stats_mode = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 9), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('cntGcraDxCell', 1), ('mrkGcraDxCell', 2), ('cntGcraPsCell', 3), ('mrkGcraPsCell', 4)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclStatsMode.setStatus('mandatory')
xylnatm_vcl_pr_track_port_base = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 10), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclPrTrackPortBase.setStatus('mandatory')
xylnatm_vcl_pr_track_port1 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 11), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclPrTrackPort1.setStatus('mandatory')
xylnatm_vcl_pr_track_port2 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 12), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclPrTrackPort2.setStatus('mandatory')
xylnatm_vcl_pr_track_port3 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 13), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclPrTrackPort3.setStatus('mandatory')
xylnatm_vcl_alt_track_port_base = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 14), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclAltTrackPortBase.setStatus('mandatory')
xylnatm_vcl_alt_track_port1 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 15), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclAltTrackPort1.setStatus('mandatory')
xylnatm_vcl_alt_track_port2 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 16), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclAltTrackPort2.setStatus('mandatory')
xylnatm_vcl_alt_track_port3 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 17), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclAltTrackPort3.setStatus('mandatory')
xylnatm_vcl_lgcl_chan_redirect = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 18), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('notAllowed', 1), ('allowed', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclLgclChanRedirect.setStatus('mandatory')
xylnatm_vcl_aal5_discard = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 19), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('earlyPktDiscard', 1), ('disable', 2), ('partialPktDiscard', 3)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclAAL5Discard.setStatus('mandatory')
xylnatm_vcl_f4_f5_seg_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 20), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclF4F5SegEndpt.setStatus('mandatory')
xylnatm_vcl_f4_f5_copy_seg = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 21), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclF4F5CopySeg.setStatus('mandatory')
xylnatm_vcl_f4_f5_end2_end_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 22), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclF4F5End2EndEndpt.setStatus('mandatory')
xylnatm_vcl_f4_f5_copy_end2_end = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 23), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclF4F5CopyEnd2End.setStatus('mandatory')
xylnatm_vcl_oam_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 24), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclOamEndpt.setStatus('mandatory')
xylnatm_vcl_oam_copy = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 25), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclOamCopy.setStatus('mandatory')
xylnatm_vcl_rm_fwd_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 26), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclRmFwdEndpt.setStatus('mandatory')
xylnatm_vcl_rm_fwd_copy = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 27), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclRmFwdCopy.setStatus('mandatory')
xylnatm_vcl_rm_fwd_gcra_adv = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 28), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclRmFwdGcraAdv.setStatus('mandatory')
xylnatm_vcl_rm_bkwd_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 29), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclRmBkwdEndpt.setStatus('mandatory')
xylnatm_vcl_rm_bkwd_copy = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 30), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclRmBkwdCopy.setStatus('mandatory')
xylnatm_vcl_rm_bkwd_gcra_adv = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 31), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclRmBkwdGcraAdv.setStatus('mandatory')
xylnatm_vcl_rm_discard = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 32), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclRmDiscard.setStatus('mandatory')
xylnatm_vcl_gcra_a_police_mode = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 33), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('gcraEmDxAll', 1), ('gcraEmMarkClp0DxClp1', 2), ('gcraEmMarkAllDxAll', 3), ('gcraEmMarkClp0DxAll', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclGcraAPoliceMode.setStatus('mandatory')
xylnatm_vcl_gcra_b_police_mode = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 34), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('gcraEmDxAll', 1), ('gcraEmMarkClp0DxClp1', 2), ('gcraEmMarkAllDxAll', 3), ('gcraEmMarkClp0DxAll', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclGcraBPoliceMode.setStatus('mandatory')
xylnatm_vcl_mc_group_id = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 35), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclMcGroupId.setStatus('mandatory')
xylnatm_vcl_mc_ingress_egress = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 10, 1, 1, 36), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('ingress', 1), ('egress', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclMcIngressEgress.setStatus('mandatory')
xylnatm_vcl_stat_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1))
if mibBuilder.loadTexts:
xylnatmVclStatTable.setStatus('mandatory')
xylnatm_vcl_stat_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmVclStatSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVclStatPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVclStatVpi'), (0, 'XYLAN-CSM-MIB', 'xylnatmVclStatVci'))
if mibBuilder.loadTexts:
xylnatmVclStatEntry.setStatus('mandatory')
xylnatm_vcl_stat_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatSlotIndex.setStatus('mandatory')
xylnatm_vcl_stat_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 25))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatPortIndex.setStatus('mandatory')
xylnatm_vcl_stat_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatVpi.setStatus('mandatory')
xylnatm_vcl_stat_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 4), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatVci.setStatus('mandatory')
xylnatm_vcl_stat_rx_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatRxCells.setStatus('mandatory')
xylnatm_vcl_stat_tx_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatTxCells.setStatus('mandatory')
xylnatm_vcl_stat_rx_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatRxClp0Cells.setStatus('mandatory')
xylnatm_vcl_stat_rx_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatRxClp1Cells.setStatus('mandatory')
xylnatm_vcl_stat_dx_cong_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatDxCongClp0Cells.setStatus('mandatory')
xylnatm_vcl_stat_dx_cong_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatDxCongClp1Cells.setStatus('mandatory')
xylnatm_vcl_stat_dx_gcra_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatDxGcraClp0Cells.setStatus('mandatory')
xylnatm_vcl_stat_dx_gcra_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatDxGcraClp1Cells.setStatus('mandatory')
xylnatm_vcl_stat_dx_gcra_b_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatDxGcraBClp0Cells.setStatus('mandatory')
xylnatm_vcl_stat_dx_gcra_b_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 12, 1, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclStatDxGcraBClp1Cells.setStatus('mandatory')
xylnatm_vpl_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1))
if mibBuilder.loadTexts:
xylnatmVplTable.setStatus('mandatory')
xylnatm_vpl_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmVplSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVplPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVplVpi'))
if mibBuilder.loadTexts:
xylnatmVplEntry.setStatus('mandatory')
xylnatm_vpl_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplSlotIndex.setStatus('mandatory')
xylnatm_vpl_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplPortIndex.setStatus('mandatory')
xylnatm_vpl_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplVpi.setStatus('mandatory')
xylnatm_vpl_connection_descr = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 4), display_string()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplConnectionDescr.setStatus('mandatory')
xylnatm_vpl_chan_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 5, 6))).clone(namedValues=named_values(('unknown', 1), ('vpNNI', 5), ('vpUni', 6)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplChanType.setStatus('mandatory')
xylnatm_vpl_transport_priority = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(2, 3, 5, 6, 7, 8))).clone(namedValues=named_values(('qosCbrPrs', 2), ('qosCbr', 3), ('qosVbrRt', 5), ('qosVbrNrt', 6), ('qosAbr', 7), ('qosUbr', 8)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplTransportPriority.setStatus('mandatory')
xylnatm_vpl_user_priority = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 7), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplUserPriority.setStatus('mandatory')
xylnatm_vpl_stats_mode = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 8), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('cntGcraDxCell', 1), ('mrkGcraDxCell', 2), ('cntGcraPsCell', 3), ('mrkGcraPsCell', 4)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplStatsMode.setStatus('mandatory')
xylnatm_vpl_pr_track_port_base = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 9), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplPrTrackPortBase.setStatus('mandatory')
xylnatm_vpl_pr_track_port1 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 10), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplPrTrackPort1.setStatus('mandatory')
xylnatm_vpl_pr_track_port2 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 11), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplPrTrackPort2.setStatus('mandatory')
xylnatm_vpl_pr_track_port3 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 12), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplPrTrackPort3.setStatus('mandatory')
xylnatm_vpl_alt_track_port_base = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 13), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplAltTrackPortBase.setStatus('mandatory')
xylnatm_vpl_alt_track_port1 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 14), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplAltTrackPort1.setStatus('mandatory')
xylnatm_vpl_alt_track_port2 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 15), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplAltTrackPort2.setStatus('mandatory')
xylnatm_vpl_alt_track_port3 = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 16), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplAltTrackPort3.setStatus('mandatory')
xylnatm_vpl_lgcl_chan_redirect = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 17), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('notAllowed', 1), ('allowed', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplLgclChanRedirect.setStatus('mandatory')
xylnatm_vpl_aal5_discard = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 18), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('earlyPktDiscard', 1), ('disable', 2), ('partialPktDiscard', 3)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplAAL5Discard.setStatus('mandatory')
xylnatm_vpl_f4_f5_seg_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 19), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplF4F5SegEndpt.setStatus('mandatory')
xylnatm_vpl_f4_f5_copy_seg = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 20), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplF4F5CopySeg.setStatus('mandatory')
xylnatm_vpl_f4_f5_end2_end_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 21), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplF4F5End2EndEndpt.setStatus('mandatory')
xylnatm_vpl_f4_f5_copy_end2_end = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 22), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplF4F5CopyEnd2End.setStatus('mandatory')
xylnatm_vpl_oam_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 23), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplOamEndpt.setStatus('mandatory')
xylnatm_vpl_oam_copy = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 24), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplOamCopy.setStatus('mandatory')
xylnatm_vpl_rm_fwd_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 25), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplRmFwdEndpt.setStatus('mandatory')
xylnatm_vpl_rm_fwd_copy = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 26), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplRmFwdCopy.setStatus('mandatory')
xylnatm_vpl_rm_fwd_gcra_adv = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 27), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplRmFwdGcraAdv.setStatus('mandatory')
xylnatm_vpl_rm_bkwd_endpt = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 28), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplRmBkwdEndpt.setStatus('mandatory')
xylnatm_vpl_rm_bkwd_copy = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 29), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplRmBkwdCopy.setStatus('mandatory')
xylnatm_vpl_rm_bkwd_gcra_adv = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 30), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplRmBkwdGcraAdv.setStatus('mandatory')
xylnatm_vpl_rm_discard = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 31), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplRmDiscard.setStatus('mandatory')
xylnatm_vpl_gcra_a_police_mode = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 32), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('gcraEmDxAll', 1), ('gcraEmMarkClp0DxClp1', 2), ('gcraEmMarkAllDxAll', 3), ('gcraEmMarkClp0DxAll', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplGcraAPoliceMode.setStatus('mandatory')
xylnatm_vpl_gcra_b_police_mode = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 33), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('gcraEmDxAll', 1), ('gcraEmMarkClp0DxClp1', 2), ('gcraEmMarkAllDxAll', 3), ('gcraEmMarkClp0DxAll', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplGcraBPoliceMode.setStatus('mandatory')
xylnatm_vpl_mc_group_id = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 34), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplMcGroupId.setStatus('mandatory')
xylnatm_vpl_mc_ingress_egress = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 9, 1, 1, 35), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('ingress', 1), ('egress', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplMcIngressEgress.setStatus('mandatory')
xylnatm_vpl_stat_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1))
if mibBuilder.loadTexts:
xylnatmVplStatTable.setStatus('mandatory')
xylnatm_vpl_stat_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmVplStatSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVplStatPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVplStatVpi'))
if mibBuilder.loadTexts:
xylnatmVplStatEntry.setStatus('mandatory')
xylnatm_vpl_stat_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatSlotIndex.setStatus('mandatory')
xylnatm_vpl_stat_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 25))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatPortIndex.setStatus('mandatory')
xylnatm_vpl_stat_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatVpi.setStatus('mandatory')
xylnatm_vpl_stat_rx_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatRxCells.setStatus('mandatory')
xylnatm_vpl_stat_tx_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatTxCells.setStatus('mandatory')
xylnatm_vpl_stat_rx_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatRxClp0Cells.setStatus('mandatory')
xylnatm_vpl_stat_rx_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatRxClp1Cells.setStatus('mandatory')
xylnatm_vpl_stat_dx_cong_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatDxCongClp0Cells.setStatus('mandatory')
xylnatm_vpl_stat_dx_cong_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatDxCongClp1Cells.setStatus('mandatory')
xylnatm_vpl_stat_dx_gcra_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatDxGcraClp0Cells.setStatus('mandatory')
xylnatm_vpl_stat_dx_gcra_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatDxGcraClp1Cells.setStatus('mandatory')
xylnatm_vpl_stat_dx_gcra_b_clp0_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatDxGcraBClp0Cells.setStatus('mandatory')
xylnatm_vpl_stat_dx_gcra_b_clp1_cells = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 11, 1, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplStatDxGcraBClp1Cells.setStatus('mandatory')
xylnatm_vp_cross_connect_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1))
if mibBuilder.loadTexts:
xylnatmVpCrossConnectTable.setStatus('mandatory')
xylnatm_vp_cross_connect_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmVpCrossConnectLowSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVpCrossConnectLowPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVpCrossConnectLowVpi'), (0, 'XYLAN-CSM-MIB', 'xylnatmVpCrossConnectHighSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVpCrossConnectHighPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVpCrossConnectHighVpi'))
if mibBuilder.loadTexts:
xylnatmVpCrossConnectEntry.setStatus('mandatory')
xylnatm_vp_cross_connect_low_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectLowSlotIndex.setStatus('mandatory')
xylnatm_vp_cross_connect_low_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectLowPortIndex.setStatus('mandatory')
xylnatm_vp_cross_connect_low_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectLowVpi.setStatus('mandatory')
xylnatm_vp_cross_connect_high_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectHighSlotIndex.setStatus('mandatory')
xylnatm_vp_cross_connect_high_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 5), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectHighPortIndex.setStatus('mandatory')
xylnatm_vp_cross_connect_high_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 6), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectHighVpi.setStatus('mandatory')
xylnatm_vp_cross_connect_connection_id = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 7), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('multicastParent', 1), ('multicastChild', 2), ('nonMulticastParent', 3), ('unknown', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectConnectionId.setStatus('mandatory')
xylnatm_vp_cross_connect_low_rx_traffic_descr_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 8), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectLowRxTrafficDescrIndex.setStatus('mandatory')
xylnatm_vp_cross_connect_low_tx_traffic_descr_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 9), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectLowTxTrafficDescrIndex.setStatus('mandatory')
xylnatm_vp_cross_connect_m_cast_enable = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 10), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enable', 1), ('disable', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectMCastEnable.setStatus('mandatory')
xylnatm_vp_cross_connect_l2_h_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 11), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectL2HLastChange.setStatus('mandatory')
xylnatm_vp_cross_connect_h2_l_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 12), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectH2LLastChange.setStatus('mandatory')
xylnatm_vp_cross_connect_l2_h_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 13), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectL2HOperStatus.setStatus('mandatory')
xylnatm_vp_cross_connect_h2_l_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 14), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectH2LOperStatus.setStatus('mandatory')
xylnatm_vp_cross_connect_vc_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 15), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('pvc', 1), ('svc', 2), ('softPvc', 3), ('control', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectVcType.setStatus('mandatory')
xylnatm_vp_cross_connect_pvc_identifier = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 16), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectPvcIdentifier.setStatus('mandatory')
xylnatm_vp_cross_connect_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 14, 1, 1, 17), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('create', 1), ('modify', 2), ('delete', 3), ('active', 4), ('notActive', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVpCrossConnectRowStatus.setStatus('mandatory')
xylnatm_vc_cross_connect_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1))
if mibBuilder.loadTexts:
xylnatmVcCrossConnectTable.setStatus('mandatory')
xylnatm_vc_cross_connect_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmVcCrossConnectLowSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVcCrossConnectLowPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVcCrossConnectLowVpi'), (0, 'XYLAN-CSM-MIB', 'xylnatmVcCrossConnectLowVci'), (0, 'XYLAN-CSM-MIB', 'xylnatmVcCrossConnectHighSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVcCrossConnectHighPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVcCrossConnectHighVpi'), (0, 'XYLAN-CSM-MIB', 'xylnatmVcCrossConnectHighVci'))
if mibBuilder.loadTexts:
xylnatmVcCrossConnectEntry.setStatus('mandatory')
xylnatm_vc_cross_connect_low_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectLowSlotIndex.setStatus('mandatory')
xylnatm_vc_cross_connect_low_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectLowPortIndex.setStatus('mandatory')
xylnatm_vc_cross_connect_low_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectLowVpi.setStatus('mandatory')
xylnatm_vc_cross_connect_low_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectLowVci.setStatus('mandatory')
xylnatm_vc_cross_connect_high_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectHighSlotIndex.setStatus('mandatory')
xylnatm_vc_cross_connect_high_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 6), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectHighPortIndex.setStatus('mandatory')
xylnatm_vc_cross_connect_high_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 7), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectHighVpi.setStatus('mandatory')
xylnatm_vc_cross_connect_high_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 8), integer32().subtype(subtypeSpec=value_range_constraint(0, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectHighVci.setStatus('mandatory')
xylnatm_vc_cross_connect_connection_id = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 9), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('multicastParent', 1), ('multicastChild', 2), ('nonMulticastParent', 3), ('unknown', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectConnectionId.setStatus('mandatory')
xylnatm_vc_cross_connect_low_rx_traffic_descr_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 10), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectLowRxTrafficDescrIndex.setStatus('mandatory')
xylnatm_vc_cross_connect_low_tx_traffic_descr_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 11), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectLowTxTrafficDescrIndex.setStatus('mandatory')
xylnatm_vc_cross_connect_m_cast_enable = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 12), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enabled', 1), ('disabled', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectMCastEnable.setStatus('mandatory')
xylnatm_vc_cross_connect_l2_h_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 13), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectL2HLastChange.setStatus('mandatory')
xylnatm_vc_cross_connect_h2_l_last_change = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 14), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectH2LLastChange.setStatus('mandatory')
xylnatm_vc_cross_connect_l2_h_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 15), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectL2HOperStatus.setStatus('mandatory')
xylnatm_vc_cross_connect_h2_l_oper_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 16), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('unknown', 1), ('end2endup', 2), ('end2endDown', 3), ('localUpEndToEndUnknown', 4), ('localDown', 5)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectH2LOperStatus.setStatus('mandatory')
xylnatm_vc_cross_connect_vc_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 17), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('pvc', 1), ('svc', 2), ('softPvc', 3), ('control', 4)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectVcType.setStatus('mandatory')
xylnatm_vc_cross_connect_pvc_identifier = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 18), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectPvcIdentifier.setStatus('mandatory')
xylnatm_vc_cross_connect_row_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 13, 1, 1, 19), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5))).clone(namedValues=named_values(('create', 1), ('modify', 2), ('delete', 3), ('active', 4), ('notActive', 5)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVcCrossConnectRowStatus.setStatus('mandatory')
xylnatm_vpl_mod_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1))
if mibBuilder.loadTexts:
xylnatmVplModTable.setStatus('mandatory')
xylnatm_vpl_mod_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmVplModSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVplModPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVplModVplVpi'))
if mibBuilder.loadTexts:
xylnatmVplModEntry.setStatus('mandatory')
xylnatm_vpl_mod_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplModSlotIndex.setStatus('mandatory')
xylnatm_vpl_mod_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplModPortIndex.setStatus('mandatory')
xylnatm_vpl_mod_vpl_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVplModVplVpi.setStatus('mandatory')
xylnatm_vpl_mod_dest_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 4), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplModDestSlotIndex.setStatus('mandatory')
xylnatm_vpl_mod_dest_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 5), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplModDestPortIndex.setStatus('mandatory')
xylnatm_vpl_mod_dest_vpl_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 6), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplModDestVplVpi.setStatus('mandatory')
xylnatm_vpl_mod_dest_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 16, 1, 1, 7), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('create', 1), ('modify', 2), ('delete', 3), ('active', 4)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVplModDestStatus.setStatus('mandatory')
xylnatm_vcl_mod_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1))
if mibBuilder.loadTexts:
xylnatmVclModTable.setStatus('mandatory')
xylnatm_vcl_mod_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmVclModSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVclModPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmVclModVclVpi'), (0, 'XYLAN-CSM-MIB', 'xylnatmVclModVclVci'))
if mibBuilder.loadTexts:
xylnatmVclModEntry.setStatus('mandatory')
xylnatm_vcl_mod_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclModSlotIndex.setStatus('mandatory')
xylnatm_vcl_mod_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclModPortIndex.setStatus('mandatory')
xylnatm_vcl_mod_vcl_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclModVclVpi.setStatus('mandatory')
xylnatm_vcl_mod_vcl_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 4), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmVclModVclVci.setStatus('mandatory')
xylnatm_vcl_mod_dest_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 5), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclModDestSlotIndex.setStatus('mandatory')
xylnatm_vcl_mod_dest_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 6), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclModDestPortIndex.setStatus('mandatory')
xylnatm_vcl_mod_dest_vcl_vpi = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 7), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclModDestVclVpi.setStatus('mandatory')
xylnatm_vcl_mod_dest_vcl_vci = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 8), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclModDestVclVci.setStatus('mandatory')
xylnatm_vcl_mod_dest_status = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 15, 1, 1, 9), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4))).clone(namedValues=named_values(('create', 1), ('modify', 2), ('delete', 3), ('active', 4)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmVclModDestStatus.setStatus('mandatory')
xylnatm_clockingx_ctrl_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1))
if mibBuilder.loadTexts:
xylnatmClockingxCtrlTable.setStatus('mandatory')
xylnatm_clockingx_ctrl_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmClockingxCtrlBusLine'), (0, 'XYLAN-CSM-MIB', 'xylnatmClockingxCtrlSrcLevel'))
if mibBuilder.loadTexts:
xylnatmClockingxCtrlEntry.setStatus('mandatory')
xylnatm_clockingx_ctrl_bus_line = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 1), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('eightKhz', 1), ('nineteenMhz', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmClockingxCtrlBusLine.setStatus('mandatory')
xylnatm_clockingx_ctrl_src_level = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('primary', 1), ('secondary', 2), ('tertiary', 3)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmClockingxCtrlSrcLevel.setStatus('mandatory')
xylnatm_clockingx_src_oper_state = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('inactive', 1), ('active', 2), ('standby', 3)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmClockingxSrcOperState.setStatus('mandatory')
xylnatm_clockingx_src_type = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 4), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('notConfigured', 1), ('receiveDataDerived', 2), ('onboardOscillator', 3)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmClockingxSrcType.setStatus('mandatory')
xylnatm_clockingx_ctrl_slot = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(0, 9))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmClockingxCtrlSlot.setStatus('mandatory')
xylnatm_clockingx_ctrl_port = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 1, 1, 6), integer32().subtype(subtypeSpec=value_range_constraint(0, 64))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmClockingxCtrlPort.setStatus('mandatory')
xylnatm_clockingx_global_cst = mib_scalar((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 17, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 10000))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmClockingxGlobalCST.setStatus('mandatory')
xylnatm_traffic_shaper_conf_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1))
if mibBuilder.loadTexts:
xylnatmTrafficShaperConfTable.setStatus('mandatory')
xylnatm_traffic_shaper_conf_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmTrafficShaperConfSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmTrafficShaperConfPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmTrafficShaperConfTsNumIndex'))
if mibBuilder.loadTexts:
xylnatmTrafficShaperConfEntry.setStatus('mandatory')
xylnatm_traffic_shaper_conf_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmTrafficShaperConfSlotIndex.setStatus('mandatory')
xylnatm_traffic_shaper_conf_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 64))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmTrafficShaperConfPortIndex.setStatus('mandatory')
xylnatm_traffic_shaper_conf_ts_num_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(1, 8))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmTrafficShaperConfTsNumIndex.setStatus('mandatory')
xylnatm_traffic_shaper_conf_cdv = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(7, 1000))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmTrafficShaperConfCDV.setStatus('mandatory')
xylnatm_traffic_shaper_conf_pcr = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 5), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmTrafficShaperConfPCR.setStatus('mandatory')
xylnatm_traffic_shaper_conf_scr = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 6), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmTrafficShaperConfSCR.setStatus('mandatory')
xylnatm_traffic_shaper_conf_mbs = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 18, 1, 1, 7), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmTrafficShaperConfMBS.setStatus('mandatory')
xylnatm_traffic_shaper_mem_table = mib_table((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1))
if mibBuilder.loadTexts:
xylnatmTrafficShaperMemTable.setStatus('mandatory')
xylnatm_traffic_shaper_mem_entry = mib_table_row((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1)).setIndexNames((0, 'XYLAN-CSM-MIB', 'xylnatmTrafficShaperMemSlotIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmTrafficShaperMemPortIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmTrafficShaperMemTsNumIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmTrafficShaperMemVpiNumIndex'), (0, 'XYLAN-CSM-MIB', 'xylnatmTrafficShaperMemVciNumIndex'))
if mibBuilder.loadTexts:
xylnatmTrafficShaperMemEntry.setStatus('mandatory')
xylnatm_traffic_shaper_mem_slot_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 9))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmTrafficShaperMemSlotIndex.setStatus('mandatory')
xylnatm_traffic_shaper_mem_port_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(1, 64))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmTrafficShaperMemPortIndex.setStatus('mandatory')
xylnatm_traffic_shaper_mem_ts_num_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 3), integer32().subtype(subtypeSpec=value_range_constraint(1, 7))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
xylnatmTrafficShaperMemTsNumIndex.setStatus('mandatory')
xylnatm_traffic_shaper_mem_vpi_num_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 4), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmTrafficShaperMemVpiNumIndex.setStatus('mandatory')
xylnatm_traffic_shaper_mem_vci_num_index = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 5), integer32()).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmTrafficShaperMemVciNumIndex.setStatus('mandatory')
xylnatm_traffic_shaper_mem_vpi_oper = mib_table_column((1, 3, 6, 1, 4, 1, 800, 2, 9, 1, 19, 1, 1, 6), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3))).clone(namedValues=named_values(('none', 1), ('add', 2), ('rem', 3)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
xylnatmTrafficShaperMemVpiOper.setStatus('mandatory')
mibBuilder.exportSymbols('XYLAN-CSM-MIB', xylnatmILMIConfPeerUniType=xylnatmILMIConfPeerUniType, atmxVclPortIndex=atmxVclPortIndex, xylnatmVplModDestVplVpi=xylnatmVplModDestVplVpi, xylnatmVclStatRxClp1Cells=xylnatmVclStatRxClp1Cells, atmxVclGroup=atmxVclGroup, atmxInterfaceMaxActiveVciBits=atmxInterfaceMaxActiveVciBits, xylnatmInterfaceClearPortStats=xylnatmInterfaceClearPortStats, atmxVclReceiveTrafficDescrIndex=atmxVclReceiveTrafficDescrIndex, xylnatmTrafficShaperConfMBS=xylnatmTrafficShaperConfMBS, xylnatmVcCrossConnectL2HOperStatus=xylnatmVcCrossConnectL2HOperStatus, xylnatmVpCrossConnectLowRxTrafficDescrIndex=xylnatmVpCrossConnectLowRxTrafficDescrIndex, xylnatmVpCrossConnectGroup=xylnatmVpCrossConnectGroup, xylnatmILMIConfTable=xylnatmILMIConfTable, atmxInterfaceConfTable=atmxInterfaceConfTable, xylnatmClockingxCtrlSlot=xylnatmClockingxCtrlSlot, xylnatmVplModDestSlotIndex=xylnatmVplModDestSlotIndex, xylnatmVplModEntry=xylnatmVplModEntry, xylnatmInterfaceStatTotalDiscardCells=xylnatmInterfaceStatTotalDiscardCells, atmxInterfaceMaxVpcs=atmxInterfaceMaxVpcs, xylnatmInterfaceStatDxGcrabClp1Cells=xylnatmInterfaceStatDxGcrabClp1Cells, xylnatmInterfaceStatUniType=xylnatmInterfaceStatUniType, atmxSvcVpCrossConnectRowStatus=atmxSvcVpCrossConnectRowStatus, atmxVplEntry=atmxVplEntry, xylnatmVcCrossConnectRowStatus=xylnatmVcCrossConnectRowStatus, xylnatmVcCrossConnectLowSlotIndex=xylnatmVcCrossConnectLowSlotIndex, atmxSvcVcCrossConnectLowVpi=atmxSvcVcCrossConnectLowVpi, xylnatmVclRmBkwdCopy=xylnatmVclRmBkwdCopy, xylnatmVplModGroup=xylnatmVplModGroup, atmxVplReceiveTrafficDescrIndex=atmxVplReceiveTrafficDescrIndex, xylnatmVclStatRxCells=xylnatmVclStatRxCells, xylnatmILMIConfSlot=xylnatmILMIConfSlot, xylnatmVclGroup=xylnatmVclGroup, xylnatmILMIConfILMIPollEnable=xylnatmILMIConfILMIPollEnable, atmxSvcVcCrossConnectHighVci=atmxSvcVcCrossConnectHighVci, atmxVccAal5CpcsTransmitSduSize=atmxVccAal5CpcsTransmitSduSize, xylnatmTrafficShaperConfTable=xylnatmTrafficShaperConfTable, xylnatmVpCrossConnectEntry=xylnatmVpCrossConnectEntry, atmxInterfaceIlmiVpi=atmxInterfaceIlmiVpi, xylnatmVclModEntry=xylnatmVclModEntry, xylnatmInterfaceStatRemainingRxBandwidth=xylnatmInterfaceStatRemainingRxBandwidth, atmxTrafficDescrParam2=atmxTrafficDescrParam2, atmxVpCrossConnectTable=atmxVpCrossConnectTable, xylnatmVclAltTrackPort3=xylnatmVclAltTrackPort3, xylnatmILMIConfPeerUniVer=xylnatmILMIConfPeerUniVer, atmxVcCrossConnectGroup=atmxVcCrossConnectGroup, atmxVcCrossConnectAdminStatus=atmxVcCrossConnectAdminStatus, xylnatmClockingxCtrlTable=xylnatmClockingxCtrlTable, xylnatmVplGroup=xylnatmVplGroup, xylnatmVplPrTrackPort3=xylnatmVplPrTrackPort3, xylnatmVcCrossConnectH2LOperStatus=xylnatmVcCrossConnectH2LOperStatus, AtmxTrafficDescrParamIndex=AtmxTrafficDescrParamIndex, xylnatmVpCrossConnectVcType=xylnatmVpCrossConnectVcType, xylnatmVpCrossConnectLowTxTrafficDescrIndex=xylnatmVpCrossConnectLowTxTrafficDescrIndex, xylnatmVclPrTrackPort1=xylnatmVclPrTrackPort1, xylnatmVpCrossConnectL2HLastChange=xylnatmVpCrossConnectL2HLastChange, atmxSvcVpCrossConnectHighTDIndex=atmxSvcVpCrossConnectHighTDIndex, xylnatmVclEntry=xylnatmVclEntry, xylnatmVclModDestPortIndex=xylnatmVclModDestPortIndex, xylnatmVclTransportPriority=xylnatmVclTransportPriority, xylnatmVclRmFwdCopy=xylnatmVclRmFwdCopy, xylnatmVplGcraBPoliceMode=xylnatmVplGcraBPoliceMode, atmxVccAal5CpcsReceiveSduSize=atmxVccAal5CpcsReceiveSduSize, xylnatmTrafficShaperMemEntry=xylnatmTrafficShaperMemEntry, xylnatmInterfaceIlmiStatus=xylnatmInterfaceIlmiStatus, atmxVclLastChange=atmxVclLastChange, xylnatmInterfaceType=xylnatmInterfaceType, xylnatmVclPrTrackPortBase=xylnatmVclPrTrackPortBase, xylnatmVplStatDxGcraBClp0Cells=xylnatmVplStatDxGcraBClp0Cells, xylnatmInterfaceTimingMode=xylnatmInterfaceTimingMode, xylnatmClockingxSrcOperState=xylnatmClockingxSrcOperState, xylnatmVclF4F5CopyEnd2End=xylnatmVclF4F5CopyEnd2End, xylnatmInterfaceSlotIndex=xylnatmInterfaceSlotIndex, xylnatmVplStatVpi=xylnatmVplStatVpi, xylnatmInterfaceStatEntry=xylnatmInterfaceStatEntry, xylnatmVclStatPortIndex=xylnatmVclStatPortIndex, xylnatmVclStatSlotIndex=xylnatmVclStatSlotIndex, xylnatmVcCrossConnectPvcIdentifier=xylnatmVcCrossConnectPvcIdentifier, xylnatmILMIConfEntry=xylnatmILMIConfEntry, xylnatmInterfaceStatGroup=xylnatmInterfaceStatGroup, xylnatmVclRmFwdEndpt=xylnatmVclRmFwdEndpt, atmxVplTransmitTrafficDescrIndex=atmxVplTransmitTrafficDescrIndex, xylnatmClockingxCtrlSrcLevel=xylnatmClockingxCtrlSrcLevel, atmxSvcVcCrossConnectHighSlotIndex=atmxSvcVcCrossConnectHighSlotIndex, xylnatmVclStatDxGcraClp1Cells=xylnatmVclStatDxGcraClp1Cells, xylnatmVpCrossConnectRowStatus=xylnatmVpCrossConnectRowStatus, atmxVcCrossConnectL2HOperStatus=atmxVcCrossConnectL2HOperStatus, atmxSvcVcCrossConnectRowStatus=atmxSvcVcCrossConnectRowStatus, atmxVcCrossConnectLowVpi=atmxVcCrossConnectLowVpi, xylnatmInterfaceStatDxCongClp1Cells=xylnatmInterfaceStatDxCongClp1Cells, xylnatmVclConnectionDescr=xylnatmVclConnectionDescr, xylnatmVcCrossConnectVcType=xylnatmVcCrossConnectVcType, xylnatmVpCrossConnectLowPortIndex=xylnatmVpCrossConnectLowPortIndex, xylnatmTrafficShaperMemVciNumIndex=xylnatmTrafficShaperMemVciNumIndex, xylnatmVcCrossConnectTable=xylnatmVcCrossConnectTable, xylnatmVclTable=xylnatmVclTable, xylnatmVplOamEndpt=xylnatmVplOamEndpt, atmxVplVpi=atmxVplVpi, atmxInterfaceConfVpcs=atmxInterfaceConfVpcs, atmxVplTable=atmxVplTable, xylnatmVplTable=xylnatmVplTable, xylnatmVplStatDxCongClp0Cells=xylnatmVplStatDxCongClp0Cells, xylnatmVclStatDxGcraClp0Cells=xylnatmVclStatDxGcraClp0Cells, atmxVcCrossConnectHighSlotIndex=atmxVcCrossConnectHighSlotIndex, xylnatmVclOamCopy=xylnatmVclOamCopy, xylnatmInterfaceStatRemainingTxBandwidth=xylnatmInterfaceStatRemainingTxBandwidth, xylnatmVclStatDxGcraBClp0Cells=xylnatmVclStatDxGcraBClp0Cells, xylnatmILMIConfAutoCfgDfltSigVer=xylnatmILMIConfAutoCfgDfltSigVer, xylnatmVpCrossConnectL2HOperStatus=xylnatmVpCrossConnectL2HOperStatus, atmxVpCrossConnectHighPortIndex=atmxVpCrossConnectHighPortIndex, atmxInterfaceAddressType=atmxInterfaceAddressType, xylnatmInterfaceStatUnknownVpVcCells=xylnatmInterfaceStatUnknownVpVcCells, atmxVplAdminStatus=atmxVplAdminStatus, atmxVcCrossConnectEntry=atmxVcCrossConnectEntry, atmxVpCrossConnectLowVpi=atmxVpCrossConnectLowVpi, xylnatmVclModDestVclVpi=xylnatmVclModDestVclVpi, xylnatmVplMcIngressEgress=xylnatmVplMcIngressEgress, xylnatmVclRmFwdGcraAdv=xylnatmVclRmFwdGcraAdv, xylnatmTrafficShaperMemVpiOper=xylnatmTrafficShaperMemVpiOper, atmxVplLastChange=atmxVplLastChange, xylnatmVclStatVci=xylnatmVclStatVci, xylnatmVcCrossConnectHighPortIndex=xylnatmVcCrossConnectHighPortIndex, atmxTrafficDescrGroup=atmxTrafficDescrGroup, xylnatmVclModPortIndex=xylnatmVclModPortIndex, xylnatmInterfaceStatMarkEfciCells=xylnatmInterfaceStatMarkEfciCells, xylnatmILMIConfAutoCfgCurIf=xylnatmILMIConfAutoCfgCurIf, xylnatmInterfaceStatRxCells=xylnatmInterfaceStatRxCells, atmxTrafficDescrParam1=atmxTrafficDescrParam1, xylnatmVcCrossConnectLowPortIndex=xylnatmVcCrossConnectLowPortIndex, xylnatmInterfaceStatDxCongClp0Cells=xylnatmInterfaceStatDxCongClp0Cells, xylnatmVclModSlotIndex=xylnatmVclModSlotIndex, xylnatmVcCrossConnectLowVci=xylnatmVcCrossConnectLowVci, xylnatmClockingxGlobalCST=xylnatmClockingxGlobalCST, atmxInterfaceIlmiVci=atmxInterfaceIlmiVci, xylnatmVcCrossConnectH2LLastChange=xylnatmVcCrossConnectH2LLastChange, xylnatmVplPrTrackPort2=xylnatmVplPrTrackPort2, xylnatmVplModPortIndex=xylnatmVplModPortIndex, atmxVclEntry=atmxVclEntry, xylnatmILMIConfAutoCfgStatus=xylnatmILMIConfAutoCfgStatus, atmxSvcVcCrossConnectLowPortIndex=atmxSvcVcCrossConnectLowPortIndex, xylnatmVplGcraAPoliceMode=xylnatmVplGcraAPoliceMode, xylnatmVplRmFwdCopy=xylnatmVplRmFwdCopy, xylnatmVplRmBkwdEndpt=xylnatmVplRmBkwdEndpt, xylnatmVclStatTxCells=xylnatmVclStatTxCells, xylnatmTrafficShaperMemTsNumIndex=xylnatmTrafficShaperMemTsNumIndex, xylnatmInterfacePortIndex=xylnatmInterfacePortIndex, xylnatmInterfaceAtmAddress=xylnatmInterfaceAtmAddress, xylnatmVclMcIngressEgress=xylnatmVclMcIngressEgress, xylnatmVplAltTrackPort3=xylnatmVplAltTrackPort3, xylnatmVplF4F5CopyEnd2End=xylnatmVplF4F5CopyEnd2End, xylnatmVplRmBkwdGcraAdv=xylnatmVplRmBkwdGcraAdv, xylnatmTrafficShaperMemSlotIndex=xylnatmTrafficShaperMemSlotIndex, xylnatmVcCrossConnectLowVpi=xylnatmVcCrossConnectLowVpi, xylnatmVpCrossConnectH2LOperStatus=xylnatmVpCrossConnectH2LOperStatus, xylnatmVplMcGroupId=xylnatmVplMcGroupId, xylnatmVplStatRxClp0Cells=xylnatmVplStatRxClp0Cells, xylnatmInterfaceTpRedirect=xylnatmInterfaceTpRedirect, xylnatmVplStatDxGcraClp0Cells=xylnatmVplStatDxGcraClp0Cells, xylnatmInterfaceCutOverSlot=xylnatmInterfaceCutOverSlot, xylnatmVplStatRxCells=xylnatmVplStatRxCells, atmxTrafficDescrParam5=atmxTrafficDescrParam5, atmxSvcVpCrossConnectHighVpi=atmxSvcVpCrossConnectHighVpi, xylnatmILMIConfAutoCfgCurILMIVer=xylnatmILMIConfAutoCfgCurILMIVer, xylanCsmMIB=xylanCsmMIB, atmxSvcVpCrossConnectTable=atmxSvcVpCrossConnectTable, xylnatmVclAAL5Discard=xylnatmVclAAL5Discard, xylnatmVplStatsMode=xylnatmVplStatsMode, xylnatmVplModSlotIndex=xylnatmVplModSlotIndex, atmxTrafficQoSClass=atmxTrafficQoSClass, atmxVcCrossConnectHighVpi=atmxVcCrossConnectHighVpi, xylnatmVplF4F5End2EndEndpt=xylnatmVplF4F5End2EndEndpt, xylnatmInterfaceOperStatus=xylnatmInterfaceOperStatus, atmxVplOperStatus=atmxVplOperStatus, xylnatmVclModDestSlotIndex=xylnatmVclModDestSlotIndex, xylnatmInterfaceStatUniVersion=xylnatmInterfaceStatUniVersion, atmxSvcVpCrossConnectCreationTime=atmxSvcVpCrossConnectCreationTime, xylnatmVclRmDiscard=xylnatmVclRmDiscard, xylnatmVplAltTrackPort2=xylnatmVplAltTrackPort2, xylnatmVcCrossConnectL2HLastChange=xylnatmVcCrossConnectL2HLastChange, xylnatmInterfaceStatUnknownVpiCells=xylnatmInterfaceStatUnknownVpiCells, xylnatmVclModDestVclVci=xylnatmVclModDestVclVci, xylnatmILMIConfAutoCfgCurSigVer=xylnatmILMIConfAutoCfgCurSigVer, atmxInterfacePortIndex=atmxInterfacePortIndex, atmxVpCrossConnectGroup=atmxVpCrossConnectGroup, atmxInterfaceConfEntry=atmxInterfaceConfEntry, atmxVcCrossConnectLowSlotIndex=atmxVcCrossConnectLowSlotIndex, xylnatmILMIConfAutoCfgTrigg=xylnatmILMIConfAutoCfgTrigg, xylnatmVclF4F5End2EndEndpt=xylnatmVclF4F5End2EndEndpt, xylnatmVplF4F5SegEndpt=xylnatmVplF4F5SegEndpt, xylnatmClockingxCtrlEntry=xylnatmClockingxCtrlEntry, atmxInterfaceMaxActiveVpiBits=atmxInterfaceMaxActiveVpiBits, atmxVclTable=atmxVclTable, atmxInterfaceConfVccs=atmxInterfaceConfVccs, xylnatmVcCrossConnectEntry=xylnatmVcCrossConnectEntry, xylnatmVclModTable=xylnatmVclModTable, xylnatmVclGcraBPoliceMode=xylnatmVclGcraBPoliceMode, xylnatmInterfaceClearSlotStats=xylnatmInterfaceClearSlotStats, xylnatmVplStatRxClp1Cells=xylnatmVplStatRxClp1Cells, atmxVplRowStatus=atmxVplRowStatus, xylnatmInterfaceConfEntry=xylnatmInterfaceConfEntry, xylnatmTrafficShaperMemPortIndex=xylnatmTrafficShaperMemPortIndex, atmxVclSlotIndex=atmxVclSlotIndex, xylnatmVplModDestStatus=xylnatmVplModDestStatus, atmxInterfaceMaxVccs=atmxInterfaceMaxVccs, xylnatmVclPrTrackPort3=xylnatmVclPrTrackPort3, atmxTrafficDescrParamTable=atmxTrafficDescrParamTable, xylnatmInterfacePortMode=xylnatmInterfacePortMode, xylnatmVclGcraAPoliceMode=xylnatmVclGcraAPoliceMode, atmxVclOperStatus=atmxVclOperStatus, xylnatmInterfaceTransmissionType=xylnatmInterfaceTransmissionType, atmxTrafficDescrParam4=atmxTrafficDescrParam4, atmxSvcVcCrossConnectHighTDIndex=atmxSvcVcCrossConnectHighTDIndex, xylnatmClockingxSrcType=xylnatmClockingxSrcType, xylnatmVplAAL5Discard=xylnatmVplAAL5Discard, xylnatmVclModDestStatus=xylnatmVclModDestStatus, xylnatmInterfaceStatTxCells=xylnatmInterfaceStatTxCells, xylnatmVplVpi=xylnatmVplVpi, xylnatmVclF4F5SegEndpt=xylnatmVclF4F5SegEndpt, atmxVclRowStatus=atmxVclRowStatus, atmxVpCrossConnectH2LOperStatus=atmxVpCrossConnectH2LOperStatus, atmxTrafficDescrParamEntry=atmxTrafficDescrParamEntry, atmxVcCrossConnectHighVci=atmxVcCrossConnectHighVci, atmxVplCrossConnectIdentifier=atmxVplCrossConnectIdentifier, atmxVclVci=atmxVclVci, xylnatmInterfaceConfTable=xylnatmInterfaceConfTable, xylnatmVpCrossConnectLowVpi=xylnatmVpCrossConnectLowVpi, xylnatmVplRmFwdGcraAdv=xylnatmVplRmFwdGcraAdv, xylnatmVpCrossConnectTable=xylnatmVpCrossConnectTable, xylnatmVplChanType=xylnatmVplChanType, xylnatmVclLgclChanRedirect=xylnatmVclLgclChanRedirect, xylnatmILMIConfPeerILMIVer=xylnatmILMIConfPeerILMIVer, xylnatmVplStatDxCongClp1Cells=xylnatmVplStatDxCongClp1Cells, atmxVpCrossConnectLowSlotIndex=atmxVpCrossConnectLowSlotIndex, xylnatmVplRmDiscard=xylnatmVplRmDiscard, xylnatmVplModDestPortIndex=xylnatmVplModDestPortIndex, atmxVpCrossConnectEntry=atmxVpCrossConnectEntry, xylnatmInterfaceStatMarkGcraCells=xylnatmInterfaceStatMarkGcraCells, xylnatmVclAltTrackPort2=xylnatmVclAltTrackPort2, atmxSvcVcCrossConnectTable=atmxSvcVcCrossConnectTable, atmxSvcVcCrossConnectCreationTime=atmxSvcVcCrossConnectCreationTime, xylnatmVplStatDxGcraClp1Cells=xylnatmVplStatDxGcraClp1Cells, xylnatmILMIConfAutoCfgDfltIf=xylnatmILMIConfAutoCfgDfltIf, atmxTrafficDescrRowStatus=atmxTrafficDescrRowStatus, xylnatmVclSlotIndex=xylnatmVclSlotIndex, atmxVclTransmitTrafficDescrIndex=atmxVclTransmitTrafficDescrIndex, xylnatmVclRmBkwdGcraAdv=xylnatmVclRmBkwdGcraAdv, xylnatmVpCrossConnectHighVpi=xylnatmVpCrossConnectHighVpi, xylnatmInterfaceCutOverPort=xylnatmInterfaceCutOverPort, xylnatmInterfaceStatPortIndex=xylnatmInterfaceStatPortIndex, xylnatmVpCrossConnectHighSlotIndex=xylnatmVpCrossConnectHighSlotIndex, xylnatmTrafficShaperMemVpiNumIndex=xylnatmTrafficShaperMemVpiNumIndex, xylnatmVclStatVpi=xylnatmVclStatVpi, xylnatmVplStatGroup=xylnatmVplStatGroup, atmxVplSlotIndex=atmxVplSlotIndex, atmxVpCrossConnectL2HOperStatus=atmxVpCrossConnectL2HOperStatus)
mibBuilder.exportSymbols('XYLAN-CSM-MIB', xylnatmVcCrossConnectLowTxTrafficDescrIndex=xylnatmVcCrossConnectLowTxTrafficDescrIndex, atmxTrafficDescrParamIndex=atmxTrafficDescrParamIndex, atmxVcCrossConnectLowPortIndex=atmxVcCrossConnectLowPortIndex, xylnatmVclChanType=xylnatmVclChanType, xylnatmTrafficShaperConfEntry=xylnatmTrafficShaperConfEntry, atmxVclCrossConnectIdentifier=atmxVclCrossConnectIdentifier, atmxSvcVcCrossConnectLowSlotIndex=atmxSvcVcCrossConnectLowSlotIndex, xylnatmInterfaceClearChanStats=xylnatmInterfaceClearChanStats, atmxVclAdminStatus=atmxVclAdminStatus, atmxSvcVpCrossConnectEntry=atmxSvcVpCrossConnectEntry, xylnatmInterfaceStatRxClp0Cells=xylnatmInterfaceStatRxClp0Cells, xylnatmVclRmBkwdEndpt=xylnatmVclRmBkwdEndpt, xylnatmInterfaceStatRxClp1Cells=xylnatmInterfaceStatRxClp1Cells, xylnatmVclF4F5CopySeg=xylnatmVclF4F5CopySeg, xylnatmVclStatDxGcraBClp1Cells=xylnatmVclStatDxGcraBClp1Cells, xylnatmInterfaceStatSlotIndex=xylnatmInterfaceStatSlotIndex, atmxVcCrossConnectIndex=atmxVcCrossConnectIndex, xylnatmVplEntry=xylnatmVplEntry, atmxVpCrossConnectL2HLastChange=atmxVpCrossConnectL2HLastChange, atmxVcCrossConnectH2LOperStatus=atmxVcCrossConnectH2LOperStatus, xylnatmVclVpi=xylnatmVclVpi, atmxSvcVpCrossConnectLowVpi=atmxSvcVpCrossConnectLowVpi, xylnatmVclStatEntry=xylnatmVclStatEntry, xylnatmInterfaceIlmiState=xylnatmInterfaceIlmiState, xylnatmVplStatDxGcraBClp1Cells=xylnatmVplStatDxGcraBClp1Cells, xylnatmVcCrossConnectConnectionId=xylnatmVcCrossConnectConnectionId, xylnatmVplPrTrackPortBase=xylnatmVplPrTrackPortBase, xylnatmVclUserPriority=xylnatmVclUserPriority, xylnatmInterfaceStatTable=xylnatmInterfaceStatTable, xylnatmVclModVclVci=xylnatmVclModVclVci, atmxSvcVpCrossConnectHighPortIndex=atmxSvcVpCrossConnectHighPortIndex, xylnatmInterfaceLocalSrc=xylnatmInterfaceLocalSrc, xylnatmVclMcGroupId=xylnatmVclMcGroupId, xylnatmVclModGroup=xylnatmVclModGroup, xylnatmVcCrossConnectHighVci=xylnatmVcCrossConnectHighVci, atmxTrafficDescrType=atmxTrafficDescrType, xylnatmVclStatDxCongClp1Cells=xylnatmVclStatDxCongClp1Cells, xylnatmVplStatTable=xylnatmVplStatTable, xylnatmVplTransportPriority=xylnatmVplTransportPriority, xylnatmVclAltTrackPortBase=xylnatmVclAltTrackPortBase, atmxSvcVpCrossConnectLowTDIndex=atmxSvcVpCrossConnectLowTDIndex, atmxSvcVcCrossConnectHighVpi=atmxSvcVcCrossConnectHighVpi, xylnatmVclOamEndpt=xylnatmVclOamEndpt, xylnatmTrafficShaperConfGroup=xylnatmTrafficShaperConfGroup, xylnatmTrafficShaperConfPCR=xylnatmTrafficShaperConfPCR, atmxVpCrossConnectHighVpi=atmxVpCrossConnectHighVpi, xylnatmInterfaceTransType=xylnatmInterfaceTransType, atmxVpCrossConnectAdminStatus=atmxVpCrossConnectAdminStatus, atmxInterfaceSlotIndex=atmxInterfaceSlotIndex, xylnatmVplStatTxCells=xylnatmVplStatTxCells, xylnatmVplUserPriority=xylnatmVplUserPriority, xylnatmTrafficShaperConfCDV=xylnatmTrafficShaperConfCDV, xylnatmTrafficShaperMemTable=xylnatmTrafficShaperMemTable, xylnatmVpCrossConnectHighPortIndex=xylnatmVpCrossConnectHighPortIndex, xylnatmVplAltTrackPortBase=xylnatmVplAltTrackPortBase, xylnatmVplF4F5CopySeg=xylnatmVplF4F5CopySeg, xylnatmInterfaceQsaalStatus=xylnatmInterfaceQsaalStatus, atmxSvcVpCrossConnectLowPortIndex=atmxSvcVpCrossConnectLowPortIndex, xylnatmVcCrossConnectMCastEnable=xylnatmVcCrossConnectMCastEnable, xylnatmInterfaceMediaType=xylnatmInterfaceMediaType, xylnatmClockingxCtrlPort=xylnatmClockingxCtrlPort, xylnatmVcCrossConnectHighVpi=xylnatmVcCrossConnectHighVpi, xylnatmTrafficShaperConfPortIndex=xylnatmTrafficShaperConfPortIndex, atmxVcCrossConnectTable=atmxVcCrossConnectTable, atmxTrafficDescrParam3=atmxTrafficDescrParam3, xylnatmVclPortIndex=xylnatmVclPortIndex, xylnatmVpCrossConnectPvcIdentifier=xylnatmVpCrossConnectPvcIdentifier, xylnatmInterfaceConfGroup=xylnatmInterfaceConfGroup, atmxVpCrossConnectH2LLastChange=atmxVpCrossConnectH2LLastChange, xylnatmVplPrTrackPort1=xylnatmVplPrTrackPort1, xylnatmILMIConfPort=xylnatmILMIConfPort, xylnatmVclStatsMode=xylnatmVclStatsMode, xylnatmVpCrossConnectH2LLastChange=xylnatmVpCrossConnectH2LLastChange, atmxSvcVcCrossConnectEntry=atmxSvcVcCrossConnectEntry, xylnatmVclPrTrackPort2=xylnatmVclPrTrackPort2, atmxSvcVcCrossConnectHighPortIndex=atmxSvcVcCrossConnectHighPortIndex, atmxVpCrossConnectLowPortIndex=atmxVpCrossConnectLowPortIndex, atmxVclVpi=atmxVclVpi, xylnatmInterfaceStatUnknownVciCells=xylnatmInterfaceStatUnknownVciCells, xylnatmVplModTable=xylnatmVplModTable, xylnatmVpCrossConnectConnectionId=xylnatmVpCrossConnectConnectionId, xylnatmVpCrossConnectLowSlotIndex=xylnatmVpCrossConnectLowSlotIndex, xylnatmVcCrossConnectHighSlotIndex=xylnatmVcCrossConnectHighSlotIndex, xylnatmVplRmFwdEndpt=xylnatmVplRmFwdEndpt, xylnatmVplStatSlotIndex=xylnatmVplStatSlotIndex, atmxSvcVcCrossConnectLowTDIndex=atmxSvcVcCrossConnectLowTDIndex, xylnatmVplAltTrackPort1=xylnatmVplAltTrackPort1, xylnatmTrafficShaperMemGroup=xylnatmTrafficShaperMemGroup, xylnatmVpCrossConnectMCastEnable=xylnatmVpCrossConnectMCastEnable, xylnatmTrafficShaperConfTsNumIndex=xylnatmTrafficShaperConfTsNumIndex, xylnatmVclStatGroup=xylnatmVclStatGroup, xylnatmVplRmBkwdCopy=xylnatmVplRmBkwdCopy, atmxVpCrossConnectIndex=atmxVpCrossConnectIndex, atmxVclBidirect=atmxVclBidirect, atmxVplGroup=atmxVplGroup, xylnatmInterfaceDescription=xylnatmInterfaceDescription, xylnatmVplSlotIndex=xylnatmVplSlotIndex, xylnatmInterfaceStatDxGcraClp1Cells=xylnatmInterfaceStatDxGcraClp1Cells, atmxVcCrossConnectH2LLastChange=atmxVcCrossConnectH2LLastChange, xylnatmTrafficShaperConfSCR=xylnatmTrafficShaperConfSCR, xylnatmClockingxCtrlBusLine=xylnatmClockingxCtrlBusLine, xylnatmILMIConfILMIEnable=xylnatmILMIConfILMIEnable, xylnatmVcCrossConnectGroup=xylnatmVcCrossConnectGroup, atmxVcCrossConnectLowVci=atmxVcCrossConnectLowVci, xylnatmVclVci=xylnatmVclVci, xylnatmVclStatRxClp0Cells=xylnatmVclStatRxClp0Cells, xylnatmVplStatEntry=xylnatmVplStatEntry, xylnatmILMIConfAutoCfgEnable=xylnatmILMIConfAutoCfgEnable, xylnatmVcCrossConnectLowRxTrafficDescrIndex=xylnatmVcCrossConnectLowRxTrafficDescrIndex, xylnatmVclAltTrackPort1=xylnatmVclAltTrackPort1, atmxVccAalType=atmxVccAalType, xylnatmILMIConfInstance=xylnatmILMIConfInstance, xylnatmVplConnectionDescr=xylnatmVplConnectionDescr, xylnatmILMIConfPeerDevType=xylnatmILMIConfPeerDevType, xylnatmVplModVplVpi=xylnatmVplModVplVpi, atmxVcCrossConnectL2HLastChange=atmxVcCrossConnectL2HLastChange, atmxVcCrossConnectRowStatus=atmxVcCrossConnectRowStatus, atmxInterfaceConfGroup=atmxInterfaceConfGroup, xylnatmVclModVclVpi=xylnatmVclModVclVpi, xylnatmInterfaceStatDxGcrabClp0Cells=xylnatmInterfaceStatDxGcrabClp0Cells, atmxSvcVcCrossConnectLowVci=atmxSvcVcCrossConnectLowVci, xylnatmVplPortIndex=xylnatmVplPortIndex, xylnatmClockingxCtrlGroup=xylnatmClockingxCtrlGroup, atmxVpCrossConnectHighSlotIndex=atmxVpCrossConnectHighSlotIndex, atmxVpCrossConnectRowStatus=atmxVpCrossConnectRowStatus, atmxSvcVpCrossConnectHighSlotIndex=atmxSvcVpCrossConnectHighSlotIndex, xylnatmVclStatDxCongClp0Cells=xylnatmVclStatDxCongClp0Cells, atmxVplBidirect=atmxVplBidirect, xylnatmILMIConfPeerNNISigVer=xylnatmILMIConfPeerNNISigVer, atmxSvcVpCrossConnectLowSlotIndex=atmxSvcVpCrossConnectLowSlotIndex, atmxVccAal5EncapsType=atmxVccAal5EncapsType, xylnatmVplLgclChanRedirect=xylnatmVplLgclChanRedirect, atmxVplPortIndex=atmxVplPortIndex, xylnatmInterfaceUniVersion=xylnatmInterfaceUniVersion, xylnatmInterfaceStatDxGcraClp0Cells=xylnatmInterfaceStatDxGcraClp0Cells, xylnatmVplOamCopy=xylnatmVplOamCopy, atmxVcCrossConnectHighPortIndex=atmxVcCrossConnectHighPortIndex, xylnatmTrafficShaperConfSlotIndex=xylnatmTrafficShaperConfSlotIndex, xylnatmVplStatPortIndex=xylnatmVplStatPortIndex, xylnatmVclStatTable=xylnatmVclStatTable) |
def create_printer():
my_favourite_number = 123
def printer():
print(f"My Favourite Number is {my_favourite_number}")
return printer
# Closure
# As we can see, the output will be 123. Which means my_printer can still access to my_favourite_number which is outer scope.
# this is what Closure is
my_printer = create_printer()
my_printer()
| def create_printer():
my_favourite_number = 123
def printer():
print(f'My Favourite Number is {my_favourite_number}')
return printer
my_printer = create_printer()
my_printer() |
#
# PySNMP MIB module DC-RTM-MIB (http://snmplabs.com/pysmi)
# ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/DC-RTM-MIB
# Produced by pysmi-0.3.4 at Wed May 1 11:44:32 2019
# On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4
# Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15)
#
OctetString, Integer, ObjectIdentifier = mibBuilder.importSymbols("ASN1", "OctetString", "Integer", "ObjectIdentifier")
NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
ValueRangeConstraint, ConstraintsUnion, ValueSizeConstraint, ConstraintsIntersection, SingleValueConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueRangeConstraint", "ConstraintsUnion", "ValueSizeConstraint", "ConstraintsIntersection", "SingleValueConstraint")
AdminDistance, InetSubAddressType, RouteAction, BfdSessionStatus, PathType, OperStatus, NumericIndexOrZero, AdminStatus = mibBuilder.importSymbols("DC-MASTER-TC", "AdminDistance", "InetSubAddressType", "RouteAction", "BfdSessionStatus", "PathType", "OperStatus", "NumericIndexOrZero", "AdminStatus")
IANAipRouteProtocol, = mibBuilder.importSymbols("IANA-RTPROTO-MIB", "IANAipRouteProtocol")
InetAddressType, InetAddress = mibBuilder.importSymbols("INET-ADDRESS-MIB", "InetAddressType", "InetAddress")
ModuleCompliance, ObjectGroup, NotificationGroup = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "ObjectGroup", "NotificationGroup")
MibScalar, MibTable, MibTableRow, MibTableColumn, Counter32, iso, ObjectIdentity, IpAddress, NotificationType, Unsigned32, ModuleIdentity, Counter64, Integer32, MibIdentifier, TimeTicks, Gauge32, Bits = mibBuilder.importSymbols("SNMPv2-SMI", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "Counter32", "iso", "ObjectIdentity", "IpAddress", "NotificationType", "Unsigned32", "ModuleIdentity", "Counter64", "Integer32", "MibIdentifier", "TimeTicks", "Gauge32", "Bits")
TextualConvention, RowStatus, DisplayString, TruthValue = mibBuilder.importSymbols("SNMPv2-TC", "TextualConvention", "RowStatus", "DisplayString", "TruthValue")
rtmMib = ModuleIdentity((1, 2, 826, 0, 1, 1578918, 5, 61, 1))
rtmMib.setRevisions(('2014-04-17 00:00',))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
if mibBuilder.loadTexts: rtmMib.setRevisionsDescriptions(('Arris changes to DCL June 2013 Release',))
if mibBuilder.loadTexts: rtmMib.setLastUpdated('201404170000Z')
if mibBuilder.loadTexts: rtmMib.setOrganization('Data Connection Ltd.')
if mibBuilder.loadTexts: rtmMib.setContactInfo('Postal: Data Connection Ltd. 100 Church Street Enfield Middlesex EN2 6BQ United Kingdom Tel: +44 20 83661177 E-mail: dcospf@dataconnection.com')
if mibBuilder.loadTexts: rtmMib.setDescription('The MIB module for management of the DC-RTM product.')
rtmObjects = MibIdentifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1))
rtmTrap = MibIdentifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2))
class MplsIndexType(TextualConvention, Integer32):
description = 'An index that can be used as a table index in cases where a large addressable space is required such as on an LSR where many applications may be provisioning labels.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ValueRangeConstraint(0, 2147483647)
class FteIndex(TextualConvention, Unsigned32):
description = 'The index value identifying a fault tolerant entity.'
status = 'current'
class OspfTag(TextualConvention, Unsigned32):
description = 'An OSPF Tag.'
status = 'current'
subtypeSpec = Unsigned32.subtypeSpec + ValueRangeConstraint(0, 4294967295)
class RtmMjStatus(TextualConvention, Integer32):
description = 'The status of a master join.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10))
namedValues = NamedValues(("mjNotJoined", 1), ("mjSentAddJoin", 2), ("mjSentRegister", 3), ("mjJoinActive", 4), ("mjSentDelJoin", 5), ("mjSentUnregister", 6), ("mjJoinGone", 7), ("mjFailedToRegister", 8), ("mjFailingOver", 9), ("mjFailed", 10))
class RtmSjStatus(TextualConvention, Integer32):
description = 'The status of a slave join.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))
namedValues = NamedValues(("sjNotJoined", 1), ("sjJoined", 2), ("sjJoinActive", 3), ("sjJoinUnreg", 4), ("sjJoinGone", 5), ("sjFailingOver", 6), ("sjFailed", 7))
class InterfaceType(TextualConvention, Integer32):
description = 'The type of interface to which a join applies.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2))
namedValues = NamedValues(("ifActiveRoutes", 1), ("ifRteProtInput", 2))
class AriPrtnrType(TextualConvention, Integer32):
description = 'The type of slave partner to join to over the Active Routes Interface.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))
namedValues = NamedValues(("ariPrtnrFt", 1), ("ariPrtnrLdf", 2), ("ariPrtnrRsm", 3), ("ariPrtnrBgp", 4), ("ariPrtnrPim", 5))
class RdstSetFieldType(TextualConvention, Integer32):
description = 'The type of action a Set Field entry performs.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2))
namedValues = NamedValues(("rdstSetBgpComm", 1), ("rdstSetBgpExtComm", 2))
class EqualCostRouteOpts(TextualConvention, Integer32):
description = 'The method used to determine how to choose which equal cost routes for a given destination to give to the active routing information consumers, if there is more than one route. This value is used in building responses to ATG_QCAR_GET_ROUTES and ATG_QCAR_QUERY_ROUTE signals, and also in building ATG_QCAR_ROUTE_UPDATE and ATG_QCAR_ROUTE_IND signals for consumers that require them. The permitted values for this field are as follows. all: All equal cost routes should be given to the active routing information consumers. one: DC-RTM picks one as soon as it can, and only tells the active routing information consumers about that one route. It only switches to another route if the chosen one is deleted, or if the chosen one no longer has the lowest administrative distance among routes to this destination (for example if a new route is added with a lower adminstrative distance).'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2))
namedValues = NamedValues(("equalCostAll", 1), ("equalCostOne", 2))
class MetricConversion(TextualConvention, Integer32):
description = 'How to convert the metric in the source routing information to a new metric in the destination routing information. Possible actions are same: Use the supplied metric value constant: Ignore the supplied metric and use the constant value given in the metric numeric parameter field inverse: Map high values onto low ones, and vice-versa, by subtracting the supplied metric from 0xffffffff. scale up: Use the supplied metric multiplied by the value given in the metric numeric parameter field, or 0xffffffff if this is smaller. scale down: Use the supplied metric divided by the value given in the metric numeric parameter field (which must not be zero), rounding down to the next whole number. truncate: Use the smaller of the supplied metric or the metric numeric parameter field.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6))
namedValues = NamedValues(("metricConvSame", 1), ("metricConvConstant", 2), ("metricConvInverse", 3), ("metricConvScaleUp", 4), ("metricConvScaleDown", 5), ("metricConvTruncate", 6))
class InfoSourceDest(TextualConvention, Integer32):
description = 'A source of, or destination for, routing information. These values are used when redistributing routing information.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 65536, 131072, 196608, 262144, 327680, 393216, 458752, 524288, 589824, 655360, 720896, 786432, 851968, 917504, 983040, 1048576, 1114112, 1179648))
namedValues = NamedValues(("infoSourceAll", 0), ("infoSourceAllInclConnected", 1), ("infoSourceOther", 65536), ("infoSourceConnected", 131072), ("infoSourceStatic", 196608), ("infoSourceIcmp", 262144), ("infoSourceEgp", 327680), ("infoSourcePd", 393216), ("infoSourceHello", 458752), ("infoSourceRip", 524288), ("infoSourceIsis", 589824), ("infoSourceEsis", 655360), ("infoSourceIgrp", 720896), ("infoSourceBbnSpfIgp", 786432), ("infoSourceOspf", 851968), ("infoSourceBgp", 917504), ("infoSourceIdpr", 983040), ("infoSourceEigrp", 1048576), ("infoSourceDvmrp", 1114112), ("infoSourceEnni", 1179648))
class BgpOriginCode(TextualConvention, Integer32):
description = 'A BGP origin code.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2))
namedValues = NamedValues(("bgpOriginIgp", 0), ("bgpOriginEgp", 1), ("bgpOriginIncomplete", 2))
class BgpCommunity(TextualConvention, OctetString):
description = 'The representation of a BGP Community.'
status = 'current'
subtypeSpec = OctetString.subtypeSpec + ValueSizeConstraint(4, 4)
fixedLength = 4
class BgpExtendedCommunity(TextualConvention, OctetString):
description = 'The representation of a BGP Extended Community.'
status = 'current'
subtypeSpec = OctetString.subtypeSpec + ValueSizeConstraint(8, 8)
fixedLength = 8
class RouteInfo(TextualConvention, Integer32):
description = 'A Routing Protocol Information Type. For OSPF, this is an integer representation of the OID which is required by RFC 2096. The RFCs which define the OIDs, and the represented OIDs, are show here. OSPF - RFC 1850. For ISIS, this is an integer representation of the types of route to IP reachable addresses.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10))
namedValues = NamedValues(("none", 0), ("ospfIntraArea", 1), ("ospfInterArea", 2), ("ospfExternalType1", 3), ("ospfExternalType2", 4), ("isisL1Internal", 5), ("isisL2Internal", 6), ("isisL1InternalDown", 7), ("isisL1External", 8), ("isisL2External", 9), ("isisL1ExternalDown", 10))
class RouteType(TextualConvention, Integer32):
description = 'Routing Type.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))
namedValues = NamedValues(("other", 1), ("reject", 2), ("local", 3), ("remote", 4))
class RtmBfdSupport(TextualConvention, Integer32):
description = 'BFD support level.'
status = 'current'
subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3))
namedValues = NamedValues(("none", 1), ("desired", 2), ("required", 3))
rtmEntityTable = MibTable((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1), )
if mibBuilder.loadTexts: rtmEntityTable.setStatus('current')
if mibBuilder.loadTexts: rtmEntityTable.setDescription('The table of DC-RTM entities.')
rtmEntityEntry = MibTableRow((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1), ).setIndexNames((0, "DC-RTM-MIB", "rtmEntityFteIndex"))
if mibBuilder.loadTexts: rtmEntityEntry.setStatus('current')
if mibBuilder.loadTexts: rtmEntityEntry.setDescription('Each entry represents an instance of the DC-RTM entity.')
rtmEntityFteIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 1), FteIndex())
if mibBuilder.loadTexts: rtmEntityFteIndex.setStatus('current')
if mibBuilder.loadTexts: rtmEntityFteIndex.setDescription('The index of this rtmEntityEntry. This is the HAF entity index passed on the entity create parameters.')
rtmEntityRowStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 2), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityRowStatus.setStatus('current')
if mibBuilder.loadTexts: rtmEntityRowStatus.setDescription('Used to create and delete a DC-RTM fault tolerant entity.')
rtmEntityAdminStat = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 3), AdminStatus().clone('adminStatusDown')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityAdminStat.setStatus('current')
if mibBuilder.loadTexts: rtmEntityAdminStat.setDescription('The desired administrative state of the DC-RTM entity.')
rtmEntityOperStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 4), OperStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmEntityOperStatus.setStatus('current')
if mibBuilder.loadTexts: rtmEntityOperStatus.setDescription('The current operational state of the DC-RTM entity.')
rtmEntityDsConnctd = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 5), AdminDistance()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsConnctd.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsConnctd.setDescription('The administrative distance used for directly connected routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsStatDf = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 6), AdminDistance().clone(1)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsStatDf.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsStatDf.setDescription('The default administrative distance used for statically defined routes in the static routes MIB table. It can be overridden for individual static routes. The lower the distance for a given route, the more likely that route is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsOspfInt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 7), AdminDistance().clone(30)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsOspfInt.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsOspfInt.setDescription('The administrative distance used for OSPF internal routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsOspfExt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 8), AdminDistance().clone(110)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsOspfExt.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsOspfExt.setDescription('The administrative distance used for OSPF Autonomous System external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsIntBgp = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 9), AdminDistance().clone(200)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsIntBgp.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsIntBgp.setDescription('The administrative distance used for internal and VPN BGP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsExtBgp = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 10), AdminDistance().clone(20)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsExtBgp.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsExtBgp.setDescription('The administrative distance used for external BGP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsIsisInt1 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 11), AdminDistance().clone(115)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsIsisInt1.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsIsisInt1.setDescription('The administrative distance used for IS-IS level 1 internal routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsIsisInt2 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 12), AdminDistance().clone(116)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsIsisInt2.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsIsisInt2.setDescription('The administrative distance used for IS-IS level 2 internal routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsIsisExt1 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 13), AdminDistance().clone(117)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsIsisExt1.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsIsisExt1.setDescription('The administrative distance used for IS-IS level 1 external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsIsisExt2 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 14), AdminDistance().clone(118)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsIsisExt2.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsIsisExt2.setDescription('The administrative distance used for IS-IS level 2 external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsRip = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 15), AdminDistance().clone(120)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsRip.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsRip.setDescription('The administrative distance used for RIP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsEgp = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 16), AdminDistance().clone(205)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsEgp.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsEgp.setDescription('The administrative distance used for Exterior Gateway Protocol routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsPd = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 17), AdminDistance().clone(2)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsPd.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsPd.setDescription('The administrative distance used for routes injected using DHCPv6 prefix delegation protocol. The lower the distance for a given type of route, the more likely a route of this type is to be used by RTM as the active route for the given destination.')
rtmEntityDsHello = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 18), AdminDistance().clone(215)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsHello.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsHello.setDescription('The administrative distance used for FuzzBall HelloSpeak routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsEsis = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 19), AdminDistance().clone(225)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsEsis.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsEsis.setDescription('The administrative distance used for ISO 9542 routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsBbnspfigp = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 20), AdminDistance().clone(225)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsBbnspfigp.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsBbnspfigp.setDescription('The administrative distance used for BBN SPF IGP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsIdpr = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 21), AdminDistance().clone(225)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsIdpr.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsIdpr.setDescription('The administrative distance used for InterDomain Policy Routing routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsIgrp = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 22), AdminDistance().clone(100)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsIgrp.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsIgrp.setDescription('The administrative distance used for IGRP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsEigrpSmm = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 23), AdminDistance().clone(5)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsEigrpSmm.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsEigrpSmm.setDescription('The administrative distance used for enhanced IGRP summary routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsIntEigrp = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 24), AdminDistance().clone(90)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsIntEigrp.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsIntEigrp.setDescription('The administrative distance used for internal enhanced IGRP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsEigrpExt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 25), AdminDistance().clone(170)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsEigrpExt.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsEigrpExt.setDescription('The administrative distance used for enhanced IGRP external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityDsUnknown = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 26), AdminDistance().clone(255)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsUnknown.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsUnknown.setDescription('The administrative distance used for routes which come from an unrecognized routing protocol. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityEqlCostOpt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 27), EqualCostRouteOpts().clone('equalCostAll')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityEqlCostOpt.setStatus('current')
if mibBuilder.loadTexts: rtmEntityEqlCostOpt.setDescription("How to select which equal cost routes to give to an active routing information consumer, if there is more than one route to a given destination with the lowest administrative distance. This parameter is used in building responses to ATG_QCAR_GET_ROUTES and ATG_QCAR_QUERY_ROUTE signals, and also in building ATG_QCAR_ROUTE_UPDATE and ATG_QCAR_ROUTE_IND signals for consumers that require them. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP. If you want to use IGP shortcuts for any routes then this field must be set to 'equalCostAll'.")
rtmEntityDelDeadRte = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 28), TruthValue().clone('true')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDelDeadRte.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDelDeadRte.setDescription("Whether to delete routes from a Routing Protocol Manager (RPM) whose join to DC-RTM goes down. If this is set to TRUE then the routes are deleted after the time specified in the 'dead RPM timer' parameter. If the join between an RPM and DC-RTM goes down, typically because the RPM is no longer running, then the routes received from that RPM gradually become out of date. This parameter allows DC-RTM to continue to use these routes regardless of whether the RPM ever restarts, or to stop using them after a period of time. This period of time should represent the maximum amount of time for which the RPM would be down if this were only a temporary state of affairs. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.")
rtmEntityDeadRpmTmr = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 29), Integer32()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDeadRpmTmr.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDeadRpmTmr.setDescription('Only used if the option is set to TRUE to delete routes from an RPM which DC-RTM can no longer see. This field defines the period of time that the join to an RPM can be down before its routes are deleted. This period of time should represent the maximum amount of time for which the RPM would be down if this were only a temporary state of affairs. The units for this field are minutes by default. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.')
rtmEntityRouteNumber = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 30), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmEntityRouteNumber.setStatus('current')
if mibBuilder.loadTexts: rtmEntityRouteNumber.setDescription("The number of destination prefixes to which DC-RTM currently has a route. This is the same as the number of rows in the rtmRouteTable if the following are both true. - Either rtmEntityEqlCostOpt is set to 'one', or DC-RTM knows of at most one route to each destination prefix. This means that there is at most one route in rtmRouteTable for each destination prefix included in rtmEntityRouteNumber. - None of the routes which DC-RTM has learned about are loose next hops that cannot be resolved. This means that there is at least one route in rtmRouteTable per destination prefix included in rtmEntityRouteNumber.")
rtmEntityAddressFamily = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 31), InetAddressType().clone('ipv4')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityAddressFamily.setStatus('current')
if mibBuilder.loadTexts: rtmEntityAddressFamily.setDescription('The address family that this instance of DC-RTM supports. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.')
rtmEntityDsDvmrp = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 32), AdminDistance().clone(225)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityDsDvmrp.setStatus('current')
if mibBuilder.loadTexts: rtmEntityDsDvmrp.setDescription('The administrative distance used for DVMRP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmEntityI3Index = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 33), FteIndex().clone(1)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityI3Index.setStatus('current')
if mibBuilder.loadTexts: rtmEntityI3Index.setDescription('The entity index of the instance of the I3 stub to which this instance of DC-RTM should join. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.')
rtmEntityI3JoinStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 34), RtmMjStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmEntityI3JoinStatus.setStatus('current')
if mibBuilder.loadTexts: rtmEntityI3JoinStatus.setDescription('The status of the I3 master join.')
rtmEntityPartnerWaitTime = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 35), Integer32().clone(30000)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityPartnerWaitTime.setStatus('current')
if mibBuilder.loadTexts: rtmEntityPartnerWaitTime.setDescription('The period that DC-RTM waits for joins from Routing Protocol Managers (RPMs) to be reestablished when DC-RTM is activated. DC-RTM checks for routing table convergence by waiting for a complete set of routes from all joins from RPMs that are established within this period. The partner wait timer duration effectively acts as the minimum restart interval. The value should be set to zero if the forwarding table does not maintain routing state when DC-RTM restarts.')
rtmEntityStartupTime = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 36), Integer32().clone(5000)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityStartupTime.setStatus('current')
if mibBuilder.loadTexts: rtmEntityStartupTime.setDescription("This is the startup timer duration that is used when DC-RTM is activated and no routing state has been retained by the forwarding table as part of graceful restart procedures. This timer duration is used when rtmEntityFtStateRetained is 'false'. It determines the maximum length of time before DC-RTM deems that routing table convergence is complete and hence the maximum length of time before DC-RTM sends routing updates to the forwarding table. This is typically set to a small value to ensure that the forwarding table is populated in a timely manner. Time is in miliseconds")
rtmEntityRestartTime = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 37), Integer32().clone(180000)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityRestartTime.setStatus('current')
if mibBuilder.loadTexts: rtmEntityRestartTime.setDescription("This is the startup timer duration that is used when DC-RTM is activated and routing state has been retained by the forwarding table as part of graceful restart procedures. This timer duration is used when rtmEntityFtStateRetained is 'true'. It determines the maximum length of time before DC-RTM deems that routing table convergence is complete and hence the maximum length of time before DC-RTM sends routing updates to the forwarding table. This is typically set to a value greater than the restart timer duration of each routing protocol, so that the routing table can converge before the forwarding table is updated.")
rtmEntityFtStateRetained = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 38), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityFtStateRetained.setStatus('current')
if mibBuilder.loadTexts: rtmEntityFtStateRetained.setDescription("Whether state has been maintained by the forwarding table during a restart of DC-RTM. This indicates which startup timer duration DC-RTM should uses. Setting this to 'true' causes DC-RTM to use the value of rtmEntityRestartTime as the startup timer duration. Setting this to 'false' causes DC-RTM to use the value of rtmEntityStartupTime as the startup timer duration.")
rtmEntityUseUnidirectionalLinks = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 39), TruthValue().clone('true')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityUseUnidirectionalLinks.setStatus('current')
if mibBuilder.loadTexts: rtmEntityUseUnidirectionalLinks.setDescription("Are unidirectional links usable for the FIB maintained by this instance of DC-RTM? If set to 'false' then unidirectional interfaces reported over the I3 and IGP shortcuts reported over the RPI are discarded. If set to 'true' then unidirectional interfaces can be used for next hops reported over the Active Routes Interface. Note in particular that IGP shortcuts through TE-tunnel next hops are reported over the Active Routes Interface in addition to native adjacency next hops. If the active route consumers of this FIB cannot use unidirectional links then this field should be set to 'false'. An example of such an active route consumer is DC-PIM. Because DC-PIM uses paths for Reverse Path Forwarding, it cannot use unidirectional links. If this field is changed while DC-RTM is active, DC-RTM deactivates and then reactivates in order to refresh all routing information.")
rtmEntityBfdIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 40), NumericIndexOrZero()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityBfdIndex.setStatus('current')
if mibBuilder.loadTexts: rtmEntityBfdIndex.setDescription('The entity index of the instance of the BFD stub to which this instance of DC-RTM should join. A value of zero indicates that no BFD join is required. If a non-zero value is specified then DC-RTM can only be active if the corresponding BFD stub is active.')
rtmEntityBfdJoinStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 41), RtmMjStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmEntityBfdJoinStatus.setStatus('current')
if mibBuilder.loadTexts: rtmEntityBfdJoinStatus.setDescription('The status of the BFD master join.')
rtmEntityEnableTrapSupport = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 42), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmEntityEnableTrapSupport.setStatus('current')
if mibBuilder.loadTexts: rtmEntityEnableTrapSupport.setDescription("Set this object to 'true' to enable trap support in DC-RTM. When this field is set to 'true', DC-RTM will generate the rtmOperStateChange, rtmStaticRouteChange and rtmPathActivityChange traps.")
rtmRedistTable = MibTable((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2), )
if mibBuilder.loadTexts: rtmRedistTable.setStatus('current')
if mibBuilder.loadTexts: rtmRedistTable.setDescription("The table of DC-RTM redistribution information entries. This table is used to determine how routing information is redistributed to routing protocol managers (RPMs) using DC-RTM's Routing Protocol Input interface. The RPM to which the information may be redistributed is called the destination RPM. Routing information is received from RPMs and from the MIB (for static routes); these are referred to as the routing information source. In general, DC-RTM will not redistribute a route from an RPM back to the same RPM. The one exception to this is if it is explicitly configured to do so - in other words, if it is configured with a redistribution rule where the source and destination filters both indicate the same RPM instance. One example use for this is to inform an instance of BGP which of its routes are active - see the definition of bgpRmAfiSafiAdvertiseInactive in the BGP MIB for more details.")
rtmRedistEntry = MibTableRow((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1), ).setIndexNames((0, "DC-RTM-MIB", "rtmRedistFteIndex"), (0, "DC-RTM-MIB", "rtmRedistEntryId"))
if mibBuilder.loadTexts: rtmRedistEntry.setStatus('current')
if mibBuilder.loadTexts: rtmRedistEntry.setDescription('Information defining how routing information is redistributed to routing protocol managers (RPMs)by DC-RTM on its Routing Protocol Input interface. There are two key aspects to an entry in this table. Firstly, it contains a set of filters which determine whether or not the entry applies to a given pairing of a given set of routing information and a given destination RPM. There is a filter priority to determine which entry to use if there are multiple entries whose filters match a given pairing. Secondly, it contains parameters to use when redistributing the routing information to the destination RPM, including a flag which determines whether or not to redistribute at all.')
rtmRedistFteIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 1), FteIndex())
if mibBuilder.loadTexts: rtmRedistFteIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRedistFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this redistribution table entry applies.')
rtmRedistEntryId = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 2), Unsigned32())
if mibBuilder.loadTexts: rtmRedistEntryId.setStatus('current')
if mibBuilder.loadTexts: rtmRedistEntryId.setDescription('The index of this DC-RTM redistribution table entry within the DC-RTM entity. This is an arbitrarily selected identifier.')
rtmRedistRowStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 3), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistRowStatus.setStatus('current')
if mibBuilder.loadTexts: rtmRedistRowStatus.setDescription('Used to create and delete a DC-RTM redistribution table entry.')
rtmRedistAdminStat = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 4), AdminStatus().clone('adminStatusDown')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistAdminStat.setStatus('current')
if mibBuilder.loadTexts: rtmRedistAdminStat.setDescription('The administrative state of the redistribution table entry. The row status by itself does not indicate whether the redistribution is currently active. The row must be defined and the administrative status must be up. This enables a MIB agent to turn off a particular redistribution without deleting it from the table altogether.')
rtmRedistPriority = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 5), Integer32().clone(2147483647)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistPriority.setStatus('current')
if mibBuilder.loadTexts: rtmRedistPriority.setDescription('The priority assigned to this table entry. The lower this value takes, the higher the priority of the entry. The priority takes effect when there is more than one entry in the table whose filters match a pairing of routing information and destination RPM.')
rtmRedistInfoSrc = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 6), InfoSourceDest().clone('infoSourceAll')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistInfoSrc.setStatus('current')
if mibBuilder.loadTexts: rtmRedistInfoSrc.setDescription("The source of the routing information. This is one of: - an RPM, joined to DC-RTM on the Routing Protocol Input interface - 'static' for statically defined routes, defined in the static routes table with path type ATG_QC_PATH_STATIC - 'connected' for routes to local IP addresses and directly connected IP addresses and subnets, learned via the I3 interface, or defined in the static route table with path type ATG_QC_PATH_CONNECTED - 'all', meaning that this entry applies to routes from all RPMs and static routes, but not routes learnt via the I3 interface - 'all-incl-connected', meaning that this entry applies to routes from all RPMs, static routes, and routes learnt via the I3 interface.")
rtmRedistSrcInstFlt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 7), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistSrcInstFlt.setStatus('current')
if mibBuilder.loadTexts: rtmRedistSrcInstFlt.setDescription("Specifies whether or not a source instance filter is in use. If it is not in use then this entry applies to all instances of the source RPM. The purpose of this filter is to allow an entry to apply to only one instance of the source RPM if more than one instance is active. The filter must always be off if the routing information source is set to 'all' or 'all-incl-connected'.")
rtmRedistSrcInst = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 8), FteIndex()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistSrcInst.setStatus('current')
if mibBuilder.loadTexts: rtmRedistSrcInst.setDescription('Value of the source instance filter, if in use. If the filter is in use then do not match the source routing information to this entry if this filter value does not match the fault tolerant entity index of the RPM instance specified as the routing information source.')
rtmRedistInfoDest = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 9), InfoSourceDest().clone('infoSourceAll')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistInfoDest.setStatus('current')
if mibBuilder.loadTexts: rtmRedistInfoDest.setDescription("The destination of the routing information. This is usually an RPM, joined to DC-RTM on the Routing Protocol Input interface. It can also be set to 'all' or 'all-incl-connected', meaning that this entry applies to all routing information destinations.")
rtmRedistDestInstFlt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 10), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistDestInstFlt.setStatus('current')
if mibBuilder.loadTexts: rtmRedistDestInstFlt.setDescription("Specifies whether or not a destination instance filter is in use. If it is not in use then this entry applies to all instances of the destination RPM. The purpose of this filter is to allow an entry to apply to only one instance of the destination RPM if more than one instance is active. The filter must always be off if the routing information destination is 'all' or 'all-incl-connected'.")
rtmRedistDestInst = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 11), FteIndex()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistDestInst.setStatus('current')
if mibBuilder.loadTexts: rtmRedistDestInst.setDescription('Value of the destination instance filter, if in use. If the filter is in use then do not redistribute this routing information to a given instance of an RPM if this filter value does not match the fault tolerant entity index of the RPM instance.')
rtmRedistAddrFilterType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 12), InetAddressType()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistAddrFilterType.setStatus('current')
if mibBuilder.loadTexts: rtmRedistAddrFilterType.setDescription('The type of the address used as the destination address filter. This object must be set to the same value as rtmEntityAddressFamily, and this is its default value.')
rtmRedistAddrFilter = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 13), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), )).clone(hexValue="00000000")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistAddrFilter.setStatus('current')
if mibBuilder.loadTexts: rtmRedistAddrFilter.setDescription('Destination IP address filter. Do not match the source routing information to this entry if one of these fails: - the destination IP address in the source routing information, with the IP address filter prefix length applied, matches the IP address filter with the IP address filter prefix length applied - the destination IP address prefix length is greater than or equal to the IP address filter prefix length. The IP address filter prefix length is given by the rtmRedistAddrFltLen object. Applying the prefix length to an address means taking the first rtmRedistAddrFltLen bits of the address. To avoid having any destination IP address filtering, set the IP address filter to all zeroes and the IP address filter prefix length to zero. The length of this IP address must be the address length for the family given by rtmEntityAddressFamily.')
rtmRedistAddrFltLen = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 14), Integer32()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistAddrFltLen.setStatus('current')
if mibBuilder.loadTexts: rtmRedistAddrFltLen.setDescription('Destination IP address filter prefix length (in bits). Do not match the source routing information to this entry if one of these fails: - the destination IP address in the source routing information, with the IP address filter prefix length applied, matches the IP address filter with the IP address filter prefix length applied - the destination IP address prefix length is greater than or equal to the IP address filter prefix length. If the IP address filter prefix length is L, then applying the length to an address means taking the first L bits of the address. To avoid having any destination IP address filtering, set the IP address filter to all zeroes and the IP address filter prefix length to zero.')
rtmRedistHopFltValType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 15), InetAddressType()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistHopFltValType.setStatus('current')
if mibBuilder.loadTexts: rtmRedistHopFltValType.setDescription('The type of the address used as the next hop address filter. This object must be set to the same value as rtmEntityAddressFamily, and this is its default value.')
rtmRedistHopFltVal = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 16), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), )).clone(hexValue="00000000")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistHopFltVal.setStatus('current')
if mibBuilder.loadTexts: rtmRedistHopFltVal.setDescription('Value of next hop filter. Do not match the source routing information to this entry if none of the next hop values in the source routing information, with the next hop filter prefix length applied, matches the next hop filter value with the next hop filter prefix length applied. The next hop filter prefix length is given by the rtmRedistHopFltLen object. Applying the prefix length to an address means taking the first rtmRedistHopFltLen bits of the address. To avoid having any next hop filtering, set the next hop filter to all zeroes and the next hop filter prefix length to zero. The length of this next hop filter must be the address length for the family given by rtmEntityAddressFamily.')
rtmRedistHopFltLen = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 17), Integer32()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistHopFltLen.setStatus('current')
if mibBuilder.loadTexts: rtmRedistHopFltLen.setDescription('Next hop filter prefix length. Do not match the source routing information to this entry if none of the next hop values in the source routing information, with the next hop filter prefix length applied, matches the next hop filter value with the next hop filter prefix length applied. If the next hop filter prefix length is L, then applying the length to an address means taking the first L bits of the address. To avoid having any next hop filtering, set the next hop filter to all zeroes and the next hop filter prefix length to zero.')
rtmRedistIfIndexFlt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 18), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistIfIndexFlt.setStatus('current')
if mibBuilder.loadTexts: rtmRedistIfIndexFlt.setDescription('Specifies whether or not an output network interface index filter is in use.')
rtmRedistIfIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 19), Integer32()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistIfIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRedistIfIndex.setDescription('Value of output network interface index filter, if in use. If the filter is in use then do not match the source routing information to this entry if none of the output network interface indexes in the source routing information matches this filter value.')
rtmRedistPathTypeFlt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 20), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistPathTypeFlt.setStatus('current')
if mibBuilder.loadTexts: rtmRedistPathTypeFlt.setDescription("Specifies whether or not a path type filter is in use. If it is not in use then this entry applies to all path type values. A path type filter can only be used if the routing information source filter _info_src_ is not set to 'all' or 'all-incl-connected'. The value of the path type filter, if used, must be one of the path types which matches the routing information source. For example, a path type filter of 'OSPF external type 1' can only be used if the routing information source filter is set to OSPF.")
rtmRedistPathType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 21), PathType().clone('pathTypeNone')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistPathType.setStatus('current')
if mibBuilder.loadTexts: rtmRedistPathType.setDescription("Value of path type filter, if in use. If the filter is in use then do not match the source routing information to this entry if the path type in the source routing information does not match this filter value. A path type filter can only be used if the routing information source filter _info_src_ is not set to 'all' or 'all-incl-connected'. The value of the path type filter, if used, must be one of the path types which matches the routing information source. For example, a path type filter of 'OSPF external type 1' can only be used if the routing information source filter is set to OSPF.")
rtmRedistOspfAreaFlt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 22), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistOspfAreaFlt.setStatus('current')
if mibBuilder.loadTexts: rtmRedistOspfAreaFlt.setDescription('Specifies whether or not an OSPF area filter is in use. The filter can only be on if the routing information source field is OSPF.')
rtmRedistOspfArea = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 23), IpAddress().clone(hexValue="00000000")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistOspfArea.setStatus('current')
if mibBuilder.loadTexts: rtmRedistOspfArea.setDescription('Value of OSPF area filter, if in use. If the filter is in use then do not match the source routing information to this entry if the OSPF area ID in the information does not match this area ID.')
rtmRedistOspfTagFlt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 24), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistOspfTagFlt.setStatus('current')
if mibBuilder.loadTexts: rtmRedistOspfTagFlt.setDescription('Specifies whether or not an OSPF tag filter is in use. The filter can only be on if the routing information source field is OSPF.')
rtmRedistOspfTag = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 25), OspfTag()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistOspfTag.setStatus('current')
if mibBuilder.loadTexts: rtmRedistOspfTag.setDescription('Value of OSPF tag filter, if in use. If the filter is in use then do not match the source routing information to this entry if the tag in the information does not match this tag.')
rtmRedistCommunityFlt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 26), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistCommunityFlt.setStatus('current')
if mibBuilder.loadTexts: rtmRedistCommunityFlt.setDescription('Specifies whether or not a BGP community number filter is in use. The filter can only be on if the routing information source field is BGP.')
rtmRedistCommunity = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 27), BgpCommunity().clone(hexValue="00000000")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistCommunity.setStatus('current')
if mibBuilder.loadTexts: rtmRedistCommunity.setDescription('Value of BGP community number filter, if in use. If the filter is in use then do not match the source routing information to this entry if there is no match between one of the community numbers in the source routing information and the value of this filter.')
rtmRedistExtCommFlt = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 28), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistExtCommFlt.setStatus('current')
if mibBuilder.loadTexts: rtmRedistExtCommFlt.setDescription('Specifies whether or not a BGP extended community number filter is in use. The filter can only be on if the routing information source field is BGP.')
rtmRedistExtComm = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 29), BgpExtendedCommunity().clone(hexValue="0000000000000000")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistExtComm.setStatus('current')
if mibBuilder.loadTexts: rtmRedistExtComm.setDescription('Value of BGP extended community number filter, if in use. If the filter is in use then do not match the source routing information to this entry if there is no match between one of the extended community numbers in the source routing information and the value of this filter.')
rtmRedistRedistFlag = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 30), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistRedistFlag.setStatus('current')
if mibBuilder.loadTexts: rtmRedistRedistFlag.setDescription('Flag determining whether or not DC-RTM redistributes routing information from the given source to the given destination.')
rtmRedistMetricConv = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 31), MetricConversion().clone('metricConvSame')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistMetricConv.setStatus('current')
if mibBuilder.loadTexts: rtmRedistMetricConv.setDescription('How to act on the value of the metric in the routing information received from the source to create a value for the metric in the routing information sent to the destination. This field is only used if the redistribution flag is TRUE.')
rtmRedistMetricValue = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 32), Unsigned32().clone(1)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistMetricValue.setStatus('current')
if mibBuilder.loadTexts: rtmRedistMetricValue.setDescription("Numerical parameter to use when creating a value for the metric in the routing information sent to the destination based on the supplied metric in the routing information received from the source. This field is only used if the redistribution flag is TRUE and the metric conversion field is set to 'constant', 'scale up', 'scale down' or 'truncate'. If the metric conversion field is 'constant' then the new metric value is just the value of the numerical parameter. If the metric conversion field is 'scale up' then the new metric value is the supplied metric multiplied by the value of the numerical parameter (or 0xffffffff if this is smaller). If the metric conversion method is 'scale down' then the new metric value is the supplied metric divided by the value of the numerical parameter (rounded down to the next integer). The numerical parameter cannot be zero in this case. If the metric conversion field is 'truncate' then the new metric value is the lower value of the supplied metric value and the numerical parameter.")
rtmRedistNwPathType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 33), PathType().clone('pathTypeNone')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistNwPathType.setStatus('current')
if mibBuilder.loadTexts: rtmRedistNwPathType.setDescription("Type of path to set in routing information sent to destination. This field is only used if the redistribution flag is TRUE. If the information destination filter _info_dest_ is set to 'all' or 'all-incl-connected', the new path type must be set to 'none'. Otherwise it must be set either to 'none' or to a path type which matches the routing information destination filter. For example, a new path type of 'OSPF external type 1' can only be used if the routing information destination filter is set to OSPF.")
rtmRedistNwOspfTag = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 34), OspfTag()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistNwOspfTag.setStatus('current')
if mibBuilder.loadTexts: rtmRedistNwOspfTag.setDescription("Value of OSPF tag to set in routing information sent to destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is OSPF or 'all' or 'all-incl-connected'.")
rtmRedistOspfPropagate = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 35), TruthValue().clone('true')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistOspfPropagate.setStatus('current')
if mibBuilder.loadTexts: rtmRedistOspfPropagate.setDescription("Value of OSPF propagate flag to set in routing information sent to destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is OSPF or 'all' or 'all-incl-connected'.")
rtmRedistAddCommunity = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 36), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistAddCommunity.setStatus('obsolete')
if mibBuilder.loadTexts: rtmRedistAddCommunity.setDescription("Flag determining whether or not DC-RTM adds a BGP community value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistNwCommunity = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 37), BgpCommunity().clone(hexValue="00000000")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistNwCommunity.setStatus('obsolete')
if mibBuilder.loadTexts: rtmRedistNwCommunity.setDescription("Value to use for BGP community number in routing information sent to the destination if the add community flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistAddExtComm = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 38), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistAddExtComm.setStatus('obsolete')
if mibBuilder.loadTexts: rtmRedistAddExtComm.setDescription("Flag determining whether or not DC-RTM adds a BGP extended community value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistNwExtComm = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 39), BgpExtendedCommunity().clone(hexValue="0000000000000000")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistNwExtComm.setStatus('obsolete')
if mibBuilder.loadTexts: rtmRedistNwExtComm.setDescription("Value to use for BGP extended community number in routing information sent to destination if the add extended community flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistNwOrigin = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 40), BgpOriginCode().clone('bgpOriginIncomplete')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistNwOrigin.setStatus('current')
if mibBuilder.loadTexts: rtmRedistNwOrigin.setDescription("Value to use for the BGP origin code in the routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistAddMed = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 41), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistAddMed.setStatus('current')
if mibBuilder.loadTexts: rtmRedistAddMed.setDescription("Flag determining whether or not DC-RTM adds a BGP Multi-Exit Discriminator value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistNwMed = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 42), Integer32()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistNwMed.setStatus('current')
if mibBuilder.loadTexts: rtmRedistNwMed.setDescription("Value to use for the BGP Multi-Exit Discriminator in the routing information sent to the destination of the add MED flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistAddLocalPref = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 43), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistAddLocalPref.setStatus('current')
if mibBuilder.loadTexts: rtmRedistAddLocalPref.setDescription("Flag determining whether or not DC-RTM adds a BGP Local Preference value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistNwLocalPref = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 44), Integer32()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistNwLocalPref.setStatus('current')
if mibBuilder.loadTexts: rtmRedistNwLocalPref.setDescription("Value to use for the BGP Local Preference in the routing information sent to the destination if the add local pref flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistSetListId = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 45), Unsigned32()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistSetListId.setStatus('current')
if mibBuilder.loadTexts: rtmRedistSetListId.setDescription('List identifier for the list of set actions to apply. The list of set actions are defined in the rtmRdstSetFieldTable, and are the group of entries in that table with the rtmRdstSetFieldListId field equal to the list identifier specified here. This field is only used if the redistribution flag is TRUE. A value of 0 indicates no list is specified.')
rtmRedistAddAsLimUpper = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 46), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistAddAsLimUpper.setStatus('current')
if mibBuilder.loadTexts: rtmRedistAddAsLimUpper.setDescription("Flag determining whether or not DC-RTM adds a BGP AS_PATHLIMIT attribute upper bound value to routing information sent to the destination. The destination will automatically add the AS number part of the attribute. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistNwAsLimUpper = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 47), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 255)).clone(1)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistNwAsLimUpper.setStatus('current')
if mibBuilder.loadTexts: rtmRedistNwAsLimUpper.setDescription("Value to use for the BGP AS_PATHLIMIT upper bound in the routing information sent to the destination if the rtmRedistAddAsLimUpper flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtmRedistOspfVpnPeCeSupport = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 48), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRedistOspfVpnPeCeSupport.setStatus('current')
if mibBuilder.loadTexts: rtmRedistOspfVpnPeCeSupport.setDescription('Flag determining whether or not DC-RTM translates between OSPF routes and BGP routes in order to facilitate use of OSPF between provider edge (PE) routers and customer edge (CE) routers in a BGP/MPLS IP VPN. Setting this field to true enables translation between OSPF routes and BGP routes as described in RFC 4577 and draft-ietf-l3vpn-ospfv3-pece-07. This function should only be enabled for OSPF instances for customer VPNs on PE routers. It should be disabled for CE routers, and on PE routers it should be disabled for any OSPF instances for the provider backbone network. The translation between OSPF routes and BGP routes can be overridden by other fields in the redistribution table entry, including rtmRedistNwPathType, rtmRedistMetricConv, rtmRedistMetricValue, rtmRedistAddMed and rtmRedistNwMed. The translation between OSPF routes and BGP routes also depends on route translation performed by OSPF according to the OSPF Domain ID configuration. This field is only used if the redistribution flag is TRUE and the source or destination for the routing information include OSPF and BGP.')
rtmStaticRtTable = MibTable((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3), )
if mibBuilder.loadTexts: rtmStaticRtTable.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtTable.setDescription('The table of DC-RTM static routes.')
rtmStaticRtEntry = MibTableRow((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1), ).setIndexNames((0, "DC-RTM-MIB", "rtmStaticRtFteIndex"), (0, "DC-RTM-MIB", "rtmStaticRtPathType"), (0, "DC-RTM-MIB", "rtmStaticRtDestAddrType"), (0, "DC-RTM-MIB", "rtmStaticRtDestAddr"), (0, "DC-RTM-MIB", "rtmStaticRtDestLen"), (0, "DC-RTM-MIB", "rtmStaticRtNextHopType"), (0, "DC-RTM-MIB", "rtmStaticRtNextHop"), (0, "DC-RTM-MIB", "rtmStaticRtIfIndex"))
if mibBuilder.loadTexts: rtmStaticRtEntry.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtEntry.setDescription('Information about static routes, containing next hop information or instruction to discard/reject matching packets.')
rtmStaticRtFteIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 1), FteIndex())
if mibBuilder.loadTexts: rtmStaticRtFteIndex.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this static route entry applies.')
rtmStaticRtDestAddrType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 2), InetAddressType())
if mibBuilder.loadTexts: rtmStaticRtDestAddrType.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtDestAddrType.setDescription('The type of the address used as the destination internetwork address or subnet address. This object must be set to the same value as rtmEntityAddressFamily.')
rtmStaticRtDestAddr = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 3), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), )))
if mibBuilder.loadTexts: rtmStaticRtDestAddr.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtDestAddr.setDescription('Destination internetwork address or subnet address. The destination prefix length is applied to this value, and to a particular destination address, to determine whether the route applies to the particular address. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtmStaticRtDestLen = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 128)))
if mibBuilder.loadTexts: rtmStaticRtDestLen.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtDestLen.setDescription('Prefix length (in bits) to apply to the destination internetwork address or subnet address, to obtain the set of addresses to which this route applies. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtmStaticRtNextHopType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 5), InetAddressType())
if mibBuilder.loadTexts: rtmStaticRtNextHopType.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtNextHopType.setDescription('The type of the address used as the next-hop address for this route. This object must be set to the same value as rtmEntityAddressFamily, even if the rtmStaticRtNextHop object is set to all zeroes.')
rtmStaticRtNextHop = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 6), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), )))
if mibBuilder.loadTexts: rtmStaticRtNextHop.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtNextHop.setDescription("The next-hop IP address, if any. If rtmStaticRtAction is 'forward', there may or may not be a next-hop IP address. A next-hop IP address is not required if an output interface index is specified (in other words, if rtmStaticRtIfIndex is non-zero). It is possible to supply a next-hop IP address, but to set the output interface index (rtmStaticRtIfIndex) to zero. In this case - the next hop is referred to as a loose next hop - the next-hop address does not need to be on a directly connected device - if DC-RTM cannot find a route to the specified next-hop address, it does not return the static route on the rtmRouteTable, it does not redistribute the static route to routing protocol managers, and it does not program the static route to a forwarding table (unless the forwarding table has registered to receive loose next hops) or to a partner that is querying route information (such as BGP or PIM). If rtmStaticRtAction is not 'forward', there is no next-hop IP address. If there is no next-hop IP address, the rtmStaticRtNextHop object is set to all zeroes.")
rtmStaticRtIfIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647)))
if mibBuilder.loadTexts: rtmStaticRtIfIndex.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtIfIndex.setDescription('This field contains the network interface index of the interface configured to reach the next hop. If 0, then the rtmStaticRtOutIfIndex is determined by a subnet match of the configured next hop IP address. Otherwise, the rtmStaticRtOutIfIndex is equal to this value.')
rtmStaticRtOutIfIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmStaticRtOutIfIndex.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtOutIfIndex.setDescription('If the action to perform is to forward the packet, this field contains the network interface index of the output network interface used to reach the next hop. It is not defined for other action values.')
rtmStaticRtRowStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 9), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtRowStatus.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtRowStatus.setDescription('Used to create and delete a DC-RTM static route.')
rtmStaticRtAdminStat = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 10), AdminStatus().clone('adminStatusDown')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtAdminStat.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtAdminStat.setDescription('The administrative state of the static route. The row status by itself does not indicate whether the static route definition is currently active. The row must be defined and the administrative status must be up. This enables a MIB agent to turn off a particular static route without deleting it from the table altogether.')
rtmStaticRtOverride = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 11), TruthValue().clone('false')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtOverride.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtOverride.setDescription("The administrative distance for this route is by default taken to be the administrative distance configured in the DC-RTM entity table associated with the route's path type (rtmStaticRtPathType). If rtmStaticRtOverride is set to AMB_TRUE, this admin distance is overridden and we use the rtmStaticRtAdminDist instead. The lower the administrative distance for a given route, the more likely that route is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.")
rtmStaticRtAdminDist = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 12), AdminDistance().clone(1)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtAdminDist.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtAdminDist.setDescription('Administrative distance for static route, if overriding the default administrative distance for this route given in the DC-RTM entity table. This field is not defined if overriding is not being performed. The lower the administrative distance for a given route, the more likely that route is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtmStaticRtAction = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 13), RouteAction().clone('routeActionForward')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtAction.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtAction.setDescription("The action to perform on receipt of a packet to the specified destination. If the action type is 'forward', one or both of the rtmStaticRtNextHop and rtmStaticRtIfIndex objects must be set to a non-zero value. If the action type is not 'forward', the rtmStaticRtNextHop and rtmStaticRtIfIndex objects must both be set to zero. The action type cannot be set to 'tunnel' for a static route. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE.")
rtmStaticRtFwdAddrType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 14), InetAddressType().clone('ipv4')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtFwdAddrType.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtFwdAddrType.setDescription('The type of the address used as the forwarding address for this route. This object must be set to the same value as rtmEntityAddressFamily.')
rtmStaticRtForwardingAddr = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 15), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), )).clone(hexValue="00000000")).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtForwardingAddr.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtForwardingAddr.setDescription('Forwarding address to advertise for this route. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE.')
rtmStaticRtPathType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 16), PathType())
if mibBuilder.loadTexts: rtmStaticRtPathType.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtPathType.setDescription('Type of path associated with this route.')
rtmStaticRtUsePathCost = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 17), TruthValue().clone('true')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtUsePathCost.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtUsePathCost.setDescription('Used to enable/disable the usage of the path cost metric for this route')
rtmStaticRtPathCost = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 18), Integer32()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtPathCost.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtPathCost.setDescription('Path cost for this static route, if overriding the default setting. This field is not used if rtmStaticRtUsePathCost is set to AMB_FALSE. When deciding which path for a given route should be marked as active, the administrative distance is considered first. If multiple paths have the same administrative distance, the path with the lowest path cost is chosen as the active path. If multiple paths have the same path cost, one or more paths may be marked as active depending on the value of rtmEntityEqlCostOpt.')
rtmStaticRtUserData = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 19), OctetString().subtype(subtypeSpec=ValueSizeConstraint(8, 8)).setFixedLength(8)).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtUserData.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtUserData.setDescription('User data for this static route. This user data is passed to the QCRT_USER_STATIC_RT_EVENT user exit.')
rtmStaticRtLooseNextHop = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 20), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmStaticRtLooseNextHop.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtLooseNextHop.setDescription('This object indicates whether this static route contains a loose next hop (see rtmStaticRtNextHop for details).')
rtmStaticRtBfdSupport = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 21), RtmBfdSupport().clone('desired')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmStaticRtBfdSupport.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtBfdSupport.setDescription("This object indicates whether DC-RTM should use BFD to check IP reachability to the static route's next hop. DC-RTM will only attempt to use BFD if rtmEntityBfdIndex is non-zero and the static route has rtmStaticRtAction set to 'forward' and rtmStaticRtNextHop set to a non-null IP address. This object should be set as follows. - Set to 'none' if BFD is not required for this static route. - Set to 'desired' if it is not known whether the next hop router supports BFD. DC-RTM will use BFD for reachability checking if BFD is able to contact the next hop router. If the BFD session fails, the static route will be removed from the forwarding table and will not be used for redistribution. - Set to 'required' if it is known that the next hop router supports BFD. DC-RTM will use BFD to check reachability of the next hop. If BFD is unable to contact the next hop router or if the BFD session fails, the static route will be removed from the forwarding table and will not be used for redistribution. The current state of the BFD session is indicated by rtmStaticRtBfdStatus.")
rtmStaticRtBfdStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 22), BfdSessionStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmStaticRtBfdStatus.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtBfdStatus.setDescription('The current BFD session state for this static route.')
rtmMjTable = MibTable((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4), )
if mibBuilder.loadTexts: rtmMjTable.setStatus('current')
if mibBuilder.loadTexts: rtmMjTable.setDescription('This table controls which entities DC-RTM should join to as master. Each join is represented by a row in this table. The status of each join is represented by a read-only object within each row.')
rtmMjEntry = MibTableRow((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1), ).setIndexNames((0, "DC-RTM-MIB", "rtmMjRtmFteIndex"), (0, "DC-RTM-MIB", "rtmMjSlaveFteId"), (0, "DC-RTM-MIB", "rtmMjSlaveType"))
if mibBuilder.loadTexts: rtmMjEntry.setStatus('current')
if mibBuilder.loadTexts: rtmMjEntry.setDescription('Represents a join for which DC-RTM is master.')
rtmMjRtmFteIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 1), FteIndex())
if mibBuilder.loadTexts: rtmMjRtmFteIndex.setStatus('current')
if mibBuilder.loadTexts: rtmMjRtmFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this master join table entry applies.')
rtmMjSlaveFteId = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 2), FteIndex())
if mibBuilder.loadTexts: rtmMjSlaveFteId.setStatus('current')
if mibBuilder.loadTexts: rtmMjSlaveFteId.setDescription('The HAF entity index identifying the instance of the slave entity to which this master join table entry applies. This index is used in the join user data, to enable FTI-specific code within System Manager to select a suitable slave entity instance.')
rtmMjSlaveType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 8), AriPrtnrType())
if mibBuilder.loadTexts: rtmMjSlaveType.setStatus('current')
if mibBuilder.loadTexts: rtmMjSlaveType.setDescription('The type of entity which the slave side of this join should be. This value is used in the join user data, to enable FTI-specific code within System Manager to select a suitable slave entity instance.')
rtmMjIfType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 3), InterfaceType().clone('ifActiveRoutes')).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmMjIfType.setStatus('current')
if mibBuilder.loadTexts: rtmMjIfType.setDescription('Identifies the interface type for this master join.')
rtmMjRowStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 4), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmMjRowStatus.setStatus('current')
if mibBuilder.loadTexts: rtmMjRowStatus.setDescription('The row status for this DC-RTM master join table entry, used to create and destroy table entries.')
rtmMjAdminStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 5), AdminStatus().clone('adminStatusUp')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmMjAdminStatus.setStatus('current')
if mibBuilder.loadTexts: rtmMjAdminStatus.setDescription('The administrative status of this master join, used to start and stop the join.')
rtmMjOperStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 6), OperStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmMjOperStatus.setStatus('current')
if mibBuilder.loadTexts: rtmMjOperStatus.setDescription('The current operational status of this master join.')
rtmMjJoinStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 7), RtmMjStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmMjJoinStatus.setStatus('current')
if mibBuilder.loadTexts: rtmMjJoinStatus.setDescription('The status of the master join.')
rtmMjSafi = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 9), InetSubAddressType().clone('none')).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmMjSafi.setStatus('current')
if mibBuilder.loadTexts: rtmMjSafi.setDescription('Sub-address family indicating the type of routes that can be queried on the join. This field is only relevant for joins to BGP or PIM. Allowed values are none, unicast and multicast. An example use is where unicast and multicast topologies are different. In this scenario the system requires separate RTM instances to hold the unicast and multicast routing tables. In this case, ARI queries from PIM relate to the multicast routing table, but ARI queries from BGP could be either for the unicast or multicast routing table. If only a single sub-address family need be supported then this can be left with the default value of none. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.')
rtmSjTable = MibTable((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5), )
if mibBuilder.loadTexts: rtmSjTable.setStatus('current')
if mibBuilder.loadTexts: rtmSjTable.setDescription('This table contains information on joins for which DC-RTM entities are acting as slaves. Each row in this table represents one slave join in a particular DC-RTM entity.')
rtmSjEntry = MibTableRow((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1), ).setIndexNames((0, "DC-RTM-MIB", "rtmSjRtmFteIndex"), (0, "DC-RTM-MIB", "rtmSjRtmRpmIndex"))
if mibBuilder.loadTexts: rtmSjEntry.setStatus('current')
if mibBuilder.loadTexts: rtmSjEntry.setDescription('Represents a join for which DC-RTM is slave.')
rtmSjRtmFteIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 1), FteIndex())
if mibBuilder.loadTexts: rtmSjRtmFteIndex.setStatus('current')
if mibBuilder.loadTexts: rtmSjRtmFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this slave join table entry applies.')
rtmSjRtmRpmIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647)))
if mibBuilder.loadTexts: rtmSjRtmRpmIndex.setStatus('current')
if mibBuilder.loadTexts: rtmSjRtmRpmIndex.setDescription('Internal index used by DC-RTM for this RPM.')
rtmSjIfType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 3), InterfaceType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmSjIfType.setStatus('current')
if mibBuilder.loadTexts: rtmSjIfType.setDescription('Identifies the interface type for this master join.')
rtmSjMastFteType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 4), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmSjMastFteType.setStatus('current')
if mibBuilder.loadTexts: rtmSjMastFteType.setDescription('Additional information about the type of master entity which created the join, where this is not uniquely defined by the interface type. For joins to Routing Protocol Managers using the Routing Protocol Input interface, this field contains the routing protocol type.')
rtmSjMastFteId = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 5), FteIndex()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmSjMastFteId.setStatus('current')
if mibBuilder.loadTexts: rtmSjMastFteId.setDescription('The HAF entity index identifying the instance of the master entity to which this slave join table entry applies.')
rtmSjJoinStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 6), RtmSjStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmSjJoinStatus.setStatus('current')
if mibBuilder.loadTexts: rtmSjJoinStatus.setDescription('The status of the slave join.')
rtmRouteTable = MibTable((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6), )
if mibBuilder.loadTexts: rtmRouteTable.setReference('RFC 1213 Section 6.6, The IP Group')
if mibBuilder.loadTexts: rtmRouteTable.setStatus('current')
if mibBuilder.loadTexts: rtmRouteTable.setDescription("This entity's IP Routing table. A route is present in this table if and only if it has been programmed to an Active Routes Interface consumer. This may be a consumer that asks for all route updates (such as a forwarding table), or it may be a consumer that queries information about specific routes (such as BGP or PIM).")
rtmRouteEntry = MibTableRow((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1), ).setIndexNames((0, "DC-RTM-MIB", "rtmRouteFteIndex"), (0, "DC-RTM-MIB", "rtmRouteDestType"), (0, "DC-RTM-MIB", "rtmRouteDest"), (0, "DC-RTM-MIB", "rtmRouteDestLen"), (0, "DC-RTM-MIB", "rtmRouteTos"), (0, "DC-RTM-MIB", "rtmRouteNextHopType"), (0, "DC-RTM-MIB", "rtmRouteNextHop"), (0, "DC-RTM-MIB", "rtmRouteIfIndex"))
if mibBuilder.loadTexts: rtmRouteEntry.setStatus('current')
if mibBuilder.loadTexts: rtmRouteEntry.setDescription('A particular route to a particular destina- tion, under a particular policy.')
rtmRouteFteIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 1), FteIndex())
if mibBuilder.loadTexts: rtmRouteFteIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRouteFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this static route entry applies.')
rtmRouteStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 2), RowStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteStatus.setStatus('current')
if mibBuilder.loadTexts: rtmRouteStatus.setDescription('The row status variable, used according to row installation and removal conventions.')
rtmRouteDestType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 3), InetAddressType())
if mibBuilder.loadTexts: rtmRouteDestType.setStatus('current')
if mibBuilder.loadTexts: rtmRouteDestType.setDescription('The type of the address used as the destination IP address for this route.')
rtmRouteDest = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 4), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), )))
if mibBuilder.loadTexts: rtmRouteDest.setStatus('current')
if mibBuilder.loadTexts: rtmRouteDest.setDescription('Destination internetwork address or subnet address. The destination prefix length is applied to this value, and to a particular destination address, to determine whether the route applies to the particular address. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtmRouteDestLen = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 128)))
if mibBuilder.loadTexts: rtmRouteDestLen.setStatus('current')
if mibBuilder.loadTexts: rtmRouteDestLen.setDescription('Prefix length (in bits) to apply to the rtmRouteDest object, to obtain the set of addresses to which this route applies. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtmRouteTos = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 15)))
if mibBuilder.loadTexts: rtmRouteTos.setStatus('current')
if mibBuilder.loadTexts: rtmRouteTos.setDescription('The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +=====+=====+=====+=====+=====+=====+=====+=====+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +=====+=====+=====+=====+=====+=====+=====+=====+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30 RTM always returns a default value of 0 for this field.')
rtmRouteNextHopType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 7), InetAddressType())
if mibBuilder.loadTexts: rtmRouteNextHopType.setStatus('current')
if mibBuilder.loadTexts: rtmRouteNextHopType.setDescription('The type of the address used as the next-hop address for this route.')
rtmRouteNextHop = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 8), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), )))
if mibBuilder.loadTexts: rtmRouteNextHop.setStatus('current')
if mibBuilder.loadTexts: rtmRouteNextHop.setDescription('On remote routes, the address of the next system en route; Otherwise, zero.')
rtmRouteIfIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647)))
if mibBuilder.loadTexts: rtmRouteIfIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRouteIfIndex.setDescription('The ifIndex value which identifies the local interface through which the next hop of this route should be reached.')
rtmRouteType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 10), RouteType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteType.setStatus('current')
if mibBuilder.loadTexts: rtmRouteType.setDescription('The type of route. local(3) refers to a route for which the destination is a local IP address or for which the next hop is the final destination. This includes routes to local IP addresses and routes to directly connected IP addresses or subnets. remote(4) refers to a route for which the next hop is not the final destination. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes.')
rtmRouteProto = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 11), IANAipRouteProtocol()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteProto.setStatus('current')
if mibBuilder.loadTexts: rtmRouteProto.setDescription('The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.')
rtmRouteAge = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 12), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteAge.setStatus('current')
if mibBuilder.loadTexts: rtmRouteAge.setDescription("The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of 'too old' can be implied except through knowledge of the routing protocol by which the route was learned. This age is only accurate for entries which are less that 49 days old.")
rtmRouteInfo = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 13), RouteInfo().clone('none')).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteInfo.setStatus('current')
if mibBuilder.loadTexts: rtmRouteInfo.setDescription("A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's rtmRouteProto value. RTM returns the following. - For OSPF, an integer representation of the OID which is required by RFC 2096. - For ISIS, an integer representation of the types of route to IP reachable addresses.")
rtmRouteNextHopAS = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 14), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteNextHopAS.setStatus('current')
if mibBuilder.loadTexts: rtmRouteNextHopAS.setDescription("The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's rtmRouteProto value. When this object is unknown or not relevant its value should be set to zero.")
rtmRouteMetric1 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 15), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteMetric1.setStatus('current')
if mibBuilder.loadTexts: rtmRouteMetric1.setDescription("The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtmRouteMetric2 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 16), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteMetric2.setStatus('current')
if mibBuilder.loadTexts: rtmRouteMetric2.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtmRouteMetric3 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 17), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteMetric3.setStatus('current')
if mibBuilder.loadTexts: rtmRouteMetric3.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtmRouteMetric4 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 18), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteMetric4.setStatus('current')
if mibBuilder.loadTexts: rtmRouteMetric4.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtmRouteMetric5 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 19), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteMetric5.setStatus('current')
if mibBuilder.loadTexts: rtmRouteMetric5.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtmRouteConnected = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 20), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteConnected.setStatus('current')
if mibBuilder.loadTexts: rtmRouteConnected.setDescription("Indicates whether the route destination is directly connected. A directly connected route can be reached without going through any IP routers. Route destinations that are local IP addresses are not considered to be directly connected. This field can only be true if rtmRouteType is set to 'local'.")
rtmRouteXCIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 21), MplsIndexType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteXCIndex.setReference('RFC 3813 - Multiprotocol Label Switching (MPLS) Label Switching Router (LSR) Management Information base (MIB), C. Srinivasan, A. Vishwanathan, and T. Nadeau, June 2004')
if mibBuilder.loadTexts: rtmRouteXCIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRouteXCIndex.setDescription('Index into mplsXCTable that identifies which cross- connect entry is associated with this route entry by containing the mplsXCIndex of that cross-connect entry. This field is only valid for a VPN BGP route where rtmRouteType is remote and rtmRouteProto is bgp. Where valid, a zero value for this field indicates that a label stack is not associated with this route entry. This can be the case because the label bindings have not yet been established, or because some change in the agent has removed them.')
rtmRouteLocalDestIfIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 22), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRouteLocalDestIfIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRouteLocalDestIfIndex.setDescription('If the route destination is a local IP address then this is the interface index that the local IP address is assigned to. Otherwise this field is zero.')
rtmRibTable = MibTable((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7), )
if mibBuilder.loadTexts: rtmRibTable.setStatus('current')
if mibBuilder.loadTexts: rtmRibTable.setDescription("Read-only copy of this entity's Routing Information Base. This is the complete set of routes known by DC-RTM and is a superset of the routes accessible through the rtmRouteTable (which accesses only the active routes from the Forwarding Information Base).")
rtmRibEntry = MibTableRow((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1), ).setIndexNames((0, "DC-RTM-MIB", "rtmRibFteIndex"), (0, "DC-RTM-MIB", "rtmRibDestType"), (0, "DC-RTM-MIB", "rtmRibDest"), (0, "DC-RTM-MIB", "rtmRibDestLen"), (0, "DC-RTM-MIB", "rtmRibTos"), (0, "DC-RTM-MIB", "rtmRibNextHopType"), (0, "DC-RTM-MIB", "rtmRibNextHop"), (0, "DC-RTM-MIB", "rtmRibIfIndex"), (0, "DC-RTM-MIB", "rtmRibProto"), (0, "DC-RTM-MIB", "rtmRibRpmIndex"))
if mibBuilder.loadTexts: rtmRibEntry.setStatus('current')
if mibBuilder.loadTexts: rtmRibEntry.setDescription('A particular entry in the Routing Information Base.')
rtmRibFteIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 1), FteIndex())
if mibBuilder.loadTexts: rtmRibFteIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRibFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this RIB entry applies.')
rtmRibStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 2), RowStatus()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibStatus.setStatus('current')
if mibBuilder.loadTexts: rtmRibStatus.setDescription('The row status variable, used according to row installation and removal conventions.')
rtmRibDestType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 3), InetAddressType())
if mibBuilder.loadTexts: rtmRibDestType.setStatus('current')
if mibBuilder.loadTexts: rtmRibDestType.setDescription('The type of the address used as the destination IP address for this route.')
rtmRibDest = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 4), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), )))
if mibBuilder.loadTexts: rtmRibDest.setStatus('current')
if mibBuilder.loadTexts: rtmRibDest.setDescription('Destination internetwork address or subnet address. The destination prefix length is applied to this value, and to a particular destination address, to determine whether the route applies to the particular address. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtmRibDestLen = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 128)))
if mibBuilder.loadTexts: rtmRibDestLen.setStatus('current')
if mibBuilder.loadTexts: rtmRibDestLen.setDescription('Prefix length (in bits) to apply to the rtmRibDest object, to obtain the set of addresses to which this route applies. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtmRibTos = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 15)))
if mibBuilder.loadTexts: rtmRibTos.setStatus('current')
if mibBuilder.loadTexts: rtmRibTos.setDescription('The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +=====+=====+=====+=====+=====+=====+=====+=====+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +=====+=====+=====+=====+=====+=====+=====+=====+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30 RTM always returns a default value of 0 for this field.')
rtmRibNextHopType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 7), InetAddressType())
if mibBuilder.loadTexts: rtmRibNextHopType.setStatus('current')
if mibBuilder.loadTexts: rtmRibNextHopType.setDescription('The type of the address used as the next-hop address for this route.')
rtmRibNextHop = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 8), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), )))
if mibBuilder.loadTexts: rtmRibNextHop.setStatus('current')
if mibBuilder.loadTexts: rtmRibNextHop.setDescription('On remote routes, the address of the next system en route; Otherwise, zero.')
rtmRibIfIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647)))
if mibBuilder.loadTexts: rtmRibIfIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRibIfIndex.setDescription('The ifIndex value which identifies the local interface through which the next hop of this route should be reached.')
rtmRibType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 10), RouteType()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibType.setStatus('current')
if mibBuilder.loadTexts: rtmRibType.setDescription('The type of route. local(3) refers to a route for which the destination is a local IP address or for which the next hop is the final destination. This includes routes to local IP addresses and routes to directly connected IP addresses or subnets. remote(4) refers to a route for which the next hop is not the final destination. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes.')
rtmRibProto = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 11), IANAipRouteProtocol())
if mibBuilder.loadTexts: rtmRibProto.setStatus('current')
if mibBuilder.loadTexts: rtmRibProto.setDescription('The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.')
rtmRibAge = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 12), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibAge.setStatus('current')
if mibBuilder.loadTexts: rtmRibAge.setDescription("The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of 'too old' can be implied except through knowledge of the routing protocol by which the route was learned. This age is only accurate for entries which are less that 49 days old.")
rtmRibInfo = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 13), RouteInfo().clone('none')).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibInfo.setStatus('current')
if mibBuilder.loadTexts: rtmRibInfo.setDescription("A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's rtmRibProto value. RTM returns the following. - For OSPF, an integer representation of the OID which is required by RFC 2096. - For ISIS, an integer representation of the types of route to IP reachable addresses.")
rtmRibNextHopAS = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 14), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibNextHopAS.setStatus('current')
if mibBuilder.loadTexts: rtmRibNextHopAS.setDescription("The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's rtmRibProto value. When this object is unknown or not relevant its value is returned as zero.")
rtmRibMetric1 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 15), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibMetric1.setStatus('current')
if mibBuilder.loadTexts: rtmRibMetric1.setDescription("The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtmRibMetric2 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 16), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibMetric2.setStatus('current')
if mibBuilder.loadTexts: rtmRibMetric2.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtmRibMetric3 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 17), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibMetric3.setStatus('current')
if mibBuilder.loadTexts: rtmRibMetric3.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtmRibMetric4 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 18), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibMetric4.setStatus('current')
if mibBuilder.loadTexts: rtmRibMetric4.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtmRibMetric5 = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 19), Integer32().clone(-1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibMetric5.setStatus('current')
if mibBuilder.loadTexts: rtmRibMetric5.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtmRibFibRoute = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 20), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibFibRoute.setStatus('current')
if mibBuilder.loadTexts: rtmRibFibRoute.setDescription("Flag indicating whether or not this route has been programmed either to a forwarding table, or to a partner that queries route information (such as BGP or PIM). If there is no forwarding table and no partners are querying route information then this object is set to 'false' for every route. If this route has rtmRibLooseNextHop set to 'true', it is possible that RTM knows of more than one explicit next hop to the loose next hop address. If so, RTM programs these explicit next hops separately to a forwarding table (unless the forwarding table registers to receive loose next hops) and to a partner that queries route information; in this case the rtmRibFibRoute flag is set to 'true' if and only if one or more of these explicit next hops has been programmed.")
rtmRibRpmIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 21), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647)))
if mibBuilder.loadTexts: rtmRibRpmIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRibRpmIndex.setDescription('The HAF entity index for the RPM that supplied this route, or zero for static routes or automatically configured routes. This is used to distinguish routes in the system where multiple copies of a given protocol (for example BGP) are providing routes to DC-RTM.')
rtmRibConnected = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 22), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibConnected.setStatus('current')
if mibBuilder.loadTexts: rtmRibConnected.setDescription("Indicates whether the route destination is directly connected. A directly connected route can be reached without going through any IP routers. Route destinations that are local IP addresses are not considered to be directly connected. This field can only be true if rtmRibType is set to 'local'.")
rtmRibLooseNextHop = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 23), TruthValue()).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibLooseNextHop.setStatus('current')
if mibBuilder.loadTexts: rtmRibLooseNextHop.setDescription("This flag indicates whether DC-RTM considers that the next-hop address for this route is a loose next hop. If DC-RTM sets this object to 'true' then - it must also have set rtmRibType to 'remote' - the next-hop address (rtmRibNextHop) may not be on a directly connected device - if DC-RTM cannot find a route to the next-hop address, it does not return the route on the rtmRouteTable, it does not redistribute the route to routing protocol managers, and it does not program the route to a forwarding table (unless the forwarding table has registered to receive loose next hops) or to a partner that is querying route information (such as BGP or PIM).")
rtmRibLocalDestIfIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 24), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmRibLocalDestIfIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRibLocalDestIfIndex.setDescription('If the route destination is a local IP address then this is the interface index that the local IP address is assigned to. Otherwise this field is zero.')
rtmRdstSetFieldTable = MibTable((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8), )
if mibBuilder.loadTexts: rtmRdstSetFieldTable.setStatus('current')
if mibBuilder.loadTexts: rtmRdstSetFieldTable.setDescription('This table defines route attributes which are to be set by redistribution filters. A list of set actions is made up of one or more entries in this table with the same list_id. Actions in a list are applied in increasing set_number order. Each list may be referenced by 0, 1 or more redistribution entries. Only actions which are active at the point where the redistribution entry is being evaluated (i.e. at the point where the route is actually being redistributed) are applied. Also, only those set actions which are relevant to the route being redistributed are applied, so BGP attributes will not be set for a route being redistributed to OSPF.')
rtmRdstSetFieldEntry = MibTableRow((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1), ).setIndexNames((0, "DC-RTM-MIB", "rtmRdstSetFieldFteIndex"), (0, "DC-RTM-MIB", "rtmRdstSetFieldListId"), (0, "DC-RTM-MIB", "rtmRdstSetFieldNumber"))
if mibBuilder.loadTexts: rtmRdstSetFieldEntry.setStatus('current')
if mibBuilder.loadTexts: rtmRdstSetFieldEntry.setDescription('A particular entry in the Redistribution Set Field table.')
rtmRdstSetFieldFteIndex = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 1), FteIndex())
if mibBuilder.loadTexts: rtmRdstSetFieldFteIndex.setStatus('current')
if mibBuilder.loadTexts: rtmRdstSetFieldFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this set field entry applies.')
rtmRdstSetFieldListId = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 2), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295)))
if mibBuilder.loadTexts: rtmRdstSetFieldListId.setStatus('current')
if mibBuilder.loadTexts: rtmRdstSetFieldListId.setDescription('The index of the list of set actions which this action belongs to. It is this identifier which is referenced by the redistribution table entry. A value of 0 is not permitted.')
rtmRdstSetFieldNumber = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 3), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295)))
if mibBuilder.loadTexts: rtmRdstSetFieldNumber.setStatus('current')
if mibBuilder.loadTexts: rtmRdstSetFieldNumber.setDescription("Identifies this set field entry's position in the list of set field entries with the same list identifier.")
rtmRdstSetFieldRowStatus = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 4), RowStatus()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRdstSetFieldRowStatus.setStatus('current')
if mibBuilder.loadTexts: rtmRdstSetFieldRowStatus.setDescription('Used to create and delete a DC-RTM set field table entry.')
rtmRdstSetFieldType = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 5), RdstSetFieldType()).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRdstSetFieldType.setStatus('current')
if mibBuilder.loadTexts: rtmRdstSetFieldType.setDescription('The type of field set by this set field entry.')
rtmRdstSetFieldValue = MibTableColumn((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 6), OctetString().subtype(subtypeSpec=ValueSizeConstraint(0, 8))).setMaxAccess("readcreate")
if mibBuilder.loadTexts: rtmRdstSetFieldValue.setStatus('current')
if mibBuilder.loadTexts: rtmRdstSetFieldValue.setDescription('The value set by this set field entry.')
rtmConformance = MibIdentifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3))
rtmCompliances = MibIdentifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 1))
rtmGroups = MibIdentifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2))
rtmCompliance = ModuleCompliance((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 1, 1)).setObjects(("DC-RTM-MIB", "rtmEntityMandatoryGroup"), ("DC-RTM-MIB", "rtmRedistMandatoryGroup"), ("DC-RTM-MIB", "rtmStaticRtMandatoryGroup"), ("DC-RTM-MIB", "rtmMjMandatoryGroup"), ("DC-RTM-MIB", "rtmSjMandatoryGroup"), ("DC-RTM-MIB", "rtmRdstSetFieldMandatoryGroup"), ("DC-RTM-MIB", "rtmNotificationObjectGroup"), ("DC-RTM-MIB", "rtmNotificationEventGroup"), ("DC-RTM-MIB", "rtmEntityGroup"), ("DC-RTM-MIB", "rtmRedistGroup"), ("DC-RTM-MIB", "rtmStaticRtGroup"), ("DC-RTM-MIB", "rtmMjGroup"), ("DC-RTM-MIB", "rtmSjGroup"), ("DC-RTM-MIB", "rtmRouteGroup"), ("DC-RTM-MIB", "rtmRibGroup"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmCompliance = rtmCompliance.setStatus('current')
if mibBuilder.loadTexts: rtmCompliance.setDescription('The compliance statement for the DC-RTM module.')
rtmEntityMandatoryGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 1)).setObjects(("DC-RTM-MIB", "rtmEntityRowStatus"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmEntityMandatoryGroup = rtmEntityMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts: rtmEntityMandatoryGroup.setDescription('Mandatory objects for the rtmEntityTable.')
rtmEntityGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 2)).setObjects(("DC-RTM-MIB", "rtmEntityAdminStat"), ("DC-RTM-MIB", "rtmEntityOperStatus"), ("DC-RTM-MIB", "rtmEntityDsConnctd"), ("DC-RTM-MIB", "rtmEntityDsStatDf"), ("DC-RTM-MIB", "rtmEntityDsOspfInt"), ("DC-RTM-MIB", "rtmEntityDsOspfExt"), ("DC-RTM-MIB", "rtmEntityDsIntBgp"), ("DC-RTM-MIB", "rtmEntityDsExtBgp"), ("DC-RTM-MIB", "rtmEntityDsIsisInt1"), ("DC-RTM-MIB", "rtmEntityDsIsisInt2"), ("DC-RTM-MIB", "rtmEntityDsIsisExt1"), ("DC-RTM-MIB", "rtmEntityDsIsisExt2"), ("DC-RTM-MIB", "rtmEntityDsRip"), ("DC-RTM-MIB", "rtmEntityDsEgp"), ("DC-RTM-MIB", "rtmEntityDsPd"), ("DC-RTM-MIB", "rtmEntityDsHello"), ("DC-RTM-MIB", "rtmEntityDsEsis"), ("DC-RTM-MIB", "rtmEntityDsBbnspfigp"), ("DC-RTM-MIB", "rtmEntityDsIdpr"), ("DC-RTM-MIB", "rtmEntityDsIgrp"), ("DC-RTM-MIB", "rtmEntityDsEigrpSmm"), ("DC-RTM-MIB", "rtmEntityDsIntEigrp"), ("DC-RTM-MIB", "rtmEntityDsEigrpExt"), ("DC-RTM-MIB", "rtmEntityDsUnknown"), ("DC-RTM-MIB", "rtmEntityEqlCostOpt"), ("DC-RTM-MIB", "rtmEntityDelDeadRte"), ("DC-RTM-MIB", "rtmEntityDeadRpmTmr"), ("DC-RTM-MIB", "rtmEntityRouteNumber"), ("DC-RTM-MIB", "rtmEntityAddressFamily"), ("DC-RTM-MIB", "rtmEntityDsDvmrp"), ("DC-RTM-MIB", "rtmEntityI3Index"), ("DC-RTM-MIB", "rtmEntityI3JoinStatus"), ("DC-RTM-MIB", "rtmEntityPartnerWaitTime"), ("DC-RTM-MIB", "rtmEntityStartupTime"), ("DC-RTM-MIB", "rtmEntityRestartTime"), ("DC-RTM-MIB", "rtmEntityFtStateRetained"), ("DC-RTM-MIB", "rtmEntityUseUnidirectionalLinks"), ("DC-RTM-MIB", "rtmEntityBfdIndex"), ("DC-RTM-MIB", "rtmEntityBfdJoinStatus"), ("DC-RTM-MIB", "rtmEntityEnableTrapSupport"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmEntityGroup = rtmEntityGroup.setStatus('current')
if mibBuilder.loadTexts: rtmEntityGroup.setDescription('Optional objects for rtmEntityTable.')
rtmRedistMandatoryGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 3)).setObjects(("DC-RTM-MIB", "rtmRedistRowStatus"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmRedistMandatoryGroup = rtmRedistMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts: rtmRedistMandatoryGroup.setDescription('Mandatory objects for rtmRedistTable.')
rtmRedistGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 4)).setObjects(("DC-RTM-MIB", "rtmRedistAdminStat"), ("DC-RTM-MIB", "rtmRedistPriority"), ("DC-RTM-MIB", "rtmRedistInfoSrc"), ("DC-RTM-MIB", "rtmRedistSrcInstFlt"), ("DC-RTM-MIB", "rtmRedistSrcInst"), ("DC-RTM-MIB", "rtmRedistInfoDest"), ("DC-RTM-MIB", "rtmRedistDestInstFlt"), ("DC-RTM-MIB", "rtmRedistDestInst"), ("DC-RTM-MIB", "rtmRedistAddrFilterType"), ("DC-RTM-MIB", "rtmRedistAddrFilter"), ("DC-RTM-MIB", "rtmRedistAddrFltLen"), ("DC-RTM-MIB", "rtmRedistHopFltValType"), ("DC-RTM-MIB", "rtmRedistHopFltVal"), ("DC-RTM-MIB", "rtmRedistHopFltLen"), ("DC-RTM-MIB", "rtmRedistIfIndexFlt"), ("DC-RTM-MIB", "rtmRedistIfIndex"), ("DC-RTM-MIB", "rtmRedistPathTypeFlt"), ("DC-RTM-MIB", "rtmRedistPathType"), ("DC-RTM-MIB", "rtmRedistOspfAreaFlt"), ("DC-RTM-MIB", "rtmRedistOspfArea"), ("DC-RTM-MIB", "rtmRedistOspfTagFlt"), ("DC-RTM-MIB", "rtmRedistOspfTag"), ("DC-RTM-MIB", "rtmRedistCommunityFlt"), ("DC-RTM-MIB", "rtmRedistCommunity"), ("DC-RTM-MIB", "rtmRedistExtCommFlt"), ("DC-RTM-MIB", "rtmRedistExtComm"), ("DC-RTM-MIB", "rtmRedistRedistFlag"), ("DC-RTM-MIB", "rtmRedistMetricConv"), ("DC-RTM-MIB", "rtmRedistMetricValue"), ("DC-RTM-MIB", "rtmRedistNwPathType"), ("DC-RTM-MIB", "rtmRedistNwOspfTag"), ("DC-RTM-MIB", "rtmRedistOspfPropagate"), ("DC-RTM-MIB", "rtmRedistNwOrigin"), ("DC-RTM-MIB", "rtmRedistAddMed"), ("DC-RTM-MIB", "rtmRedistNwMed"), ("DC-RTM-MIB", "rtmRedistAddLocalPref"), ("DC-RTM-MIB", "rtmRedistNwLocalPref"), ("DC-RTM-MIB", "rtmRedistSetListId"), ("DC-RTM-MIB", "rtmRedistAddAsLimUpper"), ("DC-RTM-MIB", "rtmRedistNwAsLimUpper"), ("DC-RTM-MIB", "rtmRedistOspfVpnPeCeSupport"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmRedistGroup = rtmRedistGroup.setStatus('current')
if mibBuilder.loadTexts: rtmRedistGroup.setDescription('Optional objects for rtmRedistTable.')
rtmStaticRtMandatoryGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 5)).setObjects(("DC-RTM-MIB", "rtmStaticRtRowStatus"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmStaticRtMandatoryGroup = rtmStaticRtMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtMandatoryGroup.setDescription('Mandatory objects for rtmStaticRtTable.')
rtmStaticRtGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 6)).setObjects(("DC-RTM-MIB", "rtmStaticRtAdminStat"), ("DC-RTM-MIB", "rtmStaticRtOverride"), ("DC-RTM-MIB", "rtmStaticRtAdminDist"), ("DC-RTM-MIB", "rtmStaticRtAction"), ("DC-RTM-MIB", "rtmStaticRtFwdAddrType"), ("DC-RTM-MIB", "rtmStaticRtForwardingAddr"), ("DC-RTM-MIB", "rtmStaticRtUsePathCost"), ("DC-RTM-MIB", "rtmStaticRtPathCost"), ("DC-RTM-MIB", "rtmStaticRtUserData"), ("DC-RTM-MIB", "rtmStaticRtLooseNextHop"), ("DC-RTM-MIB", "rtmStaticRtBfdSupport"), ("DC-RTM-MIB", "rtmStaticRtBfdStatus"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmStaticRtGroup = rtmStaticRtGroup.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtGroup.setDescription('Optional objects for rtmStaticRtTable.')
rtmMjMandatoryGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 7)).setObjects(("DC-RTM-MIB", "rtmMjRowStatus"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmMjMandatoryGroup = rtmMjMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts: rtmMjMandatoryGroup.setDescription('Mandatory objects for rtmMjTable.')
rtmMjGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 8)).setObjects(("DC-RTM-MIB", "rtmMjIfType"), ("DC-RTM-MIB", "rtmMjAdminStatus"), ("DC-RTM-MIB", "rtmMjOperStatus"), ("DC-RTM-MIB", "rtmMjJoinStatus"), ("DC-RTM-MIB", "rtmMjSafi"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmMjGroup = rtmMjGroup.setStatus('current')
if mibBuilder.loadTexts: rtmMjGroup.setDescription('Optional objects for rtmMjTable.')
rtmSjMandatoryGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 9)).setObjects(("DC-RTM-MIB", "rtmSjIfType"), ("DC-RTM-MIB", "rtmSjMastFteType"), ("DC-RTM-MIB", "rtmSjMastFteId"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmSjMandatoryGroup = rtmSjMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts: rtmSjMandatoryGroup.setDescription('Mandatory objects for rtmSjTable.')
rtmSjGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 10)).setObjects(("DC-RTM-MIB", "rtmSjJoinStatus"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmSjGroup = rtmSjGroup.setStatus('current')
if mibBuilder.loadTexts: rtmSjGroup.setDescription('Optional objects for rtmSjTable.')
rtmRouteGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 11)).setObjects(("DC-RTM-MIB", "rtmRouteStatus"), ("DC-RTM-MIB", "rtmRouteType"), ("DC-RTM-MIB", "rtmRouteProto"), ("DC-RTM-MIB", "rtmRouteAge"), ("DC-RTM-MIB", "rtmRouteInfo"), ("DC-RTM-MIB", "rtmRouteNextHopAS"), ("DC-RTM-MIB", "rtmRouteMetric1"), ("DC-RTM-MIB", "rtmRouteMetric2"), ("DC-RTM-MIB", "rtmRouteMetric3"), ("DC-RTM-MIB", "rtmRouteMetric4"), ("DC-RTM-MIB", "rtmRouteMetric5"), ("DC-RTM-MIB", "rtmRouteConnected"), ("DC-RTM-MIB", "rtmRouteXCIndex"), ("DC-RTM-MIB", "rtmRouteLocalDestIfIndex"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmRouteGroup = rtmRouteGroup.setStatus('current')
if mibBuilder.loadTexts: rtmRouteGroup.setDescription('Optional objects for rtmRouteTable.')
rtmRibGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 12)).setObjects(("DC-RTM-MIB", "rtmRibStatus"), ("DC-RTM-MIB", "rtmRibType"), ("DC-RTM-MIB", "rtmRibAge"), ("DC-RTM-MIB", "rtmRibInfo"), ("DC-RTM-MIB", "rtmRibNextHopAS"), ("DC-RTM-MIB", "rtmRibMetric1"), ("DC-RTM-MIB", "rtmRibMetric2"), ("DC-RTM-MIB", "rtmRibMetric3"), ("DC-RTM-MIB", "rtmRibMetric4"), ("DC-RTM-MIB", "rtmRibMetric5"), ("DC-RTM-MIB", "rtmRibFibRoute"), ("DC-RTM-MIB", "rtmRibConnected"), ("DC-RTM-MIB", "rtmRibLooseNextHop"), ("DC-RTM-MIB", "rtmRibLocalDestIfIndex"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmRibGroup = rtmRibGroup.setStatus('current')
if mibBuilder.loadTexts: rtmRibGroup.setDescription('Optional objects for rtmRibTable.')
rtmObsoleteGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 13)).setObjects(("DC-RTM-MIB", "rtmRedistAddCommunity"), ("DC-RTM-MIB", "rtmRedistNwCommunity"), ("DC-RTM-MIB", "rtmRedistAddExtComm"), ("DC-RTM-MIB", "rtmRedistNwExtComm"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmObsoleteGroup = rtmObsoleteGroup.setStatus('obsolete')
if mibBuilder.loadTexts: rtmObsoleteGroup.setDescription('This group contains obsolete objects.')
rtmRdstSetFieldMandatoryGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 14)).setObjects(("DC-RTM-MIB", "rtmRdstSetFieldRowStatus"), ("DC-RTM-MIB", "rtmRdstSetFieldType"), ("DC-RTM-MIB", "rtmRdstSetFieldValue"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmRdstSetFieldMandatoryGroup = rtmRdstSetFieldMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts: rtmRdstSetFieldMandatoryGroup.setDescription('Mandatory objects for rtmRdstSetFieldTable.')
rtmNotificationObjectGroup = ObjectGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 15)).setObjects(("DC-RTM-MIB", "rtmStaticRtTrapReason"), ("DC-RTM-MIB", "rtmPathTrapReason"), ("DC-RTM-MIB", "rtmTrapEntityFteIndex"), ("DC-RTM-MIB", "rtmTrapStaticRtDestAddrType"), ("DC-RTM-MIB", "rtmTrapStaticRtDestAddr"), ("DC-RTM-MIB", "rtmTrapStaticRtDestLen"), ("DC-RTM-MIB", "rtmTrapStaticRtNextHopType"), ("DC-RTM-MIB", "rtmTrapStaticRtNextHop"), ("DC-RTM-MIB", "rtmTrapStaticRtIfIndex"), ("DC-RTM-MIB", "rtmTrapRibDestType"), ("DC-RTM-MIB", "rtmTrapRibDest"), ("DC-RTM-MIB", "rtmTrapRibDestLen"), ("DC-RTM-MIB", "rtmTrapRibTos"), ("DC-RTM-MIB", "rtmTrapRibNextHopType"), ("DC-RTM-MIB", "rtmTrapRibNextHop"), ("DC-RTM-MIB", "rtmTrapRibIfIndex"), ("DC-RTM-MIB", "rtmTrapRibProto"), ("DC-RTM-MIB", "rtmTrapRibRpmIndex"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmNotificationObjectGroup = rtmNotificationObjectGroup.setStatus('current')
if mibBuilder.loadTexts: rtmNotificationObjectGroup.setDescription('The objects used to record notification parameters.')
rtmTraps = MibIdentifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 0))
rtmTrapControl = MibIdentifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1))
rtmStaticRtTrapReason = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("eligible", 1), ("ineligible", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmStaticRtTrapReason.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRtTrapReason.setDescription('Event that caused the trap to be made. Used by the rtmStaticRouteChange trap.')
rtmPathTrapReason = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("active", 1), ("inactive", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: rtmPathTrapReason.setStatus('current')
if mibBuilder.loadTexts: rtmPathTrapReason.setDescription('Event that caused the trap to be made. Used by the rtmPathActivityChange trap.')
rtmTrapEntityFteIndex = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 3), FteIndex()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapEntityFteIndex.setStatus('current')
if mibBuilder.loadTexts: rtmTrapEntityFteIndex.setDescription('Version of rtmEntityFteIndex used for traps.')
rtmTrapStaticRtDestAddrType = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 4), InetAddressType()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapStaticRtDestAddrType.setStatus('current')
if mibBuilder.loadTexts: rtmTrapStaticRtDestAddrType.setDescription('Version of rtmStaticRtDestAddrType used for traps.')
rtmTrapStaticRtDestAddr = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 5), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), ))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapStaticRtDestAddr.setStatus('current')
if mibBuilder.loadTexts: rtmTrapStaticRtDestAddr.setDescription('Version of rtmStaticRtDestAddr used for traps.')
rtmTrapStaticRtDestLen = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 128))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapStaticRtDestLen.setStatus('current')
if mibBuilder.loadTexts: rtmTrapStaticRtDestLen.setDescription('Version of rtmStaticRtDestLen used for traps.')
rtmTrapStaticRtNextHopType = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 7), InetAddressType()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapStaticRtNextHopType.setStatus('current')
if mibBuilder.loadTexts: rtmTrapStaticRtNextHopType.setDescription('Version of rtmStaticRtNextHopType used for traps.')
rtmTrapStaticRtNextHop = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 8), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), ))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapStaticRtNextHop.setStatus('current')
if mibBuilder.loadTexts: rtmTrapStaticRtNextHop.setDescription('Version of rtmStaticRtNextHop used for traps.')
rtmTrapStaticRtIfIndex = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapStaticRtIfIndex.setStatus('current')
if mibBuilder.loadTexts: rtmTrapStaticRtIfIndex.setDescription('Version of rtmStaticRtIfIndex used for traps.')
rtmTrapRibDestType = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 10), InetAddressType()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapRibDestType.setStatus('current')
if mibBuilder.loadTexts: rtmTrapRibDestType.setDescription('Version of rtmRibDestType used for traps.')
rtmTrapRibDest = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 11), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), ))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapRibDest.setStatus('current')
if mibBuilder.loadTexts: rtmTrapRibDest.setDescription('Version of rtmRibDest used for traps.')
rtmTrapRibDestLen = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 12), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 128))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapRibDestLen.setStatus('current')
if mibBuilder.loadTexts: rtmTrapRibDestLen.setDescription('Version of rtmRibDestLen used for traps.')
rtmTrapRibTos = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 13), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 15))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapRibTos.setStatus('current')
if mibBuilder.loadTexts: rtmTrapRibTos.setDescription('Version of rtmRibTos used for traps.')
rtmTrapRibNextHopType = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 14), InetAddressType()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapRibNextHopType.setStatus('current')
if mibBuilder.loadTexts: rtmTrapRibNextHopType.setDescription('Version of rtmRibNextHopType used for traps.')
rtmTrapRibNextHop = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 15), InetAddress().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(4, 4), ValueSizeConstraint(16, 16), ))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapRibNextHop.setStatus('current')
if mibBuilder.loadTexts: rtmTrapRibNextHop.setDescription('Version of rtmRibNextHop used for traps.')
rtmTrapRibIfIndex = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 16), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapRibIfIndex.setStatus('current')
if mibBuilder.loadTexts: rtmTrapRibIfIndex.setDescription('Version of rtmRibIfIndex used for traps.')
rtmTrapRibProto = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 17), IANAipRouteProtocol()).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapRibProto.setStatus('current')
if mibBuilder.loadTexts: rtmTrapRibProto.setDescription('Version of rtmRibProto used for traps.')
rtmTrapRibRpmIndex = MibScalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 18), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("accessiblefornotify")
if mibBuilder.loadTexts: rtmTrapRibRpmIndex.setStatus('current')
if mibBuilder.loadTexts: rtmTrapRibRpmIndex.setDescription('Version of rtmRibRpmIndex used for traps.')
rtmOperStateChange = NotificationType((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 0, 1)).setObjects(("DC-RTM-MIB", "rtmTrapEntityFteIndex"), ("DC-RTM-MIB", "rtmEntityOperStatus"))
if mibBuilder.loadTexts: rtmOperStateChange.setStatus('current')
if mibBuilder.loadTexts: rtmOperStateChange.setDescription("DC-RTM generates this trap when the operational state of RTM enters 'up', 'down' or 'act_failed' state.")
rtmStaticRouteChange = NotificationType((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 0, 2)).setObjects(("DC-RTM-MIB", "rtmTrapEntityFteIndex"), ("DC-RTM-MIB", "rtmTrapStaticRtDestAddrType"), ("DC-RTM-MIB", "rtmTrapStaticRtDestAddr"), ("DC-RTM-MIB", "rtmTrapStaticRtDestLen"), ("DC-RTM-MIB", "rtmTrapStaticRtNextHopType"), ("DC-RTM-MIB", "rtmTrapStaticRtNextHop"), ("DC-RTM-MIB", "rtmTrapStaticRtIfIndex"), ("DC-RTM-MIB", "rtmStaticRtTrapReason"), ("DC-RTM-MIB", "rtmStaticRtBfdSupport"), ("DC-RTM-MIB", "rtmStaticRtBfdStatus"))
if mibBuilder.loadTexts: rtmStaticRouteChange.setStatus('current')
if mibBuilder.loadTexts: rtmStaticRouteChange.setDescription('DC-RTM generates this trap when a static route becomes eligible or ineligible for installation in the FIB.')
rtmPathActivityChange = NotificationType((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 0, 3)).setObjects(("DC-RTM-MIB", "rtmTrapEntityFteIndex"), ("DC-RTM-MIB", "rtmTrapRibDestType"), ("DC-RTM-MIB", "rtmTrapRibDest"), ("DC-RTM-MIB", "rtmTrapRibDestLen"), ("DC-RTM-MIB", "rtmTrapRibTos"), ("DC-RTM-MIB", "rtmTrapRibNextHopType"), ("DC-RTM-MIB", "rtmTrapRibNextHop"), ("DC-RTM-MIB", "rtmTrapRibIfIndex"), ("DC-RTM-MIB", "rtmTrapRibProto"), ("DC-RTM-MIB", "rtmTrapRibRpmIndex"), ("DC-RTM-MIB", "rtmPathTrapReason"))
if mibBuilder.loadTexts: rtmPathActivityChange.setStatus('current')
if mibBuilder.loadTexts: rtmPathActivityChange.setDescription('DC-RTM generates this trap when a path becomes active or inactive.')
rtmNotificationEventGroup = NotificationGroup((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 16)).setObjects(("DC-RTM-MIB", "rtmOperStateChange"), ("DC-RTM-MIB", "rtmStaticRouteChange"), ("DC-RTM-MIB", "rtmPathActivityChange"))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtmNotificationEventGroup = rtmNotificationEventGroup.setStatus('current')
if mibBuilder.loadTexts: rtmNotificationEventGroup.setDescription('A grouping of RTM trap events, as specified in NOTIFICATION-TYPE constructs.')
mibBuilder.exportSymbols("DC-RTM-MIB", rtmRibIfIndex=rtmRibIfIndex, rtmEntityDelDeadRte=rtmEntityDelDeadRte, rtmStaticRtBfdSupport=rtmStaticRtBfdSupport, rtmRibTos=rtmRibTos, rtmRedistAddrFltLen=rtmRedistAddrFltLen, BgpExtendedCommunity=BgpExtendedCommunity, rtmCompliances=rtmCompliances, rtmEntityDsConnctd=rtmEntityDsConnctd, rtmEntityAdminStat=rtmEntityAdminStat, rtmStaticRtAdminStat=rtmStaticRtAdminStat, rtmRibStatus=rtmRibStatus, rtmRibNextHop=rtmRibNextHop, InterfaceType=InterfaceType, rtmRedistAddExtComm=rtmRedistAddExtComm, RdstSetFieldType=RdstSetFieldType, rtmSjIfType=rtmSjIfType, MetricConversion=MetricConversion, rtmRdstSetFieldType=rtmRdstSetFieldType, rtmRedistMetricValue=rtmRedistMetricValue, rtmCompliance=rtmCompliance, rtmStaticRtPathType=rtmStaticRtPathType, rtmMjEntry=rtmMjEntry, rtmMjAdminStatus=rtmMjAdminStatus, rtmRouteTable=rtmRouteTable, rtmStaticRtGroup=rtmStaticRtGroup, rtmRedistOspfTagFlt=rtmRedistOspfTagFlt, rtmRouteMetric3=rtmRouteMetric3, rtmSjMandatoryGroup=rtmSjMandatoryGroup, rtmNotificationObjectGroup=rtmNotificationObjectGroup, rtmStaticRtNextHop=rtmStaticRtNextHop, rtmStaticRtOverride=rtmStaticRtOverride, rtmRedistRedistFlag=rtmRedistRedistFlag, rtmRouteLocalDestIfIndex=rtmRouteLocalDestIfIndex, rtmStaticRtTable=rtmStaticRtTable, rtmTrapEntityFteIndex=rtmTrapEntityFteIndex, rtmRedistEntry=rtmRedistEntry, rtmRouteDestType=rtmRouteDestType, rtmStaticRtIfIndex=rtmStaticRtIfIndex, rtmStaticRtDestAddr=rtmStaticRtDestAddr, rtmRedistGroup=rtmRedistGroup, rtmEntityUseUnidirectionalLinks=rtmEntityUseUnidirectionalLinks, rtmTrapRibDestLen=rtmTrapRibDestLen, rtmNotificationEventGroup=rtmNotificationEventGroup, rtmEntityRestartTime=rtmEntityRestartTime, RtmSjStatus=RtmSjStatus, rtmRedistNwExtComm=rtmRedistNwExtComm, rtmRouteXCIndex=rtmRouteXCIndex, rtmGroups=rtmGroups, rtmTrap=rtmTrap, rtmRibInfo=rtmRibInfo, rtmRedistFteIndex=rtmRedistFteIndex, rtmTrapRibDest=rtmTrapRibDest, rtmEntityDsIsisInt2=rtmEntityDsIsisInt2, rtmEntityDsIdpr=rtmEntityDsIdpr, rtmEntityEnableTrapSupport=rtmEntityEnableTrapSupport, rtmRedistMetricConv=rtmRedistMetricConv, rtmRedistNwOrigin=rtmRedistNwOrigin, rtmRibMetric3=rtmRibMetric3, rtmEntityAddressFamily=rtmEntityAddressFamily, rtmStaticRtBfdStatus=rtmStaticRtBfdStatus, rtmMjSlaveFteId=rtmMjSlaveFteId, rtmRibTable=rtmRibTable, rtmRedistSrcInst=rtmRedistSrcInst, rtmRibConnected=rtmRibConnected, rtmRedistInfoDest=rtmRedistInfoDest, rtmEntityDeadRpmTmr=rtmEntityDeadRpmTmr, rtmRedistOspfTag=rtmRedistOspfTag, rtmRibMetric1=rtmRibMetric1, rtmEntityDsStatDf=rtmEntityDsStatDf, rtmRedistExtCommFlt=rtmRedistExtCommFlt, rtmRedistOspfPropagate=rtmRedistOspfPropagate, rtmRedistTable=rtmRedistTable, rtmEntityDsIsisExt2=rtmEntityDsIsisExt2, rtmSjRtmFteIndex=rtmSjRtmFteIndex, rtmEntityDsUnknown=rtmEntityDsUnknown, FteIndex=FteIndex, rtmEntityRowStatus=rtmEntityRowStatus, rtmTrapStaticRtDestLen=rtmTrapStaticRtDestLen, rtmRedistOspfAreaFlt=rtmRedistOspfAreaFlt, rtmStaticRtUserData=rtmStaticRtUserData, rtmRouteNextHopAS=rtmRouteNextHopAS, rtmEntityMandatoryGroup=rtmEntityMandatoryGroup, rtmStaticRtMandatoryGroup=rtmStaticRtMandatoryGroup, rtmStaticRouteChange=rtmStaticRouteChange, rtmEntityDsDvmrp=rtmEntityDsDvmrp, rtmEntityI3JoinStatus=rtmEntityI3JoinStatus, rtmMjSafi=rtmMjSafi, rtmRedistAddrFilter=rtmRedistAddrFilter, rtmEntityOperStatus=rtmEntityOperStatus, rtmRdstSetFieldTable=rtmRdstSetFieldTable, rtmRdstSetFieldNumber=rtmRdstSetFieldNumber, rtmRedistAdminStat=rtmRedistAdminStat, rtmRedistIfIndexFlt=rtmRedistIfIndexFlt, rtmStaticRtAdminDist=rtmStaticRtAdminDist, rtmStaticRtFteIndex=rtmStaticRtFteIndex, rtmRouteMetric2=rtmRouteMetric2, rtmTrapControl=rtmTrapControl, rtmRedistCommunity=rtmRedistCommunity, rtmEntityDsIsisExt1=rtmEntityDsIsisExt1, rtmRouteIfIndex=rtmRouteIfIndex, EqualCostRouteOpts=EqualCostRouteOpts, rtmMjGroup=rtmMjGroup, rtmPathTrapReason=rtmPathTrapReason, rtmRdstSetFieldEntry=rtmRdstSetFieldEntry, rtmEntityBfdIndex=rtmEntityBfdIndex, rtmRedistMandatoryGroup=rtmRedistMandatoryGroup, rtmEntityI3Index=rtmEntityI3Index, rtmRouteInfo=rtmRouteInfo, rtmEntityStartupTime=rtmEntityStartupTime, rtmRedistNwCommunity=rtmRedistNwCommunity, rtmSjJoinStatus=rtmSjJoinStatus, rtmRouteFteIndex=rtmRouteFteIndex, rtmMjJoinStatus=rtmMjJoinStatus, rtmRibDestLen=rtmRibDestLen, rtmMib=rtmMib, rtmEntityDsEigrpSmm=rtmEntityDsEigrpSmm, rtmRedistNwAsLimUpper=rtmRedistNwAsLimUpper, rtmSjEntry=rtmSjEntry, rtmRouteMetric5=rtmRouteMetric5, rtmRibAge=rtmRibAge, rtmEntityDsOspfInt=rtmEntityDsOspfInt, rtmStaticRtAction=rtmStaticRtAction, rtmSjRtmRpmIndex=rtmSjRtmRpmIndex, rtmRedistIfIndex=rtmRedistIfIndex, rtmMjMandatoryGroup=rtmMjMandatoryGroup, rtmTrapStaticRtDestAddr=rtmTrapStaticRtDestAddr, rtmEntityDsPd=rtmEntityDsPd, rtmRouteProto=rtmRouteProto, rtmRouteEntry=rtmRouteEntry, rtmRibNextHopAS=rtmRibNextHopAS, rtmRouteConnected=rtmRouteConnected, rtmRibEntry=rtmRibEntry, rtmRibDestType=rtmRibDestType, rtmRedistPathType=rtmRedistPathType, rtmStaticRtForwardingAddr=rtmStaticRtForwardingAddr, rtmRouteTos=rtmRouteTos, rtmRdstSetFieldRowStatus=rtmRdstSetFieldRowStatus, rtmRedistHopFltVal=rtmRedistHopFltVal, rtmEntityRouteNumber=rtmEntityRouteNumber, rtmMjIfType=rtmMjIfType, rtmRedistOspfVpnPeCeSupport=rtmRedistOspfVpnPeCeSupport, rtmMjTable=rtmMjTable, rtmRouteDestLen=rtmRouteDestLen, rtmTrapStaticRtDestAddrType=rtmTrapStaticRtDestAddrType, BgpOriginCode=BgpOriginCode, rtmTrapStaticRtIfIndex=rtmTrapStaticRtIfIndex, rtmEntityDsBbnspfigp=rtmEntityDsBbnspfigp, rtmRedistAddCommunity=rtmRedistAddCommunity, rtmRdstSetFieldValue=rtmRdstSetFieldValue, rtmRedistHopFltValType=rtmRedistHopFltValType, RouteType=RouteType, rtmRibRpmIndex=rtmRibRpmIndex, rtmRedistEntryId=rtmRedistEntryId, rtmStaticRtTrapReason=rtmStaticRtTrapReason, rtmTrapRibDestType=rtmTrapRibDestType, rtmStaticRtDestLen=rtmStaticRtDestLen, rtmSjGroup=rtmSjGroup, rtmEntityDsEsis=rtmEntityDsEsis, rtmMjOperStatus=rtmMjOperStatus, rtmStaticRtPathCost=rtmStaticRtPathCost, rtmRibMetric2=rtmRibMetric2, rtmEntityDsIgrp=rtmEntityDsIgrp, rtmRouteNextHop=rtmRouteNextHop, rtmTrapStaticRtNextHopType=rtmTrapStaticRtNextHopType, rtmEntityDsEgp=rtmEntityDsEgp, rtmEntityFtStateRetained=rtmEntityFtStateRetained, rtmRouteMetric1=rtmRouteMetric1, rtmRibGroup=rtmRibGroup, rtmSjTable=rtmSjTable, rtmRdstSetFieldMandatoryGroup=rtmRdstSetFieldMandatoryGroup, rtmSjMastFteId=rtmSjMastFteId, rtmRibFteIndex=rtmRibFteIndex, rtmMjRowStatus=rtmMjRowStatus, rtmEntityTable=rtmEntityTable, rtmEntityDsIntEigrp=rtmEntityDsIntEigrp, rtmStaticRtLooseNextHop=rtmStaticRtLooseNextHop, rtmStaticRtEntry=rtmStaticRtEntry, rtmStaticRtFwdAddrType=rtmStaticRtFwdAddrType, rtmObsoleteGroup=rtmObsoleteGroup, rtmRedistNwOspfTag=rtmRedistNwOspfTag, rtmTrapRibNextHop=rtmTrapRibNextHop, rtmEntityDsOspfExt=rtmEntityDsOspfExt, rtmRedistNwPathType=rtmRedistNwPathType, rtmRouteType=rtmRouteType, rtmConformance=rtmConformance, rtmTrapStaticRtNextHop=rtmTrapStaticRtNextHop, MplsIndexType=MplsIndexType, rtmRibNextHopType=rtmRibNextHopType, rtmRedistCommunityFlt=rtmRedistCommunityFlt, OspfTag=OspfTag, rtmRibMetric5=rtmRibMetric5, rtmEntityDsEigrpExt=rtmEntityDsEigrpExt, rtmRedistRowStatus=rtmRedistRowStatus, rtmEntityDsExtBgp=rtmEntityDsExtBgp, rtmRedistInfoSrc=rtmRedistInfoSrc, rtmEntityDsHello=rtmEntityDsHello, rtmStaticRtDestAddrType=rtmStaticRtDestAddrType, rtmRouteMetric4=rtmRouteMetric4, rtmStaticRtRowStatus=rtmStaticRtRowStatus, rtmRouteDest=rtmRouteDest, rtmRibProto=rtmRibProto, rtmRedistAddrFilterType=rtmRedistAddrFilterType, rtmRdstSetFieldFteIndex=rtmRdstSetFieldFteIndex, rtmOperStateChange=rtmOperStateChange, rtmRedistDestInstFlt=rtmRedistDestInstFlt, BgpCommunity=BgpCommunity, rtmEntityEntry=rtmEntityEntry, rtmStaticRtUsePathCost=rtmStaticRtUsePathCost, rtmTrapRibProto=rtmTrapRibProto, rtmTrapRibRpmIndex=rtmTrapRibRpmIndex, rtmStaticRtOutIfIndex=rtmStaticRtOutIfIndex, rtmRedistNwLocalPref=rtmRedistNwLocalPref, rtmRibFibRoute=rtmRibFibRoute, rtmRedistHopFltLen=rtmRedistHopFltLen, rtmRibType=rtmRibType, rtmRedistNwMed=rtmRedistNwMed, rtmRouteAge=rtmRouteAge, rtmEntityPartnerWaitTime=rtmEntityPartnerWaitTime, rtmRedistDestInst=rtmRedistDestInst, rtmRibDest=rtmRibDest, rtmRedistAddLocalPref=rtmRedistAddLocalPref, InfoSourceDest=InfoSourceDest, rtmRibMetric4=rtmRibMetric4, rtmEntityDsIsisInt1=rtmEntityDsIsisInt1, RtmBfdSupport=RtmBfdSupport, rtmObjects=rtmObjects, rtmRouteNextHopType=rtmRouteNextHopType, rtmRedistPathTypeFlt=rtmRedistPathTypeFlt, rtmRedistOspfArea=rtmRedistOspfArea, rtmRdstSetFieldListId=rtmRdstSetFieldListId, rtmSjMastFteType=rtmSjMastFteType, rtmTraps=rtmTraps, rtmEntityDsRip=rtmEntityDsRip, rtmMjRtmFteIndex=rtmMjRtmFteIndex, rtmRouteStatus=rtmRouteStatus, rtmRouteGroup=rtmRouteGroup, AriPrtnrType=AriPrtnrType, rtmRedistAddAsLimUpper=rtmRedistAddAsLimUpper, rtmMjSlaveType=rtmMjSlaveType, rtmRibLooseNextHop=rtmRibLooseNextHop, rtmTrapRibIfIndex=rtmTrapRibIfIndex, rtmEntityGroup=rtmEntityGroup, rtmEntityFteIndex=rtmEntityFteIndex, rtmTrapRibTos=rtmTrapRibTos, rtmRedistExtComm=rtmRedistExtComm, rtmRedistSetListId=rtmRedistSetListId, PYSNMP_MODULE_ID=rtmMib, rtmEntityEqlCostOpt=rtmEntityEqlCostOpt, rtmTrapRibNextHopType=rtmTrapRibNextHopType, RtmMjStatus=RtmMjStatus, rtmEntityDsIntBgp=rtmEntityDsIntBgp, rtmRedistPriority=rtmRedistPriority, rtmEntityBfdJoinStatus=rtmEntityBfdJoinStatus, RouteInfo=RouteInfo)
mibBuilder.exportSymbols("DC-RTM-MIB", rtmRedistSrcInstFlt=rtmRedistSrcInstFlt, rtmStaticRtNextHopType=rtmStaticRtNextHopType, rtmRibLocalDestIfIndex=rtmRibLocalDestIfIndex, rtmRedistAddMed=rtmRedistAddMed, rtmPathActivityChange=rtmPathActivityChange)
| (octet_string, integer, object_identifier) = mibBuilder.importSymbols('ASN1', 'OctetString', 'Integer', 'ObjectIdentifier')
(named_values,) = mibBuilder.importSymbols('ASN1-ENUMERATION', 'NamedValues')
(value_range_constraint, constraints_union, value_size_constraint, constraints_intersection, single_value_constraint) = mibBuilder.importSymbols('ASN1-REFINEMENT', 'ValueRangeConstraint', 'ConstraintsUnion', 'ValueSizeConstraint', 'ConstraintsIntersection', 'SingleValueConstraint')
(admin_distance, inet_sub_address_type, route_action, bfd_session_status, path_type, oper_status, numeric_index_or_zero, admin_status) = mibBuilder.importSymbols('DC-MASTER-TC', 'AdminDistance', 'InetSubAddressType', 'RouteAction', 'BfdSessionStatus', 'PathType', 'OperStatus', 'NumericIndexOrZero', 'AdminStatus')
(ian_aip_route_protocol,) = mibBuilder.importSymbols('IANA-RTPROTO-MIB', 'IANAipRouteProtocol')
(inet_address_type, inet_address) = mibBuilder.importSymbols('INET-ADDRESS-MIB', 'InetAddressType', 'InetAddress')
(module_compliance, object_group, notification_group) = mibBuilder.importSymbols('SNMPv2-CONF', 'ModuleCompliance', 'ObjectGroup', 'NotificationGroup')
(mib_scalar, mib_table, mib_table_row, mib_table_column, counter32, iso, object_identity, ip_address, notification_type, unsigned32, module_identity, counter64, integer32, mib_identifier, time_ticks, gauge32, bits) = mibBuilder.importSymbols('SNMPv2-SMI', 'MibScalar', 'MibTable', 'MibTableRow', 'MibTableColumn', 'Counter32', 'iso', 'ObjectIdentity', 'IpAddress', 'NotificationType', 'Unsigned32', 'ModuleIdentity', 'Counter64', 'Integer32', 'MibIdentifier', 'TimeTicks', 'Gauge32', 'Bits')
(textual_convention, row_status, display_string, truth_value) = mibBuilder.importSymbols('SNMPv2-TC', 'TextualConvention', 'RowStatus', 'DisplayString', 'TruthValue')
rtm_mib = module_identity((1, 2, 826, 0, 1, 1578918, 5, 61, 1))
rtmMib.setRevisions(('2014-04-17 00:00',))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
if mibBuilder.loadTexts:
rtmMib.setRevisionsDescriptions(('Arris changes to DCL June 2013 Release',))
if mibBuilder.loadTexts:
rtmMib.setLastUpdated('201404170000Z')
if mibBuilder.loadTexts:
rtmMib.setOrganization('Data Connection Ltd.')
if mibBuilder.loadTexts:
rtmMib.setContactInfo('Postal: Data Connection Ltd. 100 Church Street Enfield Middlesex EN2 6BQ United Kingdom Tel: +44 20 83661177 E-mail: dcospf@dataconnection.com')
if mibBuilder.loadTexts:
rtmMib.setDescription('The MIB module for management of the DC-RTM product.')
rtm_objects = mib_identifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1))
rtm_trap = mib_identifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2))
class Mplsindextype(TextualConvention, Integer32):
description = 'An index that can be used as a table index in cases where a large addressable space is required such as on an LSR where many applications may be provisioning labels.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + value_range_constraint(0, 2147483647)
class Fteindex(TextualConvention, Unsigned32):
description = 'The index value identifying a fault tolerant entity.'
status = 'current'
class Ospftag(TextualConvention, Unsigned32):
description = 'An OSPF Tag.'
status = 'current'
subtype_spec = Unsigned32.subtypeSpec + value_range_constraint(0, 4294967295)
class Rtmmjstatus(TextualConvention, Integer32):
description = 'The status of a master join.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10))
named_values = named_values(('mjNotJoined', 1), ('mjSentAddJoin', 2), ('mjSentRegister', 3), ('mjJoinActive', 4), ('mjSentDelJoin', 5), ('mjSentUnregister', 6), ('mjJoinGone', 7), ('mjFailedToRegister', 8), ('mjFailingOver', 9), ('mjFailed', 10))
class Rtmsjstatus(TextualConvention, Integer32):
description = 'The status of a slave join.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))
named_values = named_values(('sjNotJoined', 1), ('sjJoined', 2), ('sjJoinActive', 3), ('sjJoinUnreg', 4), ('sjJoinGone', 5), ('sjFailingOver', 6), ('sjFailed', 7))
class Interfacetype(TextualConvention, Integer32):
description = 'The type of interface to which a join applies.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2))
named_values = named_values(('ifActiveRoutes', 1), ('ifRteProtInput', 2))
class Ariprtnrtype(TextualConvention, Integer32):
description = 'The type of slave partner to join to over the Active Routes Interface.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3, 4, 5))
named_values = named_values(('ariPrtnrFt', 1), ('ariPrtnrLdf', 2), ('ariPrtnrRsm', 3), ('ariPrtnrBgp', 4), ('ariPrtnrPim', 5))
class Rdstsetfieldtype(TextualConvention, Integer32):
description = 'The type of action a Set Field entry performs.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2))
named_values = named_values(('rdstSetBgpComm', 1), ('rdstSetBgpExtComm', 2))
class Equalcostrouteopts(TextualConvention, Integer32):
description = 'The method used to determine how to choose which equal cost routes for a given destination to give to the active routing information consumers, if there is more than one route. This value is used in building responses to ATG_QCAR_GET_ROUTES and ATG_QCAR_QUERY_ROUTE signals, and also in building ATG_QCAR_ROUTE_UPDATE and ATG_QCAR_ROUTE_IND signals for consumers that require them. The permitted values for this field are as follows. all: All equal cost routes should be given to the active routing information consumers. one: DC-RTM picks one as soon as it can, and only tells the active routing information consumers about that one route. It only switches to another route if the chosen one is deleted, or if the chosen one no longer has the lowest administrative distance among routes to this destination (for example if a new route is added with a lower adminstrative distance).'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2))
named_values = named_values(('equalCostAll', 1), ('equalCostOne', 2))
class Metricconversion(TextualConvention, Integer32):
description = 'How to convert the metric in the source routing information to a new metric in the destination routing information. Possible actions are same: Use the supplied metric value constant: Ignore the supplied metric and use the constant value given in the metric numeric parameter field inverse: Map high values onto low ones, and vice-versa, by subtracting the supplied metric from 0xffffffff. scale up: Use the supplied metric multiplied by the value given in the metric numeric parameter field, or 0xffffffff if this is smaller. scale down: Use the supplied metric divided by the value given in the metric numeric parameter field (which must not be zero), rounding down to the next whole number. truncate: Use the smaller of the supplied metric or the metric numeric parameter field.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6))
named_values = named_values(('metricConvSame', 1), ('metricConvConstant', 2), ('metricConvInverse', 3), ('metricConvScaleUp', 4), ('metricConvScaleDown', 5), ('metricConvTruncate', 6))
class Infosourcedest(TextualConvention, Integer32):
description = 'A source of, or destination for, routing information. These values are used when redistributing routing information.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 65536, 131072, 196608, 262144, 327680, 393216, 458752, 524288, 589824, 655360, 720896, 786432, 851968, 917504, 983040, 1048576, 1114112, 1179648))
named_values = named_values(('infoSourceAll', 0), ('infoSourceAllInclConnected', 1), ('infoSourceOther', 65536), ('infoSourceConnected', 131072), ('infoSourceStatic', 196608), ('infoSourceIcmp', 262144), ('infoSourceEgp', 327680), ('infoSourcePd', 393216), ('infoSourceHello', 458752), ('infoSourceRip', 524288), ('infoSourceIsis', 589824), ('infoSourceEsis', 655360), ('infoSourceIgrp', 720896), ('infoSourceBbnSpfIgp', 786432), ('infoSourceOspf', 851968), ('infoSourceBgp', 917504), ('infoSourceIdpr', 983040), ('infoSourceEigrp', 1048576), ('infoSourceDvmrp', 1114112), ('infoSourceEnni', 1179648))
class Bgporigincode(TextualConvention, Integer32):
description = 'A BGP origin code.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2))
named_values = named_values(('bgpOriginIgp', 0), ('bgpOriginEgp', 1), ('bgpOriginIncomplete', 2))
class Bgpcommunity(TextualConvention, OctetString):
description = 'The representation of a BGP Community.'
status = 'current'
subtype_spec = OctetString.subtypeSpec + value_size_constraint(4, 4)
fixed_length = 4
class Bgpextendedcommunity(TextualConvention, OctetString):
description = 'The representation of a BGP Extended Community.'
status = 'current'
subtype_spec = OctetString.subtypeSpec + value_size_constraint(8, 8)
fixed_length = 8
class Routeinfo(TextualConvention, Integer32):
description = 'A Routing Protocol Information Type. For OSPF, this is an integer representation of the OID which is required by RFC 2096. The RFCs which define the OIDs, and the represented OIDs, are show here. OSPF - RFC 1850. For ISIS, this is an integer representation of the types of route to IP reachable addresses.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10))
named_values = named_values(('none', 0), ('ospfIntraArea', 1), ('ospfInterArea', 2), ('ospfExternalType1', 3), ('ospfExternalType2', 4), ('isisL1Internal', 5), ('isisL2Internal', 6), ('isisL1InternalDown', 7), ('isisL1External', 8), ('isisL2External', 9), ('isisL1ExternalDown', 10))
class Routetype(TextualConvention, Integer32):
description = 'Routing Type.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3, 4))
named_values = named_values(('other', 1), ('reject', 2), ('local', 3), ('remote', 4))
class Rtmbfdsupport(TextualConvention, Integer32):
description = 'BFD support level.'
status = 'current'
subtype_spec = Integer32.subtypeSpec + constraints_union(single_value_constraint(1, 2, 3))
named_values = named_values(('none', 1), ('desired', 2), ('required', 3))
rtm_entity_table = mib_table((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1))
if mibBuilder.loadTexts:
rtmEntityTable.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityTable.setDescription('The table of DC-RTM entities.')
rtm_entity_entry = mib_table_row((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1)).setIndexNames((0, 'DC-RTM-MIB', 'rtmEntityFteIndex'))
if mibBuilder.loadTexts:
rtmEntityEntry.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityEntry.setDescription('Each entry represents an instance of the DC-RTM entity.')
rtm_entity_fte_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 1), fte_index())
if mibBuilder.loadTexts:
rtmEntityFteIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityFteIndex.setDescription('The index of this rtmEntityEntry. This is the HAF entity index passed on the entity create parameters.')
rtm_entity_row_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 2), row_status()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityRowStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityRowStatus.setDescription('Used to create and delete a DC-RTM fault tolerant entity.')
rtm_entity_admin_stat = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 3), admin_status().clone('adminStatusDown')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityAdminStat.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityAdminStat.setDescription('The desired administrative state of the DC-RTM entity.')
rtm_entity_oper_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 4), oper_status()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmEntityOperStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityOperStatus.setDescription('The current operational state of the DC-RTM entity.')
rtm_entity_ds_connctd = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 5), admin_distance()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsConnctd.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsConnctd.setDescription('The administrative distance used for directly connected routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_stat_df = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 6), admin_distance().clone(1)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsStatDf.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsStatDf.setDescription('The default administrative distance used for statically defined routes in the static routes MIB table. It can be overridden for individual static routes. The lower the distance for a given route, the more likely that route is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_ospf_int = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 7), admin_distance().clone(30)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsOspfInt.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsOspfInt.setDescription('The administrative distance used for OSPF internal routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_ospf_ext = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 8), admin_distance().clone(110)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsOspfExt.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsOspfExt.setDescription('The administrative distance used for OSPF Autonomous System external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_int_bgp = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 9), admin_distance().clone(200)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsIntBgp.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsIntBgp.setDescription('The administrative distance used for internal and VPN BGP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_ext_bgp = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 10), admin_distance().clone(20)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsExtBgp.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsExtBgp.setDescription('The administrative distance used for external BGP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_isis_int1 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 11), admin_distance().clone(115)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsIsisInt1.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsIsisInt1.setDescription('The administrative distance used for IS-IS level 1 internal routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_isis_int2 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 12), admin_distance().clone(116)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsIsisInt2.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsIsisInt2.setDescription('The administrative distance used for IS-IS level 2 internal routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_isis_ext1 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 13), admin_distance().clone(117)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsIsisExt1.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsIsisExt1.setDescription('The administrative distance used for IS-IS level 1 external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_isis_ext2 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 14), admin_distance().clone(118)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsIsisExt2.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsIsisExt2.setDescription('The administrative distance used for IS-IS level 2 external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_rip = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 15), admin_distance().clone(120)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsRip.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsRip.setDescription('The administrative distance used for RIP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_egp = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 16), admin_distance().clone(205)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsEgp.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsEgp.setDescription('The administrative distance used for Exterior Gateway Protocol routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_pd = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 17), admin_distance().clone(2)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsPd.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsPd.setDescription('The administrative distance used for routes injected using DHCPv6 prefix delegation protocol. The lower the distance for a given type of route, the more likely a route of this type is to be used by RTM as the active route for the given destination.')
rtm_entity_ds_hello = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 18), admin_distance().clone(215)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsHello.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsHello.setDescription('The administrative distance used for FuzzBall HelloSpeak routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_esis = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 19), admin_distance().clone(225)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsEsis.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsEsis.setDescription('The administrative distance used for ISO 9542 routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_bbnspfigp = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 20), admin_distance().clone(225)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsBbnspfigp.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsBbnspfigp.setDescription('The administrative distance used for BBN SPF IGP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_idpr = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 21), admin_distance().clone(225)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsIdpr.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsIdpr.setDescription('The administrative distance used for InterDomain Policy Routing routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_igrp = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 22), admin_distance().clone(100)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsIgrp.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsIgrp.setDescription('The administrative distance used for IGRP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_eigrp_smm = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 23), admin_distance().clone(5)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsEigrpSmm.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsEigrpSmm.setDescription('The administrative distance used for enhanced IGRP summary routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_int_eigrp = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 24), admin_distance().clone(90)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsIntEigrp.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsIntEigrp.setDescription('The administrative distance used for internal enhanced IGRP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_eigrp_ext = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 25), admin_distance().clone(170)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsEigrpExt.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsEigrpExt.setDescription('The administrative distance used for enhanced IGRP external routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_ds_unknown = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 26), admin_distance().clone(255)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsUnknown.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsUnknown.setDescription('The administrative distance used for routes which come from an unrecognized routing protocol. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_eql_cost_opt = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 27), equal_cost_route_opts().clone('equalCostAll')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityEqlCostOpt.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityEqlCostOpt.setDescription("How to select which equal cost routes to give to an active routing information consumer, if there is more than one route to a given destination with the lowest administrative distance. This parameter is used in building responses to ATG_QCAR_GET_ROUTES and ATG_QCAR_QUERY_ROUTE signals, and also in building ATG_QCAR_ROUTE_UPDATE and ATG_QCAR_ROUTE_IND signals for consumers that require them. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP. If you want to use IGP shortcuts for any routes then this field must be set to 'equalCostAll'.")
rtm_entity_del_dead_rte = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 28), truth_value().clone('true')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDelDeadRte.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDelDeadRte.setDescription("Whether to delete routes from a Routing Protocol Manager (RPM) whose join to DC-RTM goes down. If this is set to TRUE then the routes are deleted after the time specified in the 'dead RPM timer' parameter. If the join between an RPM and DC-RTM goes down, typically because the RPM is no longer running, then the routes received from that RPM gradually become out of date. This parameter allows DC-RTM to continue to use these routes regardless of whether the RPM ever restarts, or to stop using them after a period of time. This period of time should represent the maximum amount of time for which the RPM would be down if this were only a temporary state of affairs. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.")
rtm_entity_dead_rpm_tmr = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 29), integer32()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDeadRpmTmr.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDeadRpmTmr.setDescription('Only used if the option is set to TRUE to delete routes from an RPM which DC-RTM can no longer see. This field defines the period of time that the join to an RPM can be down before its routes are deleted. This period of time should represent the maximum amount of time for which the RPM would be down if this were only a temporary state of affairs. The units for this field are minutes by default. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.')
rtm_entity_route_number = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 30), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmEntityRouteNumber.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityRouteNumber.setDescription("The number of destination prefixes to which DC-RTM currently has a route. This is the same as the number of rows in the rtmRouteTable if the following are both true. - Either rtmEntityEqlCostOpt is set to 'one', or DC-RTM knows of at most one route to each destination prefix. This means that there is at most one route in rtmRouteTable for each destination prefix included in rtmEntityRouteNumber. - None of the routes which DC-RTM has learned about are loose next hops that cannot be resolved. This means that there is at least one route in rtmRouteTable per destination prefix included in rtmEntityRouteNumber.")
rtm_entity_address_family = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 31), inet_address_type().clone('ipv4')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityAddressFamily.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityAddressFamily.setDescription('The address family that this instance of DC-RTM supports. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.')
rtm_entity_ds_dvmrp = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 32), admin_distance().clone(225)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityDsDvmrp.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityDsDvmrp.setDescription('The administrative distance used for DVMRP routes. The lower the distance for a given type of route, the more likely a route of this type is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_entity_i3_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 33), fte_index().clone(1)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityI3Index.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityI3Index.setDescription('The entity index of the instance of the I3 stub to which this instance of DC-RTM should join. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.')
rtm_entity_i3_join_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 34), rtm_mj_status()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmEntityI3JoinStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityI3JoinStatus.setDescription('The status of the I3 master join.')
rtm_entity_partner_wait_time = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 35), integer32().clone(30000)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityPartnerWaitTime.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityPartnerWaitTime.setDescription('The period that DC-RTM waits for joins from Routing Protocol Managers (RPMs) to be reestablished when DC-RTM is activated. DC-RTM checks for routing table convergence by waiting for a complete set of routes from all joins from RPMs that are established within this period. The partner wait timer duration effectively acts as the minimum restart interval. The value should be set to zero if the forwarding table does not maintain routing state when DC-RTM restarts.')
rtm_entity_startup_time = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 36), integer32().clone(5000)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityStartupTime.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityStartupTime.setDescription("This is the startup timer duration that is used when DC-RTM is activated and no routing state has been retained by the forwarding table as part of graceful restart procedures. This timer duration is used when rtmEntityFtStateRetained is 'false'. It determines the maximum length of time before DC-RTM deems that routing table convergence is complete and hence the maximum length of time before DC-RTM sends routing updates to the forwarding table. This is typically set to a small value to ensure that the forwarding table is populated in a timely manner. Time is in miliseconds")
rtm_entity_restart_time = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 37), integer32().clone(180000)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityRestartTime.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityRestartTime.setDescription("This is the startup timer duration that is used when DC-RTM is activated and routing state has been retained by the forwarding table as part of graceful restart procedures. This timer duration is used when rtmEntityFtStateRetained is 'true'. It determines the maximum length of time before DC-RTM deems that routing table convergence is complete and hence the maximum length of time before DC-RTM sends routing updates to the forwarding table. This is typically set to a value greater than the restart timer duration of each routing protocol, so that the routing table can converge before the forwarding table is updated.")
rtm_entity_ft_state_retained = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 38), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityFtStateRetained.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityFtStateRetained.setDescription("Whether state has been maintained by the forwarding table during a restart of DC-RTM. This indicates which startup timer duration DC-RTM should uses. Setting this to 'true' causes DC-RTM to use the value of rtmEntityRestartTime as the startup timer duration. Setting this to 'false' causes DC-RTM to use the value of rtmEntityStartupTime as the startup timer duration.")
rtm_entity_use_unidirectional_links = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 39), truth_value().clone('true')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityUseUnidirectionalLinks.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityUseUnidirectionalLinks.setDescription("Are unidirectional links usable for the FIB maintained by this instance of DC-RTM? If set to 'false' then unidirectional interfaces reported over the I3 and IGP shortcuts reported over the RPI are discarded. If set to 'true' then unidirectional interfaces can be used for next hops reported over the Active Routes Interface. Note in particular that IGP shortcuts through TE-tunnel next hops are reported over the Active Routes Interface in addition to native adjacency next hops. If the active route consumers of this FIB cannot use unidirectional links then this field should be set to 'false'. An example of such an active route consumer is DC-PIM. Because DC-PIM uses paths for Reverse Path Forwarding, it cannot use unidirectional links. If this field is changed while DC-RTM is active, DC-RTM deactivates and then reactivates in order to refresh all routing information.")
rtm_entity_bfd_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 40), numeric_index_or_zero()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityBfdIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityBfdIndex.setDescription('The entity index of the instance of the BFD stub to which this instance of DC-RTM should join. A value of zero indicates that no BFD join is required. If a non-zero value is specified then DC-RTM can only be active if the corresponding BFD stub is active.')
rtm_entity_bfd_join_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 41), rtm_mj_status()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmEntityBfdJoinStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityBfdJoinStatus.setDescription('The status of the BFD master join.')
rtm_entity_enable_trap_support = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 1, 1, 42), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmEntityEnableTrapSupport.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityEnableTrapSupport.setDescription("Set this object to 'true' to enable trap support in DC-RTM. When this field is set to 'true', DC-RTM will generate the rtmOperStateChange, rtmStaticRouteChange and rtmPathActivityChange traps.")
rtm_redist_table = mib_table((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2))
if mibBuilder.loadTexts:
rtmRedistTable.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistTable.setDescription("The table of DC-RTM redistribution information entries. This table is used to determine how routing information is redistributed to routing protocol managers (RPMs) using DC-RTM's Routing Protocol Input interface. The RPM to which the information may be redistributed is called the destination RPM. Routing information is received from RPMs and from the MIB (for static routes); these are referred to as the routing information source. In general, DC-RTM will not redistribute a route from an RPM back to the same RPM. The one exception to this is if it is explicitly configured to do so - in other words, if it is configured with a redistribution rule where the source and destination filters both indicate the same RPM instance. One example use for this is to inform an instance of BGP which of its routes are active - see the definition of bgpRmAfiSafiAdvertiseInactive in the BGP MIB for more details.")
rtm_redist_entry = mib_table_row((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1)).setIndexNames((0, 'DC-RTM-MIB', 'rtmRedistFteIndex'), (0, 'DC-RTM-MIB', 'rtmRedistEntryId'))
if mibBuilder.loadTexts:
rtmRedistEntry.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistEntry.setDescription('Information defining how routing information is redistributed to routing protocol managers (RPMs)by DC-RTM on its Routing Protocol Input interface. There are two key aspects to an entry in this table. Firstly, it contains a set of filters which determine whether or not the entry applies to a given pairing of a given set of routing information and a given destination RPM. There is a filter priority to determine which entry to use if there are multiple entries whose filters match a given pairing. Secondly, it contains parameters to use when redistributing the routing information to the destination RPM, including a flag which determines whether or not to redistribute at all.')
rtm_redist_fte_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 1), fte_index())
if mibBuilder.loadTexts:
rtmRedistFteIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this redistribution table entry applies.')
rtm_redist_entry_id = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 2), unsigned32())
if mibBuilder.loadTexts:
rtmRedistEntryId.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistEntryId.setDescription('The index of this DC-RTM redistribution table entry within the DC-RTM entity. This is an arbitrarily selected identifier.')
rtm_redist_row_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 3), row_status()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistRowStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistRowStatus.setDescription('Used to create and delete a DC-RTM redistribution table entry.')
rtm_redist_admin_stat = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 4), admin_status().clone('adminStatusDown')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistAdminStat.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistAdminStat.setDescription('The administrative state of the redistribution table entry. The row status by itself does not indicate whether the redistribution is currently active. The row must be defined and the administrative status must be up. This enables a MIB agent to turn off a particular redistribution without deleting it from the table altogether.')
rtm_redist_priority = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 5), integer32().clone(2147483647)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistPriority.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistPriority.setDescription('The priority assigned to this table entry. The lower this value takes, the higher the priority of the entry. The priority takes effect when there is more than one entry in the table whose filters match a pairing of routing information and destination RPM.')
rtm_redist_info_src = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 6), info_source_dest().clone('infoSourceAll')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistInfoSrc.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistInfoSrc.setDescription("The source of the routing information. This is one of: - an RPM, joined to DC-RTM on the Routing Protocol Input interface - 'static' for statically defined routes, defined in the static routes table with path type ATG_QC_PATH_STATIC - 'connected' for routes to local IP addresses and directly connected IP addresses and subnets, learned via the I3 interface, or defined in the static route table with path type ATG_QC_PATH_CONNECTED - 'all', meaning that this entry applies to routes from all RPMs and static routes, but not routes learnt via the I3 interface - 'all-incl-connected', meaning that this entry applies to routes from all RPMs, static routes, and routes learnt via the I3 interface.")
rtm_redist_src_inst_flt = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 7), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistSrcInstFlt.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistSrcInstFlt.setDescription("Specifies whether or not a source instance filter is in use. If it is not in use then this entry applies to all instances of the source RPM. The purpose of this filter is to allow an entry to apply to only one instance of the source RPM if more than one instance is active. The filter must always be off if the routing information source is set to 'all' or 'all-incl-connected'.")
rtm_redist_src_inst = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 8), fte_index()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistSrcInst.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistSrcInst.setDescription('Value of the source instance filter, if in use. If the filter is in use then do not match the source routing information to this entry if this filter value does not match the fault tolerant entity index of the RPM instance specified as the routing information source.')
rtm_redist_info_dest = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 9), info_source_dest().clone('infoSourceAll')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistInfoDest.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistInfoDest.setDescription("The destination of the routing information. This is usually an RPM, joined to DC-RTM on the Routing Protocol Input interface. It can also be set to 'all' or 'all-incl-connected', meaning that this entry applies to all routing information destinations.")
rtm_redist_dest_inst_flt = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 10), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistDestInstFlt.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistDestInstFlt.setDescription("Specifies whether or not a destination instance filter is in use. If it is not in use then this entry applies to all instances of the destination RPM. The purpose of this filter is to allow an entry to apply to only one instance of the destination RPM if more than one instance is active. The filter must always be off if the routing information destination is 'all' or 'all-incl-connected'.")
rtm_redist_dest_inst = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 11), fte_index()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistDestInst.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistDestInst.setDescription('Value of the destination instance filter, if in use. If the filter is in use then do not redistribute this routing information to a given instance of an RPM if this filter value does not match the fault tolerant entity index of the RPM instance.')
rtm_redist_addr_filter_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 12), inet_address_type()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistAddrFilterType.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistAddrFilterType.setDescription('The type of the address used as the destination address filter. This object must be set to the same value as rtmEntityAddressFamily, and this is its default value.')
rtm_redist_addr_filter = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 13), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16))).clone(hexValue='00000000')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistAddrFilter.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistAddrFilter.setDescription('Destination IP address filter. Do not match the source routing information to this entry if one of these fails: - the destination IP address in the source routing information, with the IP address filter prefix length applied, matches the IP address filter with the IP address filter prefix length applied - the destination IP address prefix length is greater than or equal to the IP address filter prefix length. The IP address filter prefix length is given by the rtmRedistAddrFltLen object. Applying the prefix length to an address means taking the first rtmRedistAddrFltLen bits of the address. To avoid having any destination IP address filtering, set the IP address filter to all zeroes and the IP address filter prefix length to zero. The length of this IP address must be the address length for the family given by rtmEntityAddressFamily.')
rtm_redist_addr_flt_len = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 14), integer32()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistAddrFltLen.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistAddrFltLen.setDescription('Destination IP address filter prefix length (in bits). Do not match the source routing information to this entry if one of these fails: - the destination IP address in the source routing information, with the IP address filter prefix length applied, matches the IP address filter with the IP address filter prefix length applied - the destination IP address prefix length is greater than or equal to the IP address filter prefix length. If the IP address filter prefix length is L, then applying the length to an address means taking the first L bits of the address. To avoid having any destination IP address filtering, set the IP address filter to all zeroes and the IP address filter prefix length to zero.')
rtm_redist_hop_flt_val_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 15), inet_address_type()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistHopFltValType.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistHopFltValType.setDescription('The type of the address used as the next hop address filter. This object must be set to the same value as rtmEntityAddressFamily, and this is its default value.')
rtm_redist_hop_flt_val = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 16), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16))).clone(hexValue='00000000')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistHopFltVal.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistHopFltVal.setDescription('Value of next hop filter. Do not match the source routing information to this entry if none of the next hop values in the source routing information, with the next hop filter prefix length applied, matches the next hop filter value with the next hop filter prefix length applied. The next hop filter prefix length is given by the rtmRedistHopFltLen object. Applying the prefix length to an address means taking the first rtmRedistHopFltLen bits of the address. To avoid having any next hop filtering, set the next hop filter to all zeroes and the next hop filter prefix length to zero. The length of this next hop filter must be the address length for the family given by rtmEntityAddressFamily.')
rtm_redist_hop_flt_len = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 17), integer32()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistHopFltLen.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistHopFltLen.setDescription('Next hop filter prefix length. Do not match the source routing information to this entry if none of the next hop values in the source routing information, with the next hop filter prefix length applied, matches the next hop filter value with the next hop filter prefix length applied. If the next hop filter prefix length is L, then applying the length to an address means taking the first L bits of the address. To avoid having any next hop filtering, set the next hop filter to all zeroes and the next hop filter prefix length to zero.')
rtm_redist_if_index_flt = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 18), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistIfIndexFlt.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistIfIndexFlt.setDescription('Specifies whether or not an output network interface index filter is in use.')
rtm_redist_if_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 19), integer32()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistIfIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistIfIndex.setDescription('Value of output network interface index filter, if in use. If the filter is in use then do not match the source routing information to this entry if none of the output network interface indexes in the source routing information matches this filter value.')
rtm_redist_path_type_flt = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 20), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistPathTypeFlt.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistPathTypeFlt.setDescription("Specifies whether or not a path type filter is in use. If it is not in use then this entry applies to all path type values. A path type filter can only be used if the routing information source filter _info_src_ is not set to 'all' or 'all-incl-connected'. The value of the path type filter, if used, must be one of the path types which matches the routing information source. For example, a path type filter of 'OSPF external type 1' can only be used if the routing information source filter is set to OSPF.")
rtm_redist_path_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 21), path_type().clone('pathTypeNone')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistPathType.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistPathType.setDescription("Value of path type filter, if in use. If the filter is in use then do not match the source routing information to this entry if the path type in the source routing information does not match this filter value. A path type filter can only be used if the routing information source filter _info_src_ is not set to 'all' or 'all-incl-connected'. The value of the path type filter, if used, must be one of the path types which matches the routing information source. For example, a path type filter of 'OSPF external type 1' can only be used if the routing information source filter is set to OSPF.")
rtm_redist_ospf_area_flt = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 22), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistOspfAreaFlt.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistOspfAreaFlt.setDescription('Specifies whether or not an OSPF area filter is in use. The filter can only be on if the routing information source field is OSPF.')
rtm_redist_ospf_area = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 23), ip_address().clone(hexValue='00000000')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistOspfArea.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistOspfArea.setDescription('Value of OSPF area filter, if in use. If the filter is in use then do not match the source routing information to this entry if the OSPF area ID in the information does not match this area ID.')
rtm_redist_ospf_tag_flt = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 24), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistOspfTagFlt.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistOspfTagFlt.setDescription('Specifies whether or not an OSPF tag filter is in use. The filter can only be on if the routing information source field is OSPF.')
rtm_redist_ospf_tag = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 25), ospf_tag()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistOspfTag.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistOspfTag.setDescription('Value of OSPF tag filter, if in use. If the filter is in use then do not match the source routing information to this entry if the tag in the information does not match this tag.')
rtm_redist_community_flt = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 26), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistCommunityFlt.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistCommunityFlt.setDescription('Specifies whether or not a BGP community number filter is in use. The filter can only be on if the routing information source field is BGP.')
rtm_redist_community = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 27), bgp_community().clone(hexValue='00000000')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistCommunity.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistCommunity.setDescription('Value of BGP community number filter, if in use. If the filter is in use then do not match the source routing information to this entry if there is no match between one of the community numbers in the source routing information and the value of this filter.')
rtm_redist_ext_comm_flt = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 28), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistExtCommFlt.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistExtCommFlt.setDescription('Specifies whether or not a BGP extended community number filter is in use. The filter can only be on if the routing information source field is BGP.')
rtm_redist_ext_comm = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 29), bgp_extended_community().clone(hexValue='0000000000000000')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistExtComm.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistExtComm.setDescription('Value of BGP extended community number filter, if in use. If the filter is in use then do not match the source routing information to this entry if there is no match between one of the extended community numbers in the source routing information and the value of this filter.')
rtm_redist_redist_flag = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 30), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistRedistFlag.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistRedistFlag.setDescription('Flag determining whether or not DC-RTM redistributes routing information from the given source to the given destination.')
rtm_redist_metric_conv = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 31), metric_conversion().clone('metricConvSame')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistMetricConv.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistMetricConv.setDescription('How to act on the value of the metric in the routing information received from the source to create a value for the metric in the routing information sent to the destination. This field is only used if the redistribution flag is TRUE.')
rtm_redist_metric_value = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 32), unsigned32().clone(1)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistMetricValue.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistMetricValue.setDescription("Numerical parameter to use when creating a value for the metric in the routing information sent to the destination based on the supplied metric in the routing information received from the source. This field is only used if the redistribution flag is TRUE and the metric conversion field is set to 'constant', 'scale up', 'scale down' or 'truncate'. If the metric conversion field is 'constant' then the new metric value is just the value of the numerical parameter. If the metric conversion field is 'scale up' then the new metric value is the supplied metric multiplied by the value of the numerical parameter (or 0xffffffff if this is smaller). If the metric conversion method is 'scale down' then the new metric value is the supplied metric divided by the value of the numerical parameter (rounded down to the next integer). The numerical parameter cannot be zero in this case. If the metric conversion field is 'truncate' then the new metric value is the lower value of the supplied metric value and the numerical parameter.")
rtm_redist_nw_path_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 33), path_type().clone('pathTypeNone')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistNwPathType.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistNwPathType.setDescription("Type of path to set in routing information sent to destination. This field is only used if the redistribution flag is TRUE. If the information destination filter _info_dest_ is set to 'all' or 'all-incl-connected', the new path type must be set to 'none'. Otherwise it must be set either to 'none' or to a path type which matches the routing information destination filter. For example, a new path type of 'OSPF external type 1' can only be used if the routing information destination filter is set to OSPF.")
rtm_redist_nw_ospf_tag = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 34), ospf_tag()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistNwOspfTag.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistNwOspfTag.setDescription("Value of OSPF tag to set in routing information sent to destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is OSPF or 'all' or 'all-incl-connected'.")
rtm_redist_ospf_propagate = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 35), truth_value().clone('true')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistOspfPropagate.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistOspfPropagate.setDescription("Value of OSPF propagate flag to set in routing information sent to destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is OSPF or 'all' or 'all-incl-connected'.")
rtm_redist_add_community = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 36), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistAddCommunity.setStatus('obsolete')
if mibBuilder.loadTexts:
rtmRedistAddCommunity.setDescription("Flag determining whether or not DC-RTM adds a BGP community value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_nw_community = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 37), bgp_community().clone(hexValue='00000000')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistNwCommunity.setStatus('obsolete')
if mibBuilder.loadTexts:
rtmRedistNwCommunity.setDescription("Value to use for BGP community number in routing information sent to the destination if the add community flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_add_ext_comm = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 38), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistAddExtComm.setStatus('obsolete')
if mibBuilder.loadTexts:
rtmRedistAddExtComm.setDescription("Flag determining whether or not DC-RTM adds a BGP extended community value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_nw_ext_comm = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 39), bgp_extended_community().clone(hexValue='0000000000000000')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistNwExtComm.setStatus('obsolete')
if mibBuilder.loadTexts:
rtmRedistNwExtComm.setDescription("Value to use for BGP extended community number in routing information sent to destination if the add extended community flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_nw_origin = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 40), bgp_origin_code().clone('bgpOriginIncomplete')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistNwOrigin.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistNwOrigin.setDescription("Value to use for the BGP origin code in the routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_add_med = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 41), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistAddMed.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistAddMed.setDescription("Flag determining whether or not DC-RTM adds a BGP Multi-Exit Discriminator value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_nw_med = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 42), integer32()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistNwMed.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistNwMed.setDescription("Value to use for the BGP Multi-Exit Discriminator in the routing information sent to the destination of the add MED flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_add_local_pref = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 43), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistAddLocalPref.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistAddLocalPref.setDescription("Flag determining whether or not DC-RTM adds a BGP Local Preference value in routing information sent to the destination. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_nw_local_pref = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 44), integer32()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistNwLocalPref.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistNwLocalPref.setDescription("Value to use for the BGP Local Preference in the routing information sent to the destination if the add local pref flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_set_list_id = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 45), unsigned32()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistSetListId.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistSetListId.setDescription('List identifier for the list of set actions to apply. The list of set actions are defined in the rtmRdstSetFieldTable, and are the group of entries in that table with the rtmRdstSetFieldListId field equal to the list identifier specified here. This field is only used if the redistribution flag is TRUE. A value of 0 indicates no list is specified.')
rtm_redist_add_as_lim_upper = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 46), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistAddAsLimUpper.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistAddAsLimUpper.setDescription("Flag determining whether or not DC-RTM adds a BGP AS_PATHLIMIT attribute upper bound value to routing information sent to the destination. The destination will automatically add the AS number part of the attribute. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_nw_as_lim_upper = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 47), unsigned32().subtype(subtypeSpec=value_range_constraint(0, 255)).clone(1)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistNwAsLimUpper.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistNwAsLimUpper.setDescription("Value to use for the BGP AS_PATHLIMIT upper bound in the routing information sent to the destination if the rtmRedistAddAsLimUpper flag is TRUE. This field is only used if the redistribution flag is TRUE and the destination for the routing information is BGP or 'all' or 'all-incl-connected'.")
rtm_redist_ospf_vpn_pe_ce_support = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 2, 1, 48), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRedistOspfVpnPeCeSupport.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistOspfVpnPeCeSupport.setDescription('Flag determining whether or not DC-RTM translates between OSPF routes and BGP routes in order to facilitate use of OSPF between provider edge (PE) routers and customer edge (CE) routers in a BGP/MPLS IP VPN. Setting this field to true enables translation between OSPF routes and BGP routes as described in RFC 4577 and draft-ietf-l3vpn-ospfv3-pece-07. This function should only be enabled for OSPF instances for customer VPNs on PE routers. It should be disabled for CE routers, and on PE routers it should be disabled for any OSPF instances for the provider backbone network. The translation between OSPF routes and BGP routes can be overridden by other fields in the redistribution table entry, including rtmRedistNwPathType, rtmRedistMetricConv, rtmRedistMetricValue, rtmRedistAddMed and rtmRedistNwMed. The translation between OSPF routes and BGP routes also depends on route translation performed by OSPF according to the OSPF Domain ID configuration. This field is only used if the redistribution flag is TRUE and the source or destination for the routing information include OSPF and BGP.')
rtm_static_rt_table = mib_table((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3))
if mibBuilder.loadTexts:
rtmStaticRtTable.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtTable.setDescription('The table of DC-RTM static routes.')
rtm_static_rt_entry = mib_table_row((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1)).setIndexNames((0, 'DC-RTM-MIB', 'rtmStaticRtFteIndex'), (0, 'DC-RTM-MIB', 'rtmStaticRtPathType'), (0, 'DC-RTM-MIB', 'rtmStaticRtDestAddrType'), (0, 'DC-RTM-MIB', 'rtmStaticRtDestAddr'), (0, 'DC-RTM-MIB', 'rtmStaticRtDestLen'), (0, 'DC-RTM-MIB', 'rtmStaticRtNextHopType'), (0, 'DC-RTM-MIB', 'rtmStaticRtNextHop'), (0, 'DC-RTM-MIB', 'rtmStaticRtIfIndex'))
if mibBuilder.loadTexts:
rtmStaticRtEntry.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtEntry.setDescription('Information about static routes, containing next hop information or instruction to discard/reject matching packets.')
rtm_static_rt_fte_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 1), fte_index())
if mibBuilder.loadTexts:
rtmStaticRtFteIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this static route entry applies.')
rtm_static_rt_dest_addr_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 2), inet_address_type())
if mibBuilder.loadTexts:
rtmStaticRtDestAddrType.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtDestAddrType.setDescription('The type of the address used as the destination internetwork address or subnet address. This object must be set to the same value as rtmEntityAddressFamily.')
rtm_static_rt_dest_addr = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 3), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16))))
if mibBuilder.loadTexts:
rtmStaticRtDestAddr.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtDestAddr.setDescription('Destination internetwork address or subnet address. The destination prefix length is applied to this value, and to a particular destination address, to determine whether the route applies to the particular address. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtm_static_rt_dest_len = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 128)))
if mibBuilder.loadTexts:
rtmStaticRtDestLen.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtDestLen.setDescription('Prefix length (in bits) to apply to the destination internetwork address or subnet address, to obtain the set of addresses to which this route applies. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtm_static_rt_next_hop_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 5), inet_address_type())
if mibBuilder.loadTexts:
rtmStaticRtNextHopType.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtNextHopType.setDescription('The type of the address used as the next-hop address for this route. This object must be set to the same value as rtmEntityAddressFamily, even if the rtmStaticRtNextHop object is set to all zeroes.')
rtm_static_rt_next_hop = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 6), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16))))
if mibBuilder.loadTexts:
rtmStaticRtNextHop.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtNextHop.setDescription("The next-hop IP address, if any. If rtmStaticRtAction is 'forward', there may or may not be a next-hop IP address. A next-hop IP address is not required if an output interface index is specified (in other words, if rtmStaticRtIfIndex is non-zero). It is possible to supply a next-hop IP address, but to set the output interface index (rtmStaticRtIfIndex) to zero. In this case - the next hop is referred to as a loose next hop - the next-hop address does not need to be on a directly connected device - if DC-RTM cannot find a route to the specified next-hop address, it does not return the static route on the rtmRouteTable, it does not redistribute the static route to routing protocol managers, and it does not program the static route to a forwarding table (unless the forwarding table has registered to receive loose next hops) or to a partner that is querying route information (such as BGP or PIM). If rtmStaticRtAction is not 'forward', there is no next-hop IP address. If there is no next-hop IP address, the rtmStaticRtNextHop object is set to all zeroes.")
rtm_static_rt_if_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 7), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647)))
if mibBuilder.loadTexts:
rtmStaticRtIfIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtIfIndex.setDescription('This field contains the network interface index of the interface configured to reach the next hop. If 0, then the rtmStaticRtOutIfIndex is determined by a subnet match of the configured next hop IP address. Otherwise, the rtmStaticRtOutIfIndex is equal to this value.')
rtm_static_rt_out_if_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 8), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmStaticRtOutIfIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtOutIfIndex.setDescription('If the action to perform is to forward the packet, this field contains the network interface index of the output network interface used to reach the next hop. It is not defined for other action values.')
rtm_static_rt_row_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 9), row_status()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtRowStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtRowStatus.setDescription('Used to create and delete a DC-RTM static route.')
rtm_static_rt_admin_stat = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 10), admin_status().clone('adminStatusDown')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtAdminStat.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtAdminStat.setDescription('The administrative state of the static route. The row status by itself does not indicate whether the static route definition is currently active. The row must be defined and the administrative status must be up. This enables a MIB agent to turn off a particular static route without deleting it from the table altogether.')
rtm_static_rt_override = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 11), truth_value().clone('false')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtOverride.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtOverride.setDescription("The administrative distance for this route is by default taken to be the administrative distance configured in the DC-RTM entity table associated with the route's path type (rtmStaticRtPathType). If rtmStaticRtOverride is set to AMB_TRUE, this admin distance is overridden and we use the rtmStaticRtAdminDist instead. The lower the administrative distance for a given route, the more likely that route is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.")
rtm_static_rt_admin_dist = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 12), admin_distance().clone(1)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtAdminDist.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtAdminDist.setDescription('Administrative distance for static route, if overriding the default administrative distance for this route given in the DC-RTM entity table. This field is not defined if overriding is not being performed. The lower the administrative distance for a given route, the more likely that route is to be used by DC-RTM as the active route for the given destination. See the DC-RTM Architecture Guide for more information about the use of administrative distances.')
rtm_static_rt_action = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 13), route_action().clone('routeActionForward')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtAction.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtAction.setDescription("The action to perform on receipt of a packet to the specified destination. If the action type is 'forward', one or both of the rtmStaticRtNextHop and rtmStaticRtIfIndex objects must be set to a non-zero value. If the action type is not 'forward', the rtmStaticRtNextHop and rtmStaticRtIfIndex objects must both be set to zero. The action type cannot be set to 'tunnel' for a static route. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE.")
rtm_static_rt_fwd_addr_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 14), inet_address_type().clone('ipv4')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtFwdAddrType.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtFwdAddrType.setDescription('The type of the address used as the forwarding address for this route. This object must be set to the same value as rtmEntityAddressFamily.')
rtm_static_rt_forwarding_addr = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 15), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16))).clone(hexValue='00000000')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtForwardingAddr.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtForwardingAddr.setDescription('Forwarding address to advertise for this route. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE.')
rtm_static_rt_path_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 16), path_type())
if mibBuilder.loadTexts:
rtmStaticRtPathType.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtPathType.setDescription('Type of path associated with this route.')
rtm_static_rt_use_path_cost = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 17), truth_value().clone('true')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtUsePathCost.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtUsePathCost.setDescription('Used to enable/disable the usage of the path cost metric for this route')
rtm_static_rt_path_cost = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 18), integer32()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtPathCost.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtPathCost.setDescription('Path cost for this static route, if overriding the default setting. This field is not used if rtmStaticRtUsePathCost is set to AMB_FALSE. When deciding which path for a given route should be marked as active, the administrative distance is considered first. If multiple paths have the same administrative distance, the path with the lowest path cost is chosen as the active path. If multiple paths have the same path cost, one or more paths may be marked as active depending on the value of rtmEntityEqlCostOpt.')
rtm_static_rt_user_data = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 19), octet_string().subtype(subtypeSpec=value_size_constraint(8, 8)).setFixedLength(8)).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtUserData.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtUserData.setDescription('User data for this static route. This user data is passed to the QCRT_USER_STATIC_RT_EVENT user exit.')
rtm_static_rt_loose_next_hop = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 20), truth_value()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmStaticRtLooseNextHop.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtLooseNextHop.setDescription('This object indicates whether this static route contains a loose next hop (see rtmStaticRtNextHop for details).')
rtm_static_rt_bfd_support = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 21), rtm_bfd_support().clone('desired')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmStaticRtBfdSupport.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtBfdSupport.setDescription("This object indicates whether DC-RTM should use BFD to check IP reachability to the static route's next hop. DC-RTM will only attempt to use BFD if rtmEntityBfdIndex is non-zero and the static route has rtmStaticRtAction set to 'forward' and rtmStaticRtNextHop set to a non-null IP address. This object should be set as follows. - Set to 'none' if BFD is not required for this static route. - Set to 'desired' if it is not known whether the next hop router supports BFD. DC-RTM will use BFD for reachability checking if BFD is able to contact the next hop router. If the BFD session fails, the static route will be removed from the forwarding table and will not be used for redistribution. - Set to 'required' if it is known that the next hop router supports BFD. DC-RTM will use BFD to check reachability of the next hop. If BFD is unable to contact the next hop router or if the BFD session fails, the static route will be removed from the forwarding table and will not be used for redistribution. The current state of the BFD session is indicated by rtmStaticRtBfdStatus.")
rtm_static_rt_bfd_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 3, 1, 22), bfd_session_status()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmStaticRtBfdStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtBfdStatus.setDescription('The current BFD session state for this static route.')
rtm_mj_table = mib_table((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4))
if mibBuilder.loadTexts:
rtmMjTable.setStatus('current')
if mibBuilder.loadTexts:
rtmMjTable.setDescription('This table controls which entities DC-RTM should join to as master. Each join is represented by a row in this table. The status of each join is represented by a read-only object within each row.')
rtm_mj_entry = mib_table_row((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1)).setIndexNames((0, 'DC-RTM-MIB', 'rtmMjRtmFteIndex'), (0, 'DC-RTM-MIB', 'rtmMjSlaveFteId'), (0, 'DC-RTM-MIB', 'rtmMjSlaveType'))
if mibBuilder.loadTexts:
rtmMjEntry.setStatus('current')
if mibBuilder.loadTexts:
rtmMjEntry.setDescription('Represents a join for which DC-RTM is master.')
rtm_mj_rtm_fte_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 1), fte_index())
if mibBuilder.loadTexts:
rtmMjRtmFteIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmMjRtmFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this master join table entry applies.')
rtm_mj_slave_fte_id = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 2), fte_index())
if mibBuilder.loadTexts:
rtmMjSlaveFteId.setStatus('current')
if mibBuilder.loadTexts:
rtmMjSlaveFteId.setDescription('The HAF entity index identifying the instance of the slave entity to which this master join table entry applies. This index is used in the join user data, to enable FTI-specific code within System Manager to select a suitable slave entity instance.')
rtm_mj_slave_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 8), ari_prtnr_type())
if mibBuilder.loadTexts:
rtmMjSlaveType.setStatus('current')
if mibBuilder.loadTexts:
rtmMjSlaveType.setDescription('The type of entity which the slave side of this join should be. This value is used in the join user data, to enable FTI-specific code within System Manager to select a suitable slave entity instance.')
rtm_mj_if_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 3), interface_type().clone('ifActiveRoutes')).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmMjIfType.setStatus('current')
if mibBuilder.loadTexts:
rtmMjIfType.setDescription('Identifies the interface type for this master join.')
rtm_mj_row_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 4), row_status()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmMjRowStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmMjRowStatus.setDescription('The row status for this DC-RTM master join table entry, used to create and destroy table entries.')
rtm_mj_admin_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 5), admin_status().clone('adminStatusUp')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmMjAdminStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmMjAdminStatus.setDescription('The administrative status of this master join, used to start and stop the join.')
rtm_mj_oper_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 6), oper_status()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmMjOperStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmMjOperStatus.setDescription('The current operational status of this master join.')
rtm_mj_join_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 7), rtm_mj_status()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmMjJoinStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmMjJoinStatus.setDescription('The status of the master join.')
rtm_mj_safi = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 4, 1, 9), inet_sub_address_type().clone('none')).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmMjSafi.setStatus('current')
if mibBuilder.loadTexts:
rtmMjSafi.setDescription('Sub-address family indicating the type of routes that can be queried on the join. This field is only relevant for joins to BGP or PIM. Allowed values are none, unicast and multicast. An example use is where unicast and multicast topologies are different. In this scenario the system requires separate RTM instances to hold the unicast and multicast routing tables. In this case, ARI queries from PIM relate to the multicast routing table, but ARI queries from BGP could be either for the unicast or multicast routing table. If only a single sub-address family need be supported then this can be left with the default value of none. The value of this field must not be changed while the row status of this MIB is AMB_ROW_STATUS_ACTIVE and the admin status is AMB_ADMIN_STATUS_UP.')
rtm_sj_table = mib_table((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5))
if mibBuilder.loadTexts:
rtmSjTable.setStatus('current')
if mibBuilder.loadTexts:
rtmSjTable.setDescription('This table contains information on joins for which DC-RTM entities are acting as slaves. Each row in this table represents one slave join in a particular DC-RTM entity.')
rtm_sj_entry = mib_table_row((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1)).setIndexNames((0, 'DC-RTM-MIB', 'rtmSjRtmFteIndex'), (0, 'DC-RTM-MIB', 'rtmSjRtmRpmIndex'))
if mibBuilder.loadTexts:
rtmSjEntry.setStatus('current')
if mibBuilder.loadTexts:
rtmSjEntry.setDescription('Represents a join for which DC-RTM is slave.')
rtm_sj_rtm_fte_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 1), fte_index())
if mibBuilder.loadTexts:
rtmSjRtmFteIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmSjRtmFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this slave join table entry applies.')
rtm_sj_rtm_rpm_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 2), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647)))
if mibBuilder.loadTexts:
rtmSjRtmRpmIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmSjRtmRpmIndex.setDescription('Internal index used by DC-RTM for this RPM.')
rtm_sj_if_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 3), interface_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmSjIfType.setStatus('current')
if mibBuilder.loadTexts:
rtmSjIfType.setDescription('Identifies the interface type for this master join.')
rtm_sj_mast_fte_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 4), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmSjMastFteType.setStatus('current')
if mibBuilder.loadTexts:
rtmSjMastFteType.setDescription('Additional information about the type of master entity which created the join, where this is not uniquely defined by the interface type. For joins to Routing Protocol Managers using the Routing Protocol Input interface, this field contains the routing protocol type.')
rtm_sj_mast_fte_id = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 5), fte_index()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmSjMastFteId.setStatus('current')
if mibBuilder.loadTexts:
rtmSjMastFteId.setDescription('The HAF entity index identifying the instance of the master entity to which this slave join table entry applies.')
rtm_sj_join_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 5, 1, 6), rtm_sj_status()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmSjJoinStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmSjJoinStatus.setDescription('The status of the slave join.')
rtm_route_table = mib_table((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6))
if mibBuilder.loadTexts:
rtmRouteTable.setReference('RFC 1213 Section 6.6, The IP Group')
if mibBuilder.loadTexts:
rtmRouteTable.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteTable.setDescription("This entity's IP Routing table. A route is present in this table if and only if it has been programmed to an Active Routes Interface consumer. This may be a consumer that asks for all route updates (such as a forwarding table), or it may be a consumer that queries information about specific routes (such as BGP or PIM).")
rtm_route_entry = mib_table_row((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1)).setIndexNames((0, 'DC-RTM-MIB', 'rtmRouteFteIndex'), (0, 'DC-RTM-MIB', 'rtmRouteDestType'), (0, 'DC-RTM-MIB', 'rtmRouteDest'), (0, 'DC-RTM-MIB', 'rtmRouteDestLen'), (0, 'DC-RTM-MIB', 'rtmRouteTos'), (0, 'DC-RTM-MIB', 'rtmRouteNextHopType'), (0, 'DC-RTM-MIB', 'rtmRouteNextHop'), (0, 'DC-RTM-MIB', 'rtmRouteIfIndex'))
if mibBuilder.loadTexts:
rtmRouteEntry.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteEntry.setDescription('A particular route to a particular destina- tion, under a particular policy.')
rtm_route_fte_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 1), fte_index())
if mibBuilder.loadTexts:
rtmRouteFteIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this static route entry applies.')
rtm_route_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 2), row_status()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteStatus.setDescription('The row status variable, used according to row installation and removal conventions.')
rtm_route_dest_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 3), inet_address_type())
if mibBuilder.loadTexts:
rtmRouteDestType.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteDestType.setDescription('The type of the address used as the destination IP address for this route.')
rtm_route_dest = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 4), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16))))
if mibBuilder.loadTexts:
rtmRouteDest.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteDest.setDescription('Destination internetwork address or subnet address. The destination prefix length is applied to this value, and to a particular destination address, to determine whether the route applies to the particular address. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtm_route_dest_len = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(0, 128)))
if mibBuilder.loadTexts:
rtmRouteDestLen.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteDestLen.setDescription('Prefix length (in bits) to apply to the rtmRouteDest object, to obtain the set of addresses to which this route applies. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtm_route_tos = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 6), integer32().subtype(subtypeSpec=value_range_constraint(0, 15)))
if mibBuilder.loadTexts:
rtmRouteTos.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteTos.setDescription('The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +=====+=====+=====+=====+=====+=====+=====+=====+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +=====+=====+=====+=====+=====+=====+=====+=====+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30 RTM always returns a default value of 0 for this field.')
rtm_route_next_hop_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 7), inet_address_type())
if mibBuilder.loadTexts:
rtmRouteNextHopType.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteNextHopType.setDescription('The type of the address used as the next-hop address for this route.')
rtm_route_next_hop = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 8), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16))))
if mibBuilder.loadTexts:
rtmRouteNextHop.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteNextHop.setDescription('On remote routes, the address of the next system en route; Otherwise, zero.')
rtm_route_if_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 9), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647)))
if mibBuilder.loadTexts:
rtmRouteIfIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteIfIndex.setDescription('The ifIndex value which identifies the local interface through which the next hop of this route should be reached.')
rtm_route_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 10), route_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteType.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteType.setDescription('The type of route. local(3) refers to a route for which the destination is a local IP address or for which the next hop is the final destination. This includes routes to local IP addresses and routes to directly connected IP addresses or subnets. remote(4) refers to a route for which the next hop is not the final destination. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes.')
rtm_route_proto = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 11), ian_aip_route_protocol()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteProto.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteProto.setDescription('The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.')
rtm_route_age = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 12), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteAge.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteAge.setDescription("The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of 'too old' can be implied except through knowledge of the routing protocol by which the route was learned. This age is only accurate for entries which are less that 49 days old.")
rtm_route_info = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 13), route_info().clone('none')).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteInfo.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteInfo.setDescription("A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's rtmRouteProto value. RTM returns the following. - For OSPF, an integer representation of the OID which is required by RFC 2096. - For ISIS, an integer representation of the types of route to IP reachable addresses.")
rtm_route_next_hop_as = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 14), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteNextHopAS.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteNextHopAS.setDescription("The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's rtmRouteProto value. When this object is unknown or not relevant its value should be set to zero.")
rtm_route_metric1 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 15), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteMetric1.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteMetric1.setDescription("The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtm_route_metric2 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 16), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteMetric2.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteMetric2.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtm_route_metric3 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 17), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteMetric3.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteMetric3.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtm_route_metric4 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 18), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteMetric4.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteMetric4.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtm_route_metric5 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 19), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteMetric5.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteMetric5.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRouteProto value. If this metric is not used, its value should be set to -1.")
rtm_route_connected = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 20), truth_value()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteConnected.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteConnected.setDescription("Indicates whether the route destination is directly connected. A directly connected route can be reached without going through any IP routers. Route destinations that are local IP addresses are not considered to be directly connected. This field can only be true if rtmRouteType is set to 'local'.")
rtm_route_xc_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 21), mpls_index_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteXCIndex.setReference('RFC 3813 - Multiprotocol Label Switching (MPLS) Label Switching Router (LSR) Management Information base (MIB), C. Srinivasan, A. Vishwanathan, and T. Nadeau, June 2004')
if mibBuilder.loadTexts:
rtmRouteXCIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteXCIndex.setDescription('Index into mplsXCTable that identifies which cross- connect entry is associated with this route entry by containing the mplsXCIndex of that cross-connect entry. This field is only valid for a VPN BGP route where rtmRouteType is remote and rtmRouteProto is bgp. Where valid, a zero value for this field indicates that a label stack is not associated with this route entry. This can be the case because the label bindings have not yet been established, or because some change in the agent has removed them.')
rtm_route_local_dest_if_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 6, 1, 22), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRouteLocalDestIfIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteLocalDestIfIndex.setDescription('If the route destination is a local IP address then this is the interface index that the local IP address is assigned to. Otherwise this field is zero.')
rtm_rib_table = mib_table((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7))
if mibBuilder.loadTexts:
rtmRibTable.setStatus('current')
if mibBuilder.loadTexts:
rtmRibTable.setDescription("Read-only copy of this entity's Routing Information Base. This is the complete set of routes known by DC-RTM and is a superset of the routes accessible through the rtmRouteTable (which accesses only the active routes from the Forwarding Information Base).")
rtm_rib_entry = mib_table_row((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1)).setIndexNames((0, 'DC-RTM-MIB', 'rtmRibFteIndex'), (0, 'DC-RTM-MIB', 'rtmRibDestType'), (0, 'DC-RTM-MIB', 'rtmRibDest'), (0, 'DC-RTM-MIB', 'rtmRibDestLen'), (0, 'DC-RTM-MIB', 'rtmRibTos'), (0, 'DC-RTM-MIB', 'rtmRibNextHopType'), (0, 'DC-RTM-MIB', 'rtmRibNextHop'), (0, 'DC-RTM-MIB', 'rtmRibIfIndex'), (0, 'DC-RTM-MIB', 'rtmRibProto'), (0, 'DC-RTM-MIB', 'rtmRibRpmIndex'))
if mibBuilder.loadTexts:
rtmRibEntry.setStatus('current')
if mibBuilder.loadTexts:
rtmRibEntry.setDescription('A particular entry in the Routing Information Base.')
rtm_rib_fte_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 1), fte_index())
if mibBuilder.loadTexts:
rtmRibFteIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRibFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this RIB entry applies.')
rtm_rib_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 2), row_status()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmRibStatus.setDescription('The row status variable, used according to row installation and removal conventions.')
rtm_rib_dest_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 3), inet_address_type())
if mibBuilder.loadTexts:
rtmRibDestType.setStatus('current')
if mibBuilder.loadTexts:
rtmRibDestType.setDescription('The type of the address used as the destination IP address for this route.')
rtm_rib_dest = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 4), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16))))
if mibBuilder.loadTexts:
rtmRibDest.setStatus('current')
if mibBuilder.loadTexts:
rtmRibDest.setDescription('Destination internetwork address or subnet address. The destination prefix length is applied to this value, and to a particular destination address, to determine whether the route applies to the particular address. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtm_rib_dest_len = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 5), integer32().subtype(subtypeSpec=value_range_constraint(0, 128)))
if mibBuilder.loadTexts:
rtmRibDestLen.setStatus('current')
if mibBuilder.loadTexts:
rtmRibDestLen.setDescription('Prefix length (in bits) to apply to the rtmRibDest object, to obtain the set of addresses to which this route applies. If the prefix length is L, then applying the length to an address means taking the first L bits of the address.')
rtm_rib_tos = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 6), integer32().subtype(subtypeSpec=value_range_constraint(0, 15)))
if mibBuilder.loadTexts:
rtmRibTos.setStatus('current')
if mibBuilder.loadTexts:
rtmRibTos.setDescription('The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +=====+=====+=====+=====+=====+=====+=====+=====+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +=====+=====+=====+=====+=====+=====+=====+=====+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30 RTM always returns a default value of 0 for this field.')
rtm_rib_next_hop_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 7), inet_address_type())
if mibBuilder.loadTexts:
rtmRibNextHopType.setStatus('current')
if mibBuilder.loadTexts:
rtmRibNextHopType.setDescription('The type of the address used as the next-hop address for this route.')
rtm_rib_next_hop = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 8), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16))))
if mibBuilder.loadTexts:
rtmRibNextHop.setStatus('current')
if mibBuilder.loadTexts:
rtmRibNextHop.setDescription('On remote routes, the address of the next system en route; Otherwise, zero.')
rtm_rib_if_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 9), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647)))
if mibBuilder.loadTexts:
rtmRibIfIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRibIfIndex.setDescription('The ifIndex value which identifies the local interface through which the next hop of this route should be reached.')
rtm_rib_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 10), route_type()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibType.setStatus('current')
if mibBuilder.loadTexts:
rtmRibType.setDescription('The type of route. local(3) refers to a route for which the destination is a local IP address or for which the next hop is the final destination. This includes routes to local IP addresses and routes to directly connected IP addresses or subnets. remote(4) refers to a route for which the next hop is not the final destination. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes.')
rtm_rib_proto = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 11), ian_aip_route_protocol())
if mibBuilder.loadTexts:
rtmRibProto.setStatus('current')
if mibBuilder.loadTexts:
rtmRibProto.setDescription('The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.')
rtm_rib_age = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 12), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibAge.setStatus('current')
if mibBuilder.loadTexts:
rtmRibAge.setDescription("The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of 'too old' can be implied except through knowledge of the routing protocol by which the route was learned. This age is only accurate for entries which are less that 49 days old.")
rtm_rib_info = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 13), route_info().clone('none')).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibInfo.setStatus('current')
if mibBuilder.loadTexts:
rtmRibInfo.setDescription("A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's rtmRibProto value. RTM returns the following. - For OSPF, an integer representation of the OID which is required by RFC 2096. - For ISIS, an integer representation of the types of route to IP reachable addresses.")
rtm_rib_next_hop_as = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 14), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibNextHopAS.setStatus('current')
if mibBuilder.loadTexts:
rtmRibNextHopAS.setDescription("The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's rtmRibProto value. When this object is unknown or not relevant its value is returned as zero.")
rtm_rib_metric1 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 15), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibMetric1.setStatus('current')
if mibBuilder.loadTexts:
rtmRibMetric1.setDescription("The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtm_rib_metric2 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 16), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibMetric2.setStatus('current')
if mibBuilder.loadTexts:
rtmRibMetric2.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtm_rib_metric3 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 17), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibMetric3.setStatus('current')
if mibBuilder.loadTexts:
rtmRibMetric3.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtm_rib_metric4 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 18), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibMetric4.setStatus('current')
if mibBuilder.loadTexts:
rtmRibMetric4.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtm_rib_metric5 = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 19), integer32().clone(-1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibMetric5.setStatus('current')
if mibBuilder.loadTexts:
rtmRibMetric5.setDescription("An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtmRibProto value. If this metric is not used, its value is returned as -1.")
rtm_rib_fib_route = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 20), truth_value()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibFibRoute.setStatus('current')
if mibBuilder.loadTexts:
rtmRibFibRoute.setDescription("Flag indicating whether or not this route has been programmed either to a forwarding table, or to a partner that queries route information (such as BGP or PIM). If there is no forwarding table and no partners are querying route information then this object is set to 'false' for every route. If this route has rtmRibLooseNextHop set to 'true', it is possible that RTM knows of more than one explicit next hop to the loose next hop address. If so, RTM programs these explicit next hops separately to a forwarding table (unless the forwarding table registers to receive loose next hops) and to a partner that queries route information; in this case the rtmRibFibRoute flag is set to 'true' if and only if one or more of these explicit next hops has been programmed.")
rtm_rib_rpm_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 21), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647)))
if mibBuilder.loadTexts:
rtmRibRpmIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRibRpmIndex.setDescription('The HAF entity index for the RPM that supplied this route, or zero for static routes or automatically configured routes. This is used to distinguish routes in the system where multiple copies of a given protocol (for example BGP) are providing routes to DC-RTM.')
rtm_rib_connected = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 22), truth_value()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibConnected.setStatus('current')
if mibBuilder.loadTexts:
rtmRibConnected.setDescription("Indicates whether the route destination is directly connected. A directly connected route can be reached without going through any IP routers. Route destinations that are local IP addresses are not considered to be directly connected. This field can only be true if rtmRibType is set to 'local'.")
rtm_rib_loose_next_hop = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 23), truth_value()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibLooseNextHop.setStatus('current')
if mibBuilder.loadTexts:
rtmRibLooseNextHop.setDescription("This flag indicates whether DC-RTM considers that the next-hop address for this route is a loose next hop. If DC-RTM sets this object to 'true' then - it must also have set rtmRibType to 'remote' - the next-hop address (rtmRibNextHop) may not be on a directly connected device - if DC-RTM cannot find a route to the next-hop address, it does not return the route on the rtmRouteTable, it does not redistribute the route to routing protocol managers, and it does not program the route to a forwarding table (unless the forwarding table has registered to receive loose next hops) or to a partner that is querying route information (such as BGP or PIM).")
rtm_rib_local_dest_if_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 7, 1, 24), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmRibLocalDestIfIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRibLocalDestIfIndex.setDescription('If the route destination is a local IP address then this is the interface index that the local IP address is assigned to. Otherwise this field is zero.')
rtm_rdst_set_field_table = mib_table((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8))
if mibBuilder.loadTexts:
rtmRdstSetFieldTable.setStatus('current')
if mibBuilder.loadTexts:
rtmRdstSetFieldTable.setDescription('This table defines route attributes which are to be set by redistribution filters. A list of set actions is made up of one or more entries in this table with the same list_id. Actions in a list are applied in increasing set_number order. Each list may be referenced by 0, 1 or more redistribution entries. Only actions which are active at the point where the redistribution entry is being evaluated (i.e. at the point where the route is actually being redistributed) are applied. Also, only those set actions which are relevant to the route being redistributed are applied, so BGP attributes will not be set for a route being redistributed to OSPF.')
rtm_rdst_set_field_entry = mib_table_row((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1)).setIndexNames((0, 'DC-RTM-MIB', 'rtmRdstSetFieldFteIndex'), (0, 'DC-RTM-MIB', 'rtmRdstSetFieldListId'), (0, 'DC-RTM-MIB', 'rtmRdstSetFieldNumber'))
if mibBuilder.loadTexts:
rtmRdstSetFieldEntry.setStatus('current')
if mibBuilder.loadTexts:
rtmRdstSetFieldEntry.setDescription('A particular entry in the Redistribution Set Field table.')
rtm_rdst_set_field_fte_index = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 1), fte_index())
if mibBuilder.loadTexts:
rtmRdstSetFieldFteIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmRdstSetFieldFteIndex.setDescription('The HAF entity index identifying the instance of DC-RTM to which this set field entry applies.')
rtm_rdst_set_field_list_id = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 2), unsigned32().subtype(subtypeSpec=value_range_constraint(1, 4294967295)))
if mibBuilder.loadTexts:
rtmRdstSetFieldListId.setStatus('current')
if mibBuilder.loadTexts:
rtmRdstSetFieldListId.setDescription('The index of the list of set actions which this action belongs to. It is this identifier which is referenced by the redistribution table entry. A value of 0 is not permitted.')
rtm_rdst_set_field_number = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 3), unsigned32().subtype(subtypeSpec=value_range_constraint(1, 4294967295)))
if mibBuilder.loadTexts:
rtmRdstSetFieldNumber.setStatus('current')
if mibBuilder.loadTexts:
rtmRdstSetFieldNumber.setDescription("Identifies this set field entry's position in the list of set field entries with the same list identifier.")
rtm_rdst_set_field_row_status = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 4), row_status()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRdstSetFieldRowStatus.setStatus('current')
if mibBuilder.loadTexts:
rtmRdstSetFieldRowStatus.setDescription('Used to create and delete a DC-RTM set field table entry.')
rtm_rdst_set_field_type = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 5), rdst_set_field_type()).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRdstSetFieldType.setStatus('current')
if mibBuilder.loadTexts:
rtmRdstSetFieldType.setDescription('The type of field set by this set field entry.')
rtm_rdst_set_field_value = mib_table_column((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 1, 8, 1, 6), octet_string().subtype(subtypeSpec=value_size_constraint(0, 8))).setMaxAccess('readcreate')
if mibBuilder.loadTexts:
rtmRdstSetFieldValue.setStatus('current')
if mibBuilder.loadTexts:
rtmRdstSetFieldValue.setDescription('The value set by this set field entry.')
rtm_conformance = mib_identifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3))
rtm_compliances = mib_identifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 1))
rtm_groups = mib_identifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2))
rtm_compliance = module_compliance((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 1, 1)).setObjects(('DC-RTM-MIB', 'rtmEntityMandatoryGroup'), ('DC-RTM-MIB', 'rtmRedistMandatoryGroup'), ('DC-RTM-MIB', 'rtmStaticRtMandatoryGroup'), ('DC-RTM-MIB', 'rtmMjMandatoryGroup'), ('DC-RTM-MIB', 'rtmSjMandatoryGroup'), ('DC-RTM-MIB', 'rtmRdstSetFieldMandatoryGroup'), ('DC-RTM-MIB', 'rtmNotificationObjectGroup'), ('DC-RTM-MIB', 'rtmNotificationEventGroup'), ('DC-RTM-MIB', 'rtmEntityGroup'), ('DC-RTM-MIB', 'rtmRedistGroup'), ('DC-RTM-MIB', 'rtmStaticRtGroup'), ('DC-RTM-MIB', 'rtmMjGroup'), ('DC-RTM-MIB', 'rtmSjGroup'), ('DC-RTM-MIB', 'rtmRouteGroup'), ('DC-RTM-MIB', 'rtmRibGroup'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_compliance = rtmCompliance.setStatus('current')
if mibBuilder.loadTexts:
rtmCompliance.setDescription('The compliance statement for the DC-RTM module.')
rtm_entity_mandatory_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 1)).setObjects(('DC-RTM-MIB', 'rtmEntityRowStatus'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_entity_mandatory_group = rtmEntityMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityMandatoryGroup.setDescription('Mandatory objects for the rtmEntityTable.')
rtm_entity_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 2)).setObjects(('DC-RTM-MIB', 'rtmEntityAdminStat'), ('DC-RTM-MIB', 'rtmEntityOperStatus'), ('DC-RTM-MIB', 'rtmEntityDsConnctd'), ('DC-RTM-MIB', 'rtmEntityDsStatDf'), ('DC-RTM-MIB', 'rtmEntityDsOspfInt'), ('DC-RTM-MIB', 'rtmEntityDsOspfExt'), ('DC-RTM-MIB', 'rtmEntityDsIntBgp'), ('DC-RTM-MIB', 'rtmEntityDsExtBgp'), ('DC-RTM-MIB', 'rtmEntityDsIsisInt1'), ('DC-RTM-MIB', 'rtmEntityDsIsisInt2'), ('DC-RTM-MIB', 'rtmEntityDsIsisExt1'), ('DC-RTM-MIB', 'rtmEntityDsIsisExt2'), ('DC-RTM-MIB', 'rtmEntityDsRip'), ('DC-RTM-MIB', 'rtmEntityDsEgp'), ('DC-RTM-MIB', 'rtmEntityDsPd'), ('DC-RTM-MIB', 'rtmEntityDsHello'), ('DC-RTM-MIB', 'rtmEntityDsEsis'), ('DC-RTM-MIB', 'rtmEntityDsBbnspfigp'), ('DC-RTM-MIB', 'rtmEntityDsIdpr'), ('DC-RTM-MIB', 'rtmEntityDsIgrp'), ('DC-RTM-MIB', 'rtmEntityDsEigrpSmm'), ('DC-RTM-MIB', 'rtmEntityDsIntEigrp'), ('DC-RTM-MIB', 'rtmEntityDsEigrpExt'), ('DC-RTM-MIB', 'rtmEntityDsUnknown'), ('DC-RTM-MIB', 'rtmEntityEqlCostOpt'), ('DC-RTM-MIB', 'rtmEntityDelDeadRte'), ('DC-RTM-MIB', 'rtmEntityDeadRpmTmr'), ('DC-RTM-MIB', 'rtmEntityRouteNumber'), ('DC-RTM-MIB', 'rtmEntityAddressFamily'), ('DC-RTM-MIB', 'rtmEntityDsDvmrp'), ('DC-RTM-MIB', 'rtmEntityI3Index'), ('DC-RTM-MIB', 'rtmEntityI3JoinStatus'), ('DC-RTM-MIB', 'rtmEntityPartnerWaitTime'), ('DC-RTM-MIB', 'rtmEntityStartupTime'), ('DC-RTM-MIB', 'rtmEntityRestartTime'), ('DC-RTM-MIB', 'rtmEntityFtStateRetained'), ('DC-RTM-MIB', 'rtmEntityUseUnidirectionalLinks'), ('DC-RTM-MIB', 'rtmEntityBfdIndex'), ('DC-RTM-MIB', 'rtmEntityBfdJoinStatus'), ('DC-RTM-MIB', 'rtmEntityEnableTrapSupport'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_entity_group = rtmEntityGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmEntityGroup.setDescription('Optional objects for rtmEntityTable.')
rtm_redist_mandatory_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 3)).setObjects(('DC-RTM-MIB', 'rtmRedistRowStatus'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_redist_mandatory_group = rtmRedistMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistMandatoryGroup.setDescription('Mandatory objects for rtmRedistTable.')
rtm_redist_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 4)).setObjects(('DC-RTM-MIB', 'rtmRedistAdminStat'), ('DC-RTM-MIB', 'rtmRedistPriority'), ('DC-RTM-MIB', 'rtmRedistInfoSrc'), ('DC-RTM-MIB', 'rtmRedistSrcInstFlt'), ('DC-RTM-MIB', 'rtmRedistSrcInst'), ('DC-RTM-MIB', 'rtmRedistInfoDest'), ('DC-RTM-MIB', 'rtmRedistDestInstFlt'), ('DC-RTM-MIB', 'rtmRedistDestInst'), ('DC-RTM-MIB', 'rtmRedistAddrFilterType'), ('DC-RTM-MIB', 'rtmRedistAddrFilter'), ('DC-RTM-MIB', 'rtmRedistAddrFltLen'), ('DC-RTM-MIB', 'rtmRedistHopFltValType'), ('DC-RTM-MIB', 'rtmRedistHopFltVal'), ('DC-RTM-MIB', 'rtmRedistHopFltLen'), ('DC-RTM-MIB', 'rtmRedistIfIndexFlt'), ('DC-RTM-MIB', 'rtmRedistIfIndex'), ('DC-RTM-MIB', 'rtmRedistPathTypeFlt'), ('DC-RTM-MIB', 'rtmRedistPathType'), ('DC-RTM-MIB', 'rtmRedistOspfAreaFlt'), ('DC-RTM-MIB', 'rtmRedistOspfArea'), ('DC-RTM-MIB', 'rtmRedistOspfTagFlt'), ('DC-RTM-MIB', 'rtmRedistOspfTag'), ('DC-RTM-MIB', 'rtmRedistCommunityFlt'), ('DC-RTM-MIB', 'rtmRedistCommunity'), ('DC-RTM-MIB', 'rtmRedistExtCommFlt'), ('DC-RTM-MIB', 'rtmRedistExtComm'), ('DC-RTM-MIB', 'rtmRedistRedistFlag'), ('DC-RTM-MIB', 'rtmRedistMetricConv'), ('DC-RTM-MIB', 'rtmRedistMetricValue'), ('DC-RTM-MIB', 'rtmRedistNwPathType'), ('DC-RTM-MIB', 'rtmRedistNwOspfTag'), ('DC-RTM-MIB', 'rtmRedistOspfPropagate'), ('DC-RTM-MIB', 'rtmRedistNwOrigin'), ('DC-RTM-MIB', 'rtmRedistAddMed'), ('DC-RTM-MIB', 'rtmRedistNwMed'), ('DC-RTM-MIB', 'rtmRedistAddLocalPref'), ('DC-RTM-MIB', 'rtmRedistNwLocalPref'), ('DC-RTM-MIB', 'rtmRedistSetListId'), ('DC-RTM-MIB', 'rtmRedistAddAsLimUpper'), ('DC-RTM-MIB', 'rtmRedistNwAsLimUpper'), ('DC-RTM-MIB', 'rtmRedistOspfVpnPeCeSupport'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_redist_group = rtmRedistGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmRedistGroup.setDescription('Optional objects for rtmRedistTable.')
rtm_static_rt_mandatory_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 5)).setObjects(('DC-RTM-MIB', 'rtmStaticRtRowStatus'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_static_rt_mandatory_group = rtmStaticRtMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtMandatoryGroup.setDescription('Mandatory objects for rtmStaticRtTable.')
rtm_static_rt_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 6)).setObjects(('DC-RTM-MIB', 'rtmStaticRtAdminStat'), ('DC-RTM-MIB', 'rtmStaticRtOverride'), ('DC-RTM-MIB', 'rtmStaticRtAdminDist'), ('DC-RTM-MIB', 'rtmStaticRtAction'), ('DC-RTM-MIB', 'rtmStaticRtFwdAddrType'), ('DC-RTM-MIB', 'rtmStaticRtForwardingAddr'), ('DC-RTM-MIB', 'rtmStaticRtUsePathCost'), ('DC-RTM-MIB', 'rtmStaticRtPathCost'), ('DC-RTM-MIB', 'rtmStaticRtUserData'), ('DC-RTM-MIB', 'rtmStaticRtLooseNextHop'), ('DC-RTM-MIB', 'rtmStaticRtBfdSupport'), ('DC-RTM-MIB', 'rtmStaticRtBfdStatus'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_static_rt_group = rtmStaticRtGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtGroup.setDescription('Optional objects for rtmStaticRtTable.')
rtm_mj_mandatory_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 7)).setObjects(('DC-RTM-MIB', 'rtmMjRowStatus'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_mj_mandatory_group = rtmMjMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmMjMandatoryGroup.setDescription('Mandatory objects for rtmMjTable.')
rtm_mj_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 8)).setObjects(('DC-RTM-MIB', 'rtmMjIfType'), ('DC-RTM-MIB', 'rtmMjAdminStatus'), ('DC-RTM-MIB', 'rtmMjOperStatus'), ('DC-RTM-MIB', 'rtmMjJoinStatus'), ('DC-RTM-MIB', 'rtmMjSafi'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_mj_group = rtmMjGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmMjGroup.setDescription('Optional objects for rtmMjTable.')
rtm_sj_mandatory_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 9)).setObjects(('DC-RTM-MIB', 'rtmSjIfType'), ('DC-RTM-MIB', 'rtmSjMastFteType'), ('DC-RTM-MIB', 'rtmSjMastFteId'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_sj_mandatory_group = rtmSjMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmSjMandatoryGroup.setDescription('Mandatory objects for rtmSjTable.')
rtm_sj_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 10)).setObjects(('DC-RTM-MIB', 'rtmSjJoinStatus'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_sj_group = rtmSjGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmSjGroup.setDescription('Optional objects for rtmSjTable.')
rtm_route_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 11)).setObjects(('DC-RTM-MIB', 'rtmRouteStatus'), ('DC-RTM-MIB', 'rtmRouteType'), ('DC-RTM-MIB', 'rtmRouteProto'), ('DC-RTM-MIB', 'rtmRouteAge'), ('DC-RTM-MIB', 'rtmRouteInfo'), ('DC-RTM-MIB', 'rtmRouteNextHopAS'), ('DC-RTM-MIB', 'rtmRouteMetric1'), ('DC-RTM-MIB', 'rtmRouteMetric2'), ('DC-RTM-MIB', 'rtmRouteMetric3'), ('DC-RTM-MIB', 'rtmRouteMetric4'), ('DC-RTM-MIB', 'rtmRouteMetric5'), ('DC-RTM-MIB', 'rtmRouteConnected'), ('DC-RTM-MIB', 'rtmRouteXCIndex'), ('DC-RTM-MIB', 'rtmRouteLocalDestIfIndex'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_route_group = rtmRouteGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmRouteGroup.setDescription('Optional objects for rtmRouteTable.')
rtm_rib_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 12)).setObjects(('DC-RTM-MIB', 'rtmRibStatus'), ('DC-RTM-MIB', 'rtmRibType'), ('DC-RTM-MIB', 'rtmRibAge'), ('DC-RTM-MIB', 'rtmRibInfo'), ('DC-RTM-MIB', 'rtmRibNextHopAS'), ('DC-RTM-MIB', 'rtmRibMetric1'), ('DC-RTM-MIB', 'rtmRibMetric2'), ('DC-RTM-MIB', 'rtmRibMetric3'), ('DC-RTM-MIB', 'rtmRibMetric4'), ('DC-RTM-MIB', 'rtmRibMetric5'), ('DC-RTM-MIB', 'rtmRibFibRoute'), ('DC-RTM-MIB', 'rtmRibConnected'), ('DC-RTM-MIB', 'rtmRibLooseNextHop'), ('DC-RTM-MIB', 'rtmRibLocalDestIfIndex'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_rib_group = rtmRibGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmRibGroup.setDescription('Optional objects for rtmRibTable.')
rtm_obsolete_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 13)).setObjects(('DC-RTM-MIB', 'rtmRedistAddCommunity'), ('DC-RTM-MIB', 'rtmRedistNwCommunity'), ('DC-RTM-MIB', 'rtmRedistAddExtComm'), ('DC-RTM-MIB', 'rtmRedistNwExtComm'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_obsolete_group = rtmObsoleteGroup.setStatus('obsolete')
if mibBuilder.loadTexts:
rtmObsoleteGroup.setDescription('This group contains obsolete objects.')
rtm_rdst_set_field_mandatory_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 14)).setObjects(('DC-RTM-MIB', 'rtmRdstSetFieldRowStatus'), ('DC-RTM-MIB', 'rtmRdstSetFieldType'), ('DC-RTM-MIB', 'rtmRdstSetFieldValue'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_rdst_set_field_mandatory_group = rtmRdstSetFieldMandatoryGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmRdstSetFieldMandatoryGroup.setDescription('Mandatory objects for rtmRdstSetFieldTable.')
rtm_notification_object_group = object_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 15)).setObjects(('DC-RTM-MIB', 'rtmStaticRtTrapReason'), ('DC-RTM-MIB', 'rtmPathTrapReason'), ('DC-RTM-MIB', 'rtmTrapEntityFteIndex'), ('DC-RTM-MIB', 'rtmTrapStaticRtDestAddrType'), ('DC-RTM-MIB', 'rtmTrapStaticRtDestAddr'), ('DC-RTM-MIB', 'rtmTrapStaticRtDestLen'), ('DC-RTM-MIB', 'rtmTrapStaticRtNextHopType'), ('DC-RTM-MIB', 'rtmTrapStaticRtNextHop'), ('DC-RTM-MIB', 'rtmTrapStaticRtIfIndex'), ('DC-RTM-MIB', 'rtmTrapRibDestType'), ('DC-RTM-MIB', 'rtmTrapRibDest'), ('DC-RTM-MIB', 'rtmTrapRibDestLen'), ('DC-RTM-MIB', 'rtmTrapRibTos'), ('DC-RTM-MIB', 'rtmTrapRibNextHopType'), ('DC-RTM-MIB', 'rtmTrapRibNextHop'), ('DC-RTM-MIB', 'rtmTrapRibIfIndex'), ('DC-RTM-MIB', 'rtmTrapRibProto'), ('DC-RTM-MIB', 'rtmTrapRibRpmIndex'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_notification_object_group = rtmNotificationObjectGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmNotificationObjectGroup.setDescription('The objects used to record notification parameters.')
rtm_traps = mib_identifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 0))
rtm_trap_control = mib_identifier((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1))
rtm_static_rt_trap_reason = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 1), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('eligible', 1), ('ineligible', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmStaticRtTrapReason.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRtTrapReason.setDescription('Event that caused the trap to be made. Used by the rtmStaticRouteChange trap.')
rtm_path_trap_reason = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('active', 1), ('inactive', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
rtmPathTrapReason.setStatus('current')
if mibBuilder.loadTexts:
rtmPathTrapReason.setDescription('Event that caused the trap to be made. Used by the rtmPathActivityChange trap.')
rtm_trap_entity_fte_index = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 3), fte_index()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapEntityFteIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapEntityFteIndex.setDescription('Version of rtmEntityFteIndex used for traps.')
rtm_trap_static_rt_dest_addr_type = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 4), inet_address_type()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapStaticRtDestAddrType.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapStaticRtDestAddrType.setDescription('Version of rtmStaticRtDestAddrType used for traps.')
rtm_trap_static_rt_dest_addr = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 5), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16)))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapStaticRtDestAddr.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapStaticRtDestAddr.setDescription('Version of rtmStaticRtDestAddr used for traps.')
rtm_trap_static_rt_dest_len = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 6), integer32().subtype(subtypeSpec=value_range_constraint(0, 128))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapStaticRtDestLen.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapStaticRtDestLen.setDescription('Version of rtmStaticRtDestLen used for traps.')
rtm_trap_static_rt_next_hop_type = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 7), inet_address_type()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapStaticRtNextHopType.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapStaticRtNextHopType.setDescription('Version of rtmStaticRtNextHopType used for traps.')
rtm_trap_static_rt_next_hop = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 8), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16)))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapStaticRtNextHop.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapStaticRtNextHop.setDescription('Version of rtmStaticRtNextHop used for traps.')
rtm_trap_static_rt_if_index = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 9), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapStaticRtIfIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapStaticRtIfIndex.setDescription('Version of rtmStaticRtIfIndex used for traps.')
rtm_trap_rib_dest_type = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 10), inet_address_type()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapRibDestType.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapRibDestType.setDescription('Version of rtmRibDestType used for traps.')
rtm_trap_rib_dest = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 11), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16)))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapRibDest.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapRibDest.setDescription('Version of rtmRibDest used for traps.')
rtm_trap_rib_dest_len = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 12), integer32().subtype(subtypeSpec=value_range_constraint(0, 128))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapRibDestLen.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapRibDestLen.setDescription('Version of rtmRibDestLen used for traps.')
rtm_trap_rib_tos = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 13), integer32().subtype(subtypeSpec=value_range_constraint(0, 15))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapRibTos.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapRibTos.setDescription('Version of rtmRibTos used for traps.')
rtm_trap_rib_next_hop_type = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 14), inet_address_type()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapRibNextHopType.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapRibNextHopType.setDescription('Version of rtmRibNextHopType used for traps.')
rtm_trap_rib_next_hop = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 15), inet_address().subtype(subtypeSpec=constraints_union(value_size_constraint(4, 4), value_size_constraint(16, 16)))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapRibNextHop.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapRibNextHop.setDescription('Version of rtmRibNextHop used for traps.')
rtm_trap_rib_if_index = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 16), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapRibIfIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapRibIfIndex.setDescription('Version of rtmRibIfIndex used for traps.')
rtm_trap_rib_proto = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 17), ian_aip_route_protocol()).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapRibProto.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapRibProto.setDescription('Version of rtmRibProto used for traps.')
rtm_trap_rib_rpm_index = mib_scalar((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 1, 18), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('accessiblefornotify')
if mibBuilder.loadTexts:
rtmTrapRibRpmIndex.setStatus('current')
if mibBuilder.loadTexts:
rtmTrapRibRpmIndex.setDescription('Version of rtmRibRpmIndex used for traps.')
rtm_oper_state_change = notification_type((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 0, 1)).setObjects(('DC-RTM-MIB', 'rtmTrapEntityFteIndex'), ('DC-RTM-MIB', 'rtmEntityOperStatus'))
if mibBuilder.loadTexts:
rtmOperStateChange.setStatus('current')
if mibBuilder.loadTexts:
rtmOperStateChange.setDescription("DC-RTM generates this trap when the operational state of RTM enters 'up', 'down' or 'act_failed' state.")
rtm_static_route_change = notification_type((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 0, 2)).setObjects(('DC-RTM-MIB', 'rtmTrapEntityFteIndex'), ('DC-RTM-MIB', 'rtmTrapStaticRtDestAddrType'), ('DC-RTM-MIB', 'rtmTrapStaticRtDestAddr'), ('DC-RTM-MIB', 'rtmTrapStaticRtDestLen'), ('DC-RTM-MIB', 'rtmTrapStaticRtNextHopType'), ('DC-RTM-MIB', 'rtmTrapStaticRtNextHop'), ('DC-RTM-MIB', 'rtmTrapStaticRtIfIndex'), ('DC-RTM-MIB', 'rtmStaticRtTrapReason'), ('DC-RTM-MIB', 'rtmStaticRtBfdSupport'), ('DC-RTM-MIB', 'rtmStaticRtBfdStatus'))
if mibBuilder.loadTexts:
rtmStaticRouteChange.setStatus('current')
if mibBuilder.loadTexts:
rtmStaticRouteChange.setDescription('DC-RTM generates this trap when a static route becomes eligible or ineligible for installation in the FIB.')
rtm_path_activity_change = notification_type((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 2, 0, 3)).setObjects(('DC-RTM-MIB', 'rtmTrapEntityFteIndex'), ('DC-RTM-MIB', 'rtmTrapRibDestType'), ('DC-RTM-MIB', 'rtmTrapRibDest'), ('DC-RTM-MIB', 'rtmTrapRibDestLen'), ('DC-RTM-MIB', 'rtmTrapRibTos'), ('DC-RTM-MIB', 'rtmTrapRibNextHopType'), ('DC-RTM-MIB', 'rtmTrapRibNextHop'), ('DC-RTM-MIB', 'rtmTrapRibIfIndex'), ('DC-RTM-MIB', 'rtmTrapRibProto'), ('DC-RTM-MIB', 'rtmTrapRibRpmIndex'), ('DC-RTM-MIB', 'rtmPathTrapReason'))
if mibBuilder.loadTexts:
rtmPathActivityChange.setStatus('current')
if mibBuilder.loadTexts:
rtmPathActivityChange.setDescription('DC-RTM generates this trap when a path becomes active or inactive.')
rtm_notification_event_group = notification_group((1, 2, 826, 0, 1, 1578918, 5, 61, 1, 3, 2, 16)).setObjects(('DC-RTM-MIB', 'rtmOperStateChange'), ('DC-RTM-MIB', 'rtmStaticRouteChange'), ('DC-RTM-MIB', 'rtmPathActivityChange'))
if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0):
rtm_notification_event_group = rtmNotificationEventGroup.setStatus('current')
if mibBuilder.loadTexts:
rtmNotificationEventGroup.setDescription('A grouping of RTM trap events, as specified in NOTIFICATION-TYPE constructs.')
mibBuilder.exportSymbols('DC-RTM-MIB', rtmRibIfIndex=rtmRibIfIndex, rtmEntityDelDeadRte=rtmEntityDelDeadRte, rtmStaticRtBfdSupport=rtmStaticRtBfdSupport, rtmRibTos=rtmRibTos, rtmRedistAddrFltLen=rtmRedistAddrFltLen, BgpExtendedCommunity=BgpExtendedCommunity, rtmCompliances=rtmCompliances, rtmEntityDsConnctd=rtmEntityDsConnctd, rtmEntityAdminStat=rtmEntityAdminStat, rtmStaticRtAdminStat=rtmStaticRtAdminStat, rtmRibStatus=rtmRibStatus, rtmRibNextHop=rtmRibNextHop, InterfaceType=InterfaceType, rtmRedistAddExtComm=rtmRedistAddExtComm, RdstSetFieldType=RdstSetFieldType, rtmSjIfType=rtmSjIfType, MetricConversion=MetricConversion, rtmRdstSetFieldType=rtmRdstSetFieldType, rtmRedistMetricValue=rtmRedistMetricValue, rtmCompliance=rtmCompliance, rtmStaticRtPathType=rtmStaticRtPathType, rtmMjEntry=rtmMjEntry, rtmMjAdminStatus=rtmMjAdminStatus, rtmRouteTable=rtmRouteTable, rtmStaticRtGroup=rtmStaticRtGroup, rtmRedistOspfTagFlt=rtmRedistOspfTagFlt, rtmRouteMetric3=rtmRouteMetric3, rtmSjMandatoryGroup=rtmSjMandatoryGroup, rtmNotificationObjectGroup=rtmNotificationObjectGroup, rtmStaticRtNextHop=rtmStaticRtNextHop, rtmStaticRtOverride=rtmStaticRtOverride, rtmRedistRedistFlag=rtmRedistRedistFlag, rtmRouteLocalDestIfIndex=rtmRouteLocalDestIfIndex, rtmStaticRtTable=rtmStaticRtTable, rtmTrapEntityFteIndex=rtmTrapEntityFteIndex, rtmRedistEntry=rtmRedistEntry, rtmRouteDestType=rtmRouteDestType, rtmStaticRtIfIndex=rtmStaticRtIfIndex, rtmStaticRtDestAddr=rtmStaticRtDestAddr, rtmRedistGroup=rtmRedistGroup, rtmEntityUseUnidirectionalLinks=rtmEntityUseUnidirectionalLinks, rtmTrapRibDestLen=rtmTrapRibDestLen, rtmNotificationEventGroup=rtmNotificationEventGroup, rtmEntityRestartTime=rtmEntityRestartTime, RtmSjStatus=RtmSjStatus, rtmRedistNwExtComm=rtmRedistNwExtComm, rtmRouteXCIndex=rtmRouteXCIndex, rtmGroups=rtmGroups, rtmTrap=rtmTrap, rtmRibInfo=rtmRibInfo, rtmRedistFteIndex=rtmRedistFteIndex, rtmTrapRibDest=rtmTrapRibDest, rtmEntityDsIsisInt2=rtmEntityDsIsisInt2, rtmEntityDsIdpr=rtmEntityDsIdpr, rtmEntityEnableTrapSupport=rtmEntityEnableTrapSupport, rtmRedistMetricConv=rtmRedistMetricConv, rtmRedistNwOrigin=rtmRedistNwOrigin, rtmRibMetric3=rtmRibMetric3, rtmEntityAddressFamily=rtmEntityAddressFamily, rtmStaticRtBfdStatus=rtmStaticRtBfdStatus, rtmMjSlaveFteId=rtmMjSlaveFteId, rtmRibTable=rtmRibTable, rtmRedistSrcInst=rtmRedistSrcInst, rtmRibConnected=rtmRibConnected, rtmRedistInfoDest=rtmRedistInfoDest, rtmEntityDeadRpmTmr=rtmEntityDeadRpmTmr, rtmRedistOspfTag=rtmRedistOspfTag, rtmRibMetric1=rtmRibMetric1, rtmEntityDsStatDf=rtmEntityDsStatDf, rtmRedistExtCommFlt=rtmRedistExtCommFlt, rtmRedistOspfPropagate=rtmRedistOspfPropagate, rtmRedistTable=rtmRedistTable, rtmEntityDsIsisExt2=rtmEntityDsIsisExt2, rtmSjRtmFteIndex=rtmSjRtmFteIndex, rtmEntityDsUnknown=rtmEntityDsUnknown, FteIndex=FteIndex, rtmEntityRowStatus=rtmEntityRowStatus, rtmTrapStaticRtDestLen=rtmTrapStaticRtDestLen, rtmRedistOspfAreaFlt=rtmRedistOspfAreaFlt, rtmStaticRtUserData=rtmStaticRtUserData, rtmRouteNextHopAS=rtmRouteNextHopAS, rtmEntityMandatoryGroup=rtmEntityMandatoryGroup, rtmStaticRtMandatoryGroup=rtmStaticRtMandatoryGroup, rtmStaticRouteChange=rtmStaticRouteChange, rtmEntityDsDvmrp=rtmEntityDsDvmrp, rtmEntityI3JoinStatus=rtmEntityI3JoinStatus, rtmMjSafi=rtmMjSafi, rtmRedistAddrFilter=rtmRedistAddrFilter, rtmEntityOperStatus=rtmEntityOperStatus, rtmRdstSetFieldTable=rtmRdstSetFieldTable, rtmRdstSetFieldNumber=rtmRdstSetFieldNumber, rtmRedistAdminStat=rtmRedistAdminStat, rtmRedistIfIndexFlt=rtmRedistIfIndexFlt, rtmStaticRtAdminDist=rtmStaticRtAdminDist, rtmStaticRtFteIndex=rtmStaticRtFteIndex, rtmRouteMetric2=rtmRouteMetric2, rtmTrapControl=rtmTrapControl, rtmRedistCommunity=rtmRedistCommunity, rtmEntityDsIsisExt1=rtmEntityDsIsisExt1, rtmRouteIfIndex=rtmRouteIfIndex, EqualCostRouteOpts=EqualCostRouteOpts, rtmMjGroup=rtmMjGroup, rtmPathTrapReason=rtmPathTrapReason, rtmRdstSetFieldEntry=rtmRdstSetFieldEntry, rtmEntityBfdIndex=rtmEntityBfdIndex, rtmRedistMandatoryGroup=rtmRedistMandatoryGroup, rtmEntityI3Index=rtmEntityI3Index, rtmRouteInfo=rtmRouteInfo, rtmEntityStartupTime=rtmEntityStartupTime, rtmRedistNwCommunity=rtmRedistNwCommunity, rtmSjJoinStatus=rtmSjJoinStatus, rtmRouteFteIndex=rtmRouteFteIndex, rtmMjJoinStatus=rtmMjJoinStatus, rtmRibDestLen=rtmRibDestLen, rtmMib=rtmMib, rtmEntityDsEigrpSmm=rtmEntityDsEigrpSmm, rtmRedistNwAsLimUpper=rtmRedistNwAsLimUpper, rtmSjEntry=rtmSjEntry, rtmRouteMetric5=rtmRouteMetric5, rtmRibAge=rtmRibAge, rtmEntityDsOspfInt=rtmEntityDsOspfInt, rtmStaticRtAction=rtmStaticRtAction, rtmSjRtmRpmIndex=rtmSjRtmRpmIndex, rtmRedistIfIndex=rtmRedistIfIndex, rtmMjMandatoryGroup=rtmMjMandatoryGroup, rtmTrapStaticRtDestAddr=rtmTrapStaticRtDestAddr, rtmEntityDsPd=rtmEntityDsPd, rtmRouteProto=rtmRouteProto, rtmRouteEntry=rtmRouteEntry, rtmRibNextHopAS=rtmRibNextHopAS, rtmRouteConnected=rtmRouteConnected, rtmRibEntry=rtmRibEntry, rtmRibDestType=rtmRibDestType, rtmRedistPathType=rtmRedistPathType, rtmStaticRtForwardingAddr=rtmStaticRtForwardingAddr, rtmRouteTos=rtmRouteTos, rtmRdstSetFieldRowStatus=rtmRdstSetFieldRowStatus, rtmRedistHopFltVal=rtmRedistHopFltVal, rtmEntityRouteNumber=rtmEntityRouteNumber, rtmMjIfType=rtmMjIfType, rtmRedistOspfVpnPeCeSupport=rtmRedistOspfVpnPeCeSupport, rtmMjTable=rtmMjTable, rtmRouteDestLen=rtmRouteDestLen, rtmTrapStaticRtDestAddrType=rtmTrapStaticRtDestAddrType, BgpOriginCode=BgpOriginCode, rtmTrapStaticRtIfIndex=rtmTrapStaticRtIfIndex, rtmEntityDsBbnspfigp=rtmEntityDsBbnspfigp, rtmRedistAddCommunity=rtmRedistAddCommunity, rtmRdstSetFieldValue=rtmRdstSetFieldValue, rtmRedistHopFltValType=rtmRedistHopFltValType, RouteType=RouteType, rtmRibRpmIndex=rtmRibRpmIndex, rtmRedistEntryId=rtmRedistEntryId, rtmStaticRtTrapReason=rtmStaticRtTrapReason, rtmTrapRibDestType=rtmTrapRibDestType, rtmStaticRtDestLen=rtmStaticRtDestLen, rtmSjGroup=rtmSjGroup, rtmEntityDsEsis=rtmEntityDsEsis, rtmMjOperStatus=rtmMjOperStatus, rtmStaticRtPathCost=rtmStaticRtPathCost, rtmRibMetric2=rtmRibMetric2, rtmEntityDsIgrp=rtmEntityDsIgrp, rtmRouteNextHop=rtmRouteNextHop, rtmTrapStaticRtNextHopType=rtmTrapStaticRtNextHopType, rtmEntityDsEgp=rtmEntityDsEgp, rtmEntityFtStateRetained=rtmEntityFtStateRetained, rtmRouteMetric1=rtmRouteMetric1, rtmRibGroup=rtmRibGroup, rtmSjTable=rtmSjTable, rtmRdstSetFieldMandatoryGroup=rtmRdstSetFieldMandatoryGroup, rtmSjMastFteId=rtmSjMastFteId, rtmRibFteIndex=rtmRibFteIndex, rtmMjRowStatus=rtmMjRowStatus, rtmEntityTable=rtmEntityTable, rtmEntityDsIntEigrp=rtmEntityDsIntEigrp, rtmStaticRtLooseNextHop=rtmStaticRtLooseNextHop, rtmStaticRtEntry=rtmStaticRtEntry, rtmStaticRtFwdAddrType=rtmStaticRtFwdAddrType, rtmObsoleteGroup=rtmObsoleteGroup, rtmRedistNwOspfTag=rtmRedistNwOspfTag, rtmTrapRibNextHop=rtmTrapRibNextHop, rtmEntityDsOspfExt=rtmEntityDsOspfExt, rtmRedistNwPathType=rtmRedistNwPathType, rtmRouteType=rtmRouteType, rtmConformance=rtmConformance, rtmTrapStaticRtNextHop=rtmTrapStaticRtNextHop, MplsIndexType=MplsIndexType, rtmRibNextHopType=rtmRibNextHopType, rtmRedistCommunityFlt=rtmRedistCommunityFlt, OspfTag=OspfTag, rtmRibMetric5=rtmRibMetric5, rtmEntityDsEigrpExt=rtmEntityDsEigrpExt, rtmRedistRowStatus=rtmRedistRowStatus, rtmEntityDsExtBgp=rtmEntityDsExtBgp, rtmRedistInfoSrc=rtmRedistInfoSrc, rtmEntityDsHello=rtmEntityDsHello, rtmStaticRtDestAddrType=rtmStaticRtDestAddrType, rtmRouteMetric4=rtmRouteMetric4, rtmStaticRtRowStatus=rtmStaticRtRowStatus, rtmRouteDest=rtmRouteDest, rtmRibProto=rtmRibProto, rtmRedistAddrFilterType=rtmRedistAddrFilterType, rtmRdstSetFieldFteIndex=rtmRdstSetFieldFteIndex, rtmOperStateChange=rtmOperStateChange, rtmRedistDestInstFlt=rtmRedistDestInstFlt, BgpCommunity=BgpCommunity, rtmEntityEntry=rtmEntityEntry, rtmStaticRtUsePathCost=rtmStaticRtUsePathCost, rtmTrapRibProto=rtmTrapRibProto, rtmTrapRibRpmIndex=rtmTrapRibRpmIndex, rtmStaticRtOutIfIndex=rtmStaticRtOutIfIndex, rtmRedistNwLocalPref=rtmRedistNwLocalPref, rtmRibFibRoute=rtmRibFibRoute, rtmRedistHopFltLen=rtmRedistHopFltLen, rtmRibType=rtmRibType, rtmRedistNwMed=rtmRedistNwMed, rtmRouteAge=rtmRouteAge, rtmEntityPartnerWaitTime=rtmEntityPartnerWaitTime, rtmRedistDestInst=rtmRedistDestInst, rtmRibDest=rtmRibDest, rtmRedistAddLocalPref=rtmRedistAddLocalPref, InfoSourceDest=InfoSourceDest, rtmRibMetric4=rtmRibMetric4, rtmEntityDsIsisInt1=rtmEntityDsIsisInt1, RtmBfdSupport=RtmBfdSupport, rtmObjects=rtmObjects, rtmRouteNextHopType=rtmRouteNextHopType, rtmRedistPathTypeFlt=rtmRedistPathTypeFlt, rtmRedistOspfArea=rtmRedistOspfArea, rtmRdstSetFieldListId=rtmRdstSetFieldListId, rtmSjMastFteType=rtmSjMastFteType, rtmTraps=rtmTraps, rtmEntityDsRip=rtmEntityDsRip, rtmMjRtmFteIndex=rtmMjRtmFteIndex, rtmRouteStatus=rtmRouteStatus, rtmRouteGroup=rtmRouteGroup, AriPrtnrType=AriPrtnrType, rtmRedistAddAsLimUpper=rtmRedistAddAsLimUpper, rtmMjSlaveType=rtmMjSlaveType, rtmRibLooseNextHop=rtmRibLooseNextHop, rtmTrapRibIfIndex=rtmTrapRibIfIndex, rtmEntityGroup=rtmEntityGroup, rtmEntityFteIndex=rtmEntityFteIndex, rtmTrapRibTos=rtmTrapRibTos, rtmRedistExtComm=rtmRedistExtComm, rtmRedistSetListId=rtmRedistSetListId, PYSNMP_MODULE_ID=rtmMib, rtmEntityEqlCostOpt=rtmEntityEqlCostOpt, rtmTrapRibNextHopType=rtmTrapRibNextHopType, RtmMjStatus=RtmMjStatus, rtmEntityDsIntBgp=rtmEntityDsIntBgp, rtmRedistPriority=rtmRedistPriority, rtmEntityBfdJoinStatus=rtmEntityBfdJoinStatus, RouteInfo=RouteInfo)
mibBuilder.exportSymbols('DC-RTM-MIB', rtmRedistSrcInstFlt=rtmRedistSrcInstFlt, rtmStaticRtNextHopType=rtmStaticRtNextHopType, rtmRibLocalDestIfIndex=rtmRibLocalDestIfIndex, rtmRedistAddMed=rtmRedistAddMed, rtmPathActivityChange=rtmPathActivityChange) |
n = int(input())
ans = 0
cnt = [[0] * 9 for _ in range(9)]
for i in range(1, n + 1):
one = str(i)
if one[-1] == '0':
continue
cnt[int(one[0]) - 1][int(one[-1]) - 1] += 1
for i in range(9):
for j in range(9):
ans += cnt[i][j] * cnt[j][i]
print(ans)
| n = int(input())
ans = 0
cnt = [[0] * 9 for _ in range(9)]
for i in range(1, n + 1):
one = str(i)
if one[-1] == '0':
continue
cnt[int(one[0]) - 1][int(one[-1]) - 1] += 1
for i in range(9):
for j in range(9):
ans += cnt[i][j] * cnt[j][i]
print(ans) |
def overview(bot, c, e, args):
if len(args) >= 1:
command = None
for module in bot.loaded_modules.values():
try:
for comm in module['object'].commands():
if comm[0] == args[0]:
command = comm
except AttributeError:
pass
if command == None:
bot.reply(c, e, 'This command does not exist')
else:
bot.reply(c, e, '%s (*%s)' % (command[1], command[2]))
else:
commands = []
for module in bot.loaded_modules.values():
try:
commands += map(lambda x: x[0], module['object'].commands())
except AttributeError:
pass
bot.reply(c, e, 'Commands: %s' \
% ' '.join(map(lambda x: '*%s' % x, commands)))
def bot_usage(bot, c, e, matches):
overview(bot, c, e, [])
def load_module(bot):
bot.hook_command('help', overview)
bot.hook_regexp('broti\W?\s*help', bot_usage)
return [hash(overview), hash(bot_usage)]
def commands():
return [('help', 'Display possible commands', 'help [command]')]
| def overview(bot, c, e, args):
if len(args) >= 1:
command = None
for module in bot.loaded_modules.values():
try:
for comm in module['object'].commands():
if comm[0] == args[0]:
command = comm
except AttributeError:
pass
if command == None:
bot.reply(c, e, 'This command does not exist')
else:
bot.reply(c, e, '%s (*%s)' % (command[1], command[2]))
else:
commands = []
for module in bot.loaded_modules.values():
try:
commands += map(lambda x: x[0], module['object'].commands())
except AttributeError:
pass
bot.reply(c, e, 'Commands: %s' % ' '.join(map(lambda x: '*%s' % x, commands)))
def bot_usage(bot, c, e, matches):
overview(bot, c, e, [])
def load_module(bot):
bot.hook_command('help', overview)
bot.hook_regexp('broti\\W?\\s*help', bot_usage)
return [hash(overview), hash(bot_usage)]
def commands():
return [('help', 'Display possible commands', 'help [command]')] |
# coding: utf-8
"""
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache LICENSE, Version 2.0 (the
"LICENSE"); you may not use this file except in compliance
with the LICENSE. You may obtain a copy of the LICENSE at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the LICENSE is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the LICENSE for the
specific language governing permissions and limitations
under the LICENSE.
"""
class Region:
def __init__(self, id=None, endpoint=None):
self._id = None
self._endpoint = None
if id is not None:
self.id = id
if endpoint is not None:
self.endpoint = endpoint
@property
def id(self):
return self._id
@id.setter
def id(self, id):
self._id = id
@property
def endpoint(self):
return self._endpoint
@endpoint.setter
def endpoint(self, endpoint):
self._endpoint = endpoint
def with_endpoint_override(self, endpoint):
self._endpoint = endpoint
return self
| """
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache LICENSE, Version 2.0 (the
"LICENSE"); you may not use this file except in compliance
with the LICENSE. You may obtain a copy of the LICENSE at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the LICENSE is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the LICENSE for the
specific language governing permissions and limitations
under the LICENSE.
"""
class Region:
def __init__(self, id=None, endpoint=None):
self._id = None
self._endpoint = None
if id is not None:
self.id = id
if endpoint is not None:
self.endpoint = endpoint
@property
def id(self):
return self._id
@id.setter
def id(self, id):
self._id = id
@property
def endpoint(self):
return self._endpoint
@endpoint.setter
def endpoint(self, endpoint):
self._endpoint = endpoint
def with_endpoint_override(self, endpoint):
self._endpoint = endpoint
return self |
class Solution(object):
def singleNumber(self, nums):
"""
:type nums: List[int]
:rtype: int
"""
res = set()
for num in nums:
if num in res:
res.remove(num)
else:
res.add(num)
return res.pop()
a = Solution()
a.singleNumber([4, 1, 2, 1, 2])
| class Solution(object):
def single_number(self, nums):
"""
:type nums: List[int]
:rtype: int
"""
res = set()
for num in nums:
if num in res:
res.remove(num)
else:
res.add(num)
return res.pop()
a = solution()
a.singleNumber([4, 1, 2, 1, 2]) |
PARAMS = {
# max length of junction read overlap to consider a target site duplication
"tsd=" : 20
}
| params = {'tsd=': 20} |
class Drawer(object):
"""@brief Acts as a component, but with custom functions that are
defined within the controller and passed into refresh/load.
This allows for z index loading which may have
complex drawing functionality.
"""
def __init__(self, controller, refresh=None, load=None, z=0):
controller._add_component(self, z)
if refresh is not None:
self.refresh = refresh
if load is not None:
self.load = load
def __str__(self):
return 'Drawer'
def load(self):
pass
def refresh(self):
pass | class Drawer(object):
"""@brief Acts as a component, but with custom functions that are
defined within the controller and passed into refresh/load.
This allows for z index loading which may have
complex drawing functionality.
"""
def __init__(self, controller, refresh=None, load=None, z=0):
controller._add_component(self, z)
if refresh is not None:
self.refresh = refresh
if load is not None:
self.load = load
def __str__(self):
return 'Drawer'
def load(self):
pass
def refresh(self):
pass |
"""
https://www.hackerrank.com/challenges/max-array-sum/problem?isFullScreen=true
Given: a arr of ints
Find subset of non-adjacent els with the max sum.
Return that sum.
Example: arr = [-2, 1,3,-4,5]
possible subsets:
Subset Sum
[-2, 3, 5] 6
[-2, 3] 1
[-2, -4] -6
[-2, 5] 3
[1, -4] -3
[1, 5] 6
[3, 5] 8
Return 8
"""
# Find all valid subsets
# Implement a var max_sum that is updated as a higher sum is found.
def maxSubsetSum(arr):
if len(arr) == 1:
return arr[0]
subsets = []
max_sum = arr[0]
# Loop through the arr, incrementing the space between numbers each time, until space is len(arr) -1
for i in range(len(arr)):
# print("Now starting at index " + str(i))
for j in range(2, len(arr)):
new_subset = [arr[i]]
next_index = i + j
while next_index < len(arr):
new_subset.append(arr[next_index])
next_index += j
subset_sum = sum(new_subset)
# print(subset_sum)
if subset_sum > max_sum:
max_sum = subset_sum
subsets.append(new_subset)
# print(subsets)
print(max_sum)
return(max_sum)
# This solution is based off of Andrew Richardson's code, from the endorsement_unit_technical_coaching channel
def maxSubsetSum_faster(arr):
length = len(arr)
if length == 1:
return arr[0]
max_sums_lookup = [None] * length
max_sums_lookup[0] = arr[0]
max_sums_lookup[1] = max(arr[0], arr[1])
for i in range(2, length):
# Progressively look to see which is the largest,
# 1. the sum before i (without adding the value at i because of adjacency)
# 2. the sum from 2 before i with value at i added to it
# 3. or the value at i by itself
# Store the winner
max_sums_lookup[i] = max(max_sums_lookup[i-1],
arr[i] + max_sums_lookup[i-2], arr[i])
# The largest will be the very last entry.
print(max_sums_lookup[-1])
return max_sums_lookup[-1]
def maxSubsetSum_faster2(arr):
length = len(arr)
if length == 1:
return arr[0]
two_away = arr[0]
one_away = max(arr[0], arr[1])
# winner = 0
for i in range(2, length):
# Progressively look to see which is the largest,
# 1. the sum before i (without adding the value at i because of adjacency)
# 2. the sum from 2 before i with value at i added to it
# 3. or the value at i by itself
# Store the winner
winner = max(one_away, two_away + arr[i], arr[i])
two_away = one_away
one_away = winner
# The largest will be the very last entry.
print(winner)
return winner
'''
maxSubsetSum([-2, 1, 3, -4, 5])
maxSubsetSum([3, 5, -7, 8, 10])
maxSubsetSum([3, 7, 4, 6, 5]) # 13
maxSubsetSum([2, 1, 5, 8, 4]) # 11
maxSubsetSum_faster([-2, 1, 3, -4, 5])
maxSubsetSum_faster([3, 5, -7, 8, 10])
maxSubsetSum_faster([3, 7, 4, 6, 5]) # 13
maxSubsetSum_faster([2, 1, 5, 8, 4]) # 11
'''
maxSubsetSum_faster2([-2, 1, 3, -4, 5])
maxSubsetSum_faster2([3, 5, -7, 8, 10])
maxSubsetSum_faster2([3, 7, 4, 6, 5]) # 13
maxSubsetSum_faster2([2, 1, 5, 8, 4]) # 11
| """
https://www.hackerrank.com/challenges/max-array-sum/problem?isFullScreen=true
Given: a arr of ints
Find subset of non-adjacent els with the max sum.
Return that sum.
Example: arr = [-2, 1,3,-4,5]
possible subsets:
Subset Sum
[-2, 3, 5] 6
[-2, 3] 1
[-2, -4] -6
[-2, 5] 3
[1, -4] -3
[1, 5] 6
[3, 5] 8
Return 8
"""
def max_subset_sum(arr):
if len(arr) == 1:
return arr[0]
subsets = []
max_sum = arr[0]
for i in range(len(arr)):
for j in range(2, len(arr)):
new_subset = [arr[i]]
next_index = i + j
while next_index < len(arr):
new_subset.append(arr[next_index])
next_index += j
subset_sum = sum(new_subset)
if subset_sum > max_sum:
max_sum = subset_sum
subsets.append(new_subset)
print(max_sum)
return max_sum
def max_subset_sum_faster(arr):
length = len(arr)
if length == 1:
return arr[0]
max_sums_lookup = [None] * length
max_sums_lookup[0] = arr[0]
max_sums_lookup[1] = max(arr[0], arr[1])
for i in range(2, length):
max_sums_lookup[i] = max(max_sums_lookup[i - 1], arr[i] + max_sums_lookup[i - 2], arr[i])
print(max_sums_lookup[-1])
return max_sums_lookup[-1]
def max_subset_sum_faster2(arr):
length = len(arr)
if length == 1:
return arr[0]
two_away = arr[0]
one_away = max(arr[0], arr[1])
for i in range(2, length):
winner = max(one_away, two_away + arr[i], arr[i])
two_away = one_away
one_away = winner
print(winner)
return winner
'\nmaxSubsetSum([-2, 1, 3, -4, 5])\nmaxSubsetSum([3, 5, -7, 8, 10])\nmaxSubsetSum([3, 7, 4, 6, 5]) # 13\nmaxSubsetSum([2, 1, 5, 8, 4]) # 11\n\n\nmaxSubsetSum_faster([-2, 1, 3, -4, 5])\nmaxSubsetSum_faster([3, 5, -7, 8, 10])\nmaxSubsetSum_faster([3, 7, 4, 6, 5]) # 13\nmaxSubsetSum_faster([2, 1, 5, 8, 4]) # 11\n'
max_subset_sum_faster2([-2, 1, 3, -4, 5])
max_subset_sum_faster2([3, 5, -7, 8, 10])
max_subset_sum_faster2([3, 7, 4, 6, 5])
max_subset_sum_faster2([2, 1, 5, 8, 4]) |
# -----------------------------------------------------------------------------
# @brief: Define some signals used during parallel
# -----------------------------------------------------------------------------
# it makes the main trpo agent push its weights into the tunnel
START_SIGNAL = 1
# it ends the training
END_SIGNAL = -1
# ends the rollout
END_ROLLOUT_SIGNAL = -2
# ask the rollout agents to collect the ob normalizer's info
AGENT_COLLECT_FILTER_INFO = 23
# ask the rollout agents to synchronize the ob normalizer's info
AGENT_SYNCHRONIZE_FILTER = 233
# ask the agents to set their parameters of network
AGENT_SET_POLICY_WEIGHTS = 2333
# train the agent for certain number of iterations
AGENT_EVOLUTION_TRAIN = 23333
# Train the agent from scratch (no initial policy given)
AGENT_EVOLUTION_START = 233333
| start_signal = 1
end_signal = -1
end_rollout_signal = -2
agent_collect_filter_info = 23
agent_synchronize_filter = 233
agent_set_policy_weights = 2333
agent_evolution_train = 23333
agent_evolution_start = 233333 |
""""""
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__title__ = 'PyScenic'
__description__ = 'A Python wrapper around Scenic REST APIs'
__url__ = 'https://github.com/ScenicWeather/pyScenicWeather'
__version__ = "0.0.3"
__author__ = 'Conor Forde'
__author_email__ = 'conor@scenicdata.com'
__license__ = 'MIT'
| """"""
__title__ = 'PyScenic'
__description__ = 'A Python wrapper around Scenic REST APIs'
__url__ = 'https://github.com/ScenicWeather/pyScenicWeather'
__version__ = '0.0.3'
__author__ = 'Conor Forde'
__author_email__ = 'conor@scenicdata.com'
__license__ = 'MIT' |
"""
If you only do what you can do,
You will never be better than you are now.
- Master shifu
""" | """
If you only do what you can do,
You will never be better than you are now.
- Master shifu
""" |
# Time: O(1)
# Space: O(1)
class Solution(object):
def findComplement(self, num):
"""
:type num: int
:rtype: int
"""
return 2 ** (len(bin(num)) - 2) - 1 - num
class Solution2(object):
def findComplement(self, num):
i = 1
while i <= num:
i <<= 1
return (i - 1) ^ num
class Solution3(object):
def findComplement(self, num):
bits = '{0:b}'.format(num)
complement_bits = ''.join('1' if bit == '0' else '0' for bit in bits)
return int(complement_bits, 2)
| class Solution(object):
def find_complement(self, num):
"""
:type num: int
:rtype: int
"""
return 2 ** (len(bin(num)) - 2) - 1 - num
class Solution2(object):
def find_complement(self, num):
i = 1
while i <= num:
i <<= 1
return i - 1 ^ num
class Solution3(object):
def find_complement(self, num):
bits = '{0:b}'.format(num)
complement_bits = ''.join(('1' if bit == '0' else '0' for bit in bits))
return int(complement_bits, 2) |
def primes(value):
for num in range(value):
res = True
for k in range(2, num):
if k != 0:
if num % k == 0:
res = False
if res == True:
print(num)
primes(100)
| def primes(value):
for num in range(value):
res = True
for k in range(2, num):
if k != 0:
if num % k == 0:
res = False
if res == True:
print(num)
primes(100) |
#
# PySNMP MIB module IBMIROC-MIB (http://snmplabs.com/pysmi)
# ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/IBMIROC-MIB
# Produced by pysmi-0.3.4 at Wed May 1 13:51:37 2019
# On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4
# Using Python version 3.7.3 (default, Mar 27 2019, 09:23:15)
#
ObjectIdentifier, Integer, OctetString = mibBuilder.importSymbols("ASN1", "ObjectIdentifier", "Integer", "OctetString")
NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues")
ConstraintsIntersection, ConstraintsUnion, ValueSizeConstraint, SingleValueConstraint, ValueRangeConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsIntersection", "ConstraintsUnion", "ValueSizeConstraint", "SingleValueConstraint", "ValueRangeConstraint")
proElsSubSysEventMsg, proResMemHeapTotal, proResMemHeapNeverAlloc = mibBuilder.importSymbols("PROTEON-MIB", "proElsSubSysEventMsg", "proResMemHeapTotal", "proResMemHeapNeverAlloc")
frCircuitIfIndex, frCircuitDlci = mibBuilder.importSymbols("RFC1315-MIB", "frCircuitIfIndex", "frCircuitDlci")
ModuleCompliance, NotificationGroup = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "NotificationGroup")
enterprises, NotificationType, Counter64, ModuleIdentity, Unsigned32, MibIdentifier, iso, ObjectIdentity, Bits, Counter32, Gauge32, Integer32, TimeTicks, MibScalar, MibTable, MibTableRow, MibTableColumn, NotificationType, IpAddress = mibBuilder.importSymbols("SNMPv2-SMI", "enterprises", "NotificationType", "Counter64", "ModuleIdentity", "Unsigned32", "MibIdentifier", "iso", "ObjectIdentity", "Bits", "Counter32", "Gauge32", "Integer32", "TimeTicks", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "NotificationType", "IpAddress")
DisplayString, TextualConvention = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TextualConvention")
ibm = MibIdentifier((1, 3, 6, 1, 4, 1, 2))
ibmProd = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6))
ibmIROC = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119))
class MacAddressNCIROC(OctetString):
subtypeSpec = OctetString.subtypeSpec + ValueSizeConstraint(6, 6)
fixedLength = 6
ibmIROCadmin = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1))
ibmIROCsystem = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 2))
ibmIROChardware = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 3))
ibmIROCrouting = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4))
ibmIROCswitching = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 5))
ibmIROCtraps = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 6))
ibmIROCconfig = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 7))
ibmIROCadminproducts = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 1))
ibmIROCadminOID = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 2))
ibmIROCadminDebug = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 3))
ibmIROCadminSnmp = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 4))
ibmIROCsystemInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 1))
ibmIROCcfgInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 2))
ibmIROCdumpInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4))
ibmIROChardwareInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1))
ibmIROCroutingppp = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2))
ibmIROCroutingdlsw = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3))
ibmIROCroutingfr = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4))
ibmIROCroutingRlan = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 5))
ibmIROCroutingDialOut = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 6))
ibmIROCroutingl2tp = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 7))
ibmCacheServer = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 8))
ibmIROCroutingIpSec = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 9))
ibmIROCswhw = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 10))
ibmWanRestoralRerouteMIB = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 11))
ibmBANMIB = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 12))
ibmIROCrmon = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 13))
ibmIROCescon = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 14))
ibmIROCVPNpolicy = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 15))
ibmIROCroutingvoice = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 16))
ibmIROCroutinginterface = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 17))
ibmIROCroutingtn3270e = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 18))
ibmIROCroutingtcpip = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20))
ibmIROCconfigAuth = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 7, 2))
ibmIROCconfigWrite = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 7, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("noaction", 1), ("write", 2)))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: ibmIROCconfigWrite.setStatus('mandatory')
if mibBuilder.loadTexts: ibmIROCconfigWrite.setDescription('This object is a trigger to cause the current config image in memory to be written to disk or flash. A SET of this object to write(2) performs the same action as the T6 write command. A GET of this object with always return a value of noaction(1).')
ibmIROCAgentDebug = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 3, 1))
agentMemUse = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 3, 1, 1), Gauge32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: agentMemUse.setStatus('mandatory')
if mibBuilder.loadTexts: agentMemUse.setDescription("This object indicates the current amount (in bytes) of dynamic memory allocated and in use by the SNMP agent. It is primarily in place to watch for any potential 'memory leaks', whereby, memory is allocated but never freed. This condition is indicated by an ever increasing value for this gauge.")
ibmIROCSnmpAuthFail = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 4, 1))
authTrapSourceIPAddr = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 4, 1, 1), IpAddress()).setMaxAccess("readonly")
if mibBuilder.loadTexts: authTrapSourceIPAddr.setStatus('mandatory')
if mibBuilder.loadTexts: authTrapSourceIPAddr.setDescription('This object indicates the IP address of sender of the MIB request that fails authentication. An authentication failure trap is generated when the SNMP agent recives a MIB request does not have the proper community name.')
ibmSysDumpTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1), )
if mibBuilder.loadTexts: ibmSysDumpTable.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpTable.setDescription('Table to provide system dump identification information.')
ibmSysDumpEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1), ).setIndexNames((0, "IBMIROC-MIB", "ibmSysDumpIndex"))
if mibBuilder.loadTexts: ibmSysDumpEntry.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpEntry.setDescription('The dump identification information for a single system dump.')
ibmSysDumpIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpIndex.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpIndex.setDescription('A unique identifier for a system dump entry.')
ibmSysDumpFileName = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 2), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpFileName.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpFileName.setDescription('The system dump file name.')
ibmSysDumpFileDate = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 3), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpFileDate.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpFileDate.setDescription('The creation date of the dump file.')
ibmSysDumpBuild = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 4), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpBuild.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpBuild.setDescription('The level of software running on the router when this dump occurred.')
ibmSysDumpBuilder = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 5), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpBuilder.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpBuilder.setDescription('The entity responsible for building the software running on the router.')
ibmSysDumpBuildName = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 6), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpBuildName.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpBuildName.setDescription('The internal name of the software running on the router.')
ibmSysDumpRetainName = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 7), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpRetainName.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpRetainName.setDescription('The external name of the software running on the router.')
ibmSysDumpProductNumber = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 8), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpProductNumber.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpProductNumber.setDescription('The program product number of the software running on the router.')
ibmSysDumpBuildDate = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 9), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpBuildDate.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpBuildDate.setDescription('The creation date of the software running on the router.')
ibmSysDumpFatalMsg1 = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 10), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpFatalMsg1.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpFatalMsg1.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibmSysDumpFatalMsg2 = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 11), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpFatalMsg2.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpFatalMsg2.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibmSysDumpFatalMsg3 = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 12), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpFatalMsg3.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpFatalMsg3.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibmSysDumpFatalMsg4 = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 13), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpFatalMsg4.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpFatalMsg4.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibmSysDumpFatalMsg5 = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 14), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpFatalMsg5.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpFatalMsg5.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibmSysDumpRemoteIPAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 15), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpRemoteIPAddr.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpRemoteIPAddr.setDescription('For platforms that may operate without a fixed disk, if this string is non null, it represents the remote host IP address where the dump was transferred.')
ibmSysDumpRemotePath = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 16), DisplayString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmSysDumpRemotePath.setStatus('mandatory')
if mibBuilder.loadTexts: ibmSysDumpRemotePath.setDescription('For platforms that may operate without a fixed disk, if this string is non null, it represents the remote host file path where the dump was transferred.')
platformType = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42))).clone(namedValues=NamedValues(("plat-other", 1), ("plat-mss-8210", 2), ("plat-mss-blade", 3), ("plat-mss-client", 4), ("plat-2216-400", 5), ("plat-2210-1s4", 6), ("plat-2210-1s8", 7), ("plat-2210-1u4", 8), ("plat-2210-1u8", 9), ("plat-2210-24e", 10), ("plat-2210-24m", 11), ("plat-2210-24t", 12), ("plat-2210-14t", 13), ("plat-2210-125", 14), ("plat-2210-127", 15), ("plat-2210-121", 16), ("plat-2210-12t", 17), ("plat-2210-126", 18), ("plat-2210-128", 19), ("plat-2210-122", 20), ("plat-2210-12e", 21), ("plat-2220-200", 22), ("plat-3746-MAE", 23), ("plat-mss-domain-client", 24), ("plat-mss-8210V2", 25), ("plat-mss-bladeV2", 26), ("plat-netu-xx1", 27), ("plat-2212-10F", 28), ("plat-2212-10H", 29), ("plat-2212-40F", 30), ("plat-2212-40H", 31), ("plat-8371", 32), ("plat-8375", 33), ("plat-2212-15F", 34), ("plat-2212-15H", 35), ("plat-2212-45F", 36), ("plat-2212-45H", 37), ("plat-reserved1", 38), ("plat-reserved2", 39), ("plat-8275-RR", 40), ("plat-8371-8260B", 41), ("plat-reserved", 42)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: platformType.setStatus('mandatory')
if mibBuilder.loadTexts: platformType.setDescription('The platform type containing this SNMP agent.')
platformDRAMSize = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: platformDRAMSize.setStatus('mandatory')
if mibBuilder.loadTexts: platformDRAMSize.setDescription('The amount of dynamic RAM (Megabytes) installed on this platform. DRAM is used to contain the routing software and associated data areas.')
platformFLASHSize = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: platformFLASHSize.setStatus('mandatory')
if mibBuilder.loadTexts: platformFLASHSize.setDescription("The amount of flash memory (Megabytes) installed on the 2210. Flash is used to hold configuration and software code loads, one pair of which can be loaded and made active on the platform. This object applies only to 2210, since other platforms' may or may not have FLASH, and if so, the size is not of interest. For these platforms, this object will take on a value of 0.")
platformNVRAMSize = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 4), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: platformNVRAMSize.setStatus('mandatory')
if mibBuilder.loadTexts: platformNVRAMSize.setDescription("The amount of non-volatile memory (Kilobytes) installed on the 2210. NVRAM, sometimes referred to as SRAM, is used to hold the active configuration records. This object applies only to 2210, since other platforms' may or may not have NVRAM, and if so, the size is not of interest. For these platforms, this object will take on a value of 0.")
platformFeatureSlot = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19))).clone(namedValues=NamedValues(("none", 1), ("isdn-BRI-ST", 2), ("isdn-PRI-E1-120", 3), ("isdn-PRI-E1-75", 4), ("isdn-PRI-T1J1", 5), ("atm-155", 6), ("atm-25", 7), ("serial-wan-4port", 8), ("serial-wan-8port", 9), ("modem-4port", 10), ("modem-8port", 11), ("isdn-BRI-4port-ST", 12), ("isdn-BRI-4port-U", 13), ("isdn-voice-ST-FXO", 14), ("isdn-voice-ST-FXS", 15), ("isdn-voice-ST-EM", 16), ("isdn-voice-U-FXO", 17), ("isdn-voice-U-FXS", 18), ("isdn-voice-U-EM", 19)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: platformFeatureSlot.setStatus('mandatory')
if mibBuilder.loadTexts: platformFeatureSlot.setDescription('The type of adapter installed in the feature slot of the 2210 platform. Note that not all adapter types listed above are currently supported, nor does this imply they will be supported in the future.')
pppProtocolTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1), )
if mibBuilder.loadTexts: pppProtocolTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolTable.setDescription('A table of protocol and control protocol statistics for protocols supported by PPP.')
pppProtocolEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppProtocolIfIndex"), (0, "IBMIROC-MIB", "pppProtocolId"))
if mibBuilder.loadTexts: pppProtocolEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolEntry.setDescription('An entry of protocol and control protocol information for a specific protocol supported by PPP.')
pppProtocolIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolIfIndex.setDescription('A unique identifier for an interface running PPP. This object is the same as the MIB-II ifIndex object.')
pppProtocolId = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15))).clone(namedValues=NamedValues(("ip", 1), ("decnet", 2), ("ipx", 3), ("bridge", 4), ("appletalk", 5), ("osi", 6), ("appnhpr", 7), ("appnisr", 8), ("vines", 9), ("compression", 10), ("netbios", 11), ("netbios-forw", 12), ("bandwidth-allocation", 13), ("encryption", 14), ("ipv6", 15)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolId.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolId.setDescription('A unique identifier of a protocol supported by PPP.')
pppProtocolRegistered = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("yes", 1), ("no", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolRegistered.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolRegistered.setDescription('Indicates whether this protocol is registered with PPP.')
pppProtocolState = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("closed", 1), ("listen", 2), ("requestSent", 3), ("ackReceived", 4), ("ackSent", 5), ("opened", 6), ("termSent", 7)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolState.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolState.setDescription('The value identifies the present state of the protocol.')
pppProtocolPreviousState = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("closed", 1), ("listen", 2), ("requestSent", 3), ("ackReceived", 4), ("ackSent", 5), ("opened", 6), ("termSent", 7)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolPreviousState.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolPreviousState.setDescription('The state of the protocol prior to the state given by pppProtocolState. These states are the same as those described for the object pppProtocolState. ')
pppProtocolLastTimeChange = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 6), TimeTicks()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolLastTimeChange.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolLastTimeChange.setDescription('The value of sysUpTime when the last protocol state change occurred.')
pppProtocolCtlInRejects = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolCtlInRejects.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolCtlInRejects.setDescription('Total number of a control protocol protocol-reject packets received over the PPP interface.')
pppProtocolCtlInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolCtlInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolCtlInOctets.setDescription('Total number of control protocol octets received over the PPP interface.')
pppProtocolCtlInPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolCtlInPkts.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolCtlInPkts.setDescription('Total number of control protocol packets received over the PPP interface.')
pppProtocolCtlOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolCtlOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolCtlOutOctets.setDescription('Total number of control protocol octets transmitted over the PPP interface.')
pppProtocolCtlOutPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolCtlOutPkts.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolCtlOutPkts.setDescription('Total number of a control protocol packets transmitted over the PPP interface.')
pppProtocolDataInRejects = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolDataInRejects.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolDataInRejects.setDescription('Total number of protocol reject packets received over the PPP interface.')
pppProtocolDataInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolDataInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolDataInOctets.setDescription('Total number of protocol octets received over the PPP interface.')
pppProtocolDataInPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolDataInPkts.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolDataInPkts.setDescription('Total number of protocol packets received over the PPP interface.')
pppProtocolDataOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolDataOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolDataOutOctets.setDescription('Total number of protocol octets transmitted over the PPP interface.')
pppProtocolDataOutPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 16), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppProtocolDataOutPkts.setStatus('mandatory')
if mibBuilder.loadTexts: pppProtocolDataOutPkts.setDescription('Total number of protocol packets transmitted over the PPP interface.')
pppLinkErrTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2), )
if mibBuilder.loadTexts: pppLinkErrTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrTable.setDescription('A table of link error statistics.')
pppLinkErrEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppLinkErrIfIndex"))
if mibBuilder.loadTexts: pppLinkErrEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrEntry.setDescription('An entry of link error information for a specific interface.')
pppLinkErrIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrIfIndex.setDescription('A unique identifier for an interface running PPP. This object is the same as the MIB-II ifIndex object.')
pppLinkErrBadAddrs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrBadAddrs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrBadAddrs.setDescription('Total number of packets received with a bad Address field.')
pppLinkErrLastBadAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 3), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 1)).setFixedLength(1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrLastBadAddr.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrLastBadAddr.setDescription('The last bad Address field received.')
pppLinkErrBadCtrls = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrBadCtrls.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrBadCtrls.setDescription('Total number of packets received with a bad Control field.')
pppLinkErrLastBadCtrl = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 5), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 1)).setFixedLength(1)).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrLastBadCtrl.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrLastBadCtrl.setDescription('The last bad Control field received.')
pppLinkErrUnkProtos = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrUnkProtos.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrUnkProtos.setDescription('Total number of packets received with a Protocol identifier not registered with PPP.')
pppLinkErrLastUnkProto = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 7), OctetString().subtype(subtypeSpec=ValueSizeConstraint(2, 2)).setFixedLength(2)).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrLastUnkProto.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrLastUnkProto.setDescription('The last unknown Protocol identifier received.')
pppLinkErrInvProtos = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrInvProtos.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrInvProtos.setDescription('Total number of packets received with a Protocol identifier that is not valid.')
pppLinkErrLastInvProto = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 9), OctetString().subtype(subtypeSpec=ValueSizeConstraint(2, 2)).setFixedLength(2)).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrLastInvProto.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrLastInvProto.setDescription('The last invalid Protocol identifier received.')
pppLinkErrConfigTOs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrConfigTOs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrConfigTOs.setDescription('Total number of timeouts that occurred on this link when sending a config request to open the PPP link.')
pppLinkErrTermTOs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLinkErrTermTOs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLinkErrTermTOs.setDescription('Total number of timeouts that occurred on this link when sending a terminate request to close the PPP link.')
pppLCProtoTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3), )
if mibBuilder.loadTexts: pppLCProtoTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoTable.setDescription('A table of link control protocol statistics.')
pppLCProtoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppLCProtoIfIndex"))
if mibBuilder.loadTexts: pppLCProtoEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoEntry.setDescription('An entry of link control protocol information for a specific interface.')
pppLCProtoIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoIfIndex.setDescription('A unique identifier for an interface running PPP. This object is the same as the MIB-II ifIndex object.')
pppLCProtoState = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("closed", 1), ("listen", 2), ("requestSent", 3), ("ackReceived", 4), ("ackSent", 5), ("opened", 6), ("termSent", 7)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoState.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoState.setDescription('The value identifies the present state of the PPP link. The closed(1) state indicates that the link is down and there is no attempt being made to open it and all connection requests from peers are rejected. In listen(2) state, the link is down and there is no attempt being made to open it, however, all the connection requests from peers are accepted. The state request-sent(3) indicates that an active attempt is being made to open the link. In this state, a Configure-request packet has been sent and no Configure-Ack has yet been received. In the state ack-received(4), a Configure-request packet has been sent and Configure-Ack packet has been received. The state ack-sent(5) indicates that a Congigure-request and Configure-Ack packets have been sent and Configure-Ack has not yet been received. The opened(6) state implies that a connection has been made and data may be sent. The state term-sent(7) indicates that an attempt is being made to close the connection and that a Terminate-request packet has been sent and a Terminate-Ack packet has not yet been received. ')
pppLCProtoPreviousState = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("closed", 1), ("listen", 2), ("requestSent", 3), ("ackReceived", 4), ("ackSent", 5), ("opened", 6), ("termSent", 7)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoPreviousState.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoPreviousState.setDescription('The state of the PPP link prior to the state given by pppLCProtoState. These states are the same as those described for the object pppLCProtoState. ')
pppLCProtoLastTimeChange = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 4), TimeTicks()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoLastTimeChange.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoLastTimeChange.setDescription('The value of sysUpTime when the last PPP link state change occurred.')
pppLCProtoOutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutPackets.setDescription('Total number of LCP packets transmitted over the PPP interface.')
pppLCProtoOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutOctets.setDescription('Total number of LCP octets transmitted over the PPP interface.')
pppLCProtoOutCRs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutCRs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutCRs.setDescription('Total number of LCP Config-requests transmitted over the PPP interface.')
pppLCProtoOutCAs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutCAs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutCAs.setDescription('Total number of LCP Config-acks transmitted over the PPP interface.')
pppLCProtoOutCNs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutCNs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutCNs.setDescription('Total number of LCP Config-nacks transmitted over the PPP interface.')
pppLCProtoOutCRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutCRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutCRejs.setDescription('Total number of LCP Config-rejects transmitted over the PPP interface.')
pppLCProtoOutTRs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutTRs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutTRs.setDescription('Total number of LCP Terminate-requests transmitted over the PPP interface.')
pppLCProtoOutTAs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutTAs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutTAs.setDescription('Total number of LCP Terminate-acks transmitted over the PPP interface.')
pppLCProtoOutCodeRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutCodeRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutCodeRejs.setDescription('Total number of LCP Code-rejects transmitted over the PPP interface.')
pppLCProtoOutEchoReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutEchoReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutEchoReqs.setDescription('Total number of LCP Echo-requests transmitted over the PPP interface.')
pppLCProtoOutEchoReps = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutEchoReps.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutEchoReps.setDescription('Total number of LCP Echo-replies transmitted over the PPP interface.')
pppLCProtoOutDiscReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 16), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutDiscReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutDiscReqs.setDescription('Total number of LCP Discard-requests transmitted over the PPP interface.')
pppLCProtoOutResetReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 17), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutResetReqs.setDescription('Total number of LCP Reset-requests transmitted over the PPP interface.')
pppLCProtoOutResetAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 18), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutResetAcks.setDescription('Total number of LCP Reset-Acks transmitted over the PPP interface.')
pppLCProtoOutIdents = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 19), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutIdents.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutIdents.setDescription('Total number of LCP Identification packets transmitted over the PPP interface.')
pppLCProtoOutTimeRemains = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 20), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoOutTimeRemains.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoOutTimeRemains.setDescription('Total number of LCP Time-Remaining packets transmitted over the PPP interface.')
pppLCProtoInRejects = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 21), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInRejects.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInRejects.setDescription('Total number of a LCP protocol-reject packets received over the PPP interface.')
pppLCProtoInPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 22), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInPackets.setDescription('Total number of LCP packets received over the PPP interface.')
pppLCProtoInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 23), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInOctets.setDescription('Total number of LCP octets received over the PPP interface.')
pppLCProtoInCRs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 24), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInCRs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInCRs.setDescription('Total number of LCP Config-requests received over the PPP interface.')
pppLCProtoInCAs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 25), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInCAs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInCAs.setDescription('Total number of LCP Config-acks received over the PPP interface.')
pppLCProtoInCNs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 26), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInCNs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInCNs.setDescription('Total number of LCP Config-nacks received over the PPP interface.')
pppLCProtoInCRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 27), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInCRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInCRejs.setDescription('Total number of LCP Config-rejects received over the PPP interface.')
pppLCProtoInTRs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 28), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInTRs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInTRs.setDescription('Total number of LCP Terminate-requests received over the PPP interface.')
pppLCProtoInTAs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 29), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInTAs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInTAs.setDescription('Total number of LCP Terminate-acks received over the PPP interface.')
pppLCProtoInCodeRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 30), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInCodeRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInCodeRejs.setDescription('Total number of LCP Code-rejects received over the PPP interface.')
pppLCProtoInEchoReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 31), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInEchoReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInEchoReqs.setDescription('Total number of LCP Echo-Requests received over the PPP interface.')
pppLCProtoInEchoReps = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 32), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInEchoReps.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInEchoReps.setDescription('Total number of LCP Echo-replies received over the PPP interface.')
pppLCProtoInDiscReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 33), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInDiscReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInDiscReqs.setDescription('Total number of LCP Discard-requests received over the PPP interface.')
pppLCProtoInResetReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 34), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInResetReqs.setDescription('Total number of LCP Reset-requests received over the PPP interface.')
pppLCProtoInResetAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 35), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInResetAcks.setDescription('Total number of LCP Reset-Acks received over the PPP interface.')
pppLCProtoInIdents = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 36), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInIdents.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInIdents.setDescription('Total number of LCP Identification packets received over the PPP interface.')
pppLCProtoInTimeRemains = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 37), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppLCProtoInTimeRemains.setStatus('mandatory')
if mibBuilder.loadTexts: pppLCProtoInTimeRemains.setDescription('Total number of LCP Time-Remaining packets received over the PPP interface.')
pppPAPTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4), )
if mibBuilder.loadTexts: pppPAPTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPTable.setDescription('A table of PAP statistics.')
pppPAPEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppPAPIfIndex"))
if mibBuilder.loadTexts: pppPAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPEntry.setDescription('An entry of PAP information.')
pppPAPIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPIfIndex.setDescription('A unique identifier for a PPP interface running PAP. This object is the same as the MIB-II ifIndex object.')
pppPAPInPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPInPackets.setDescription('Total number of PAP packets received over the PPP interface.')
pppPAPInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPInOctets.setDescription('Total number of PAP octets received over the PPP interface.')
pppPAPInRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPInRequests.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPInRequests.setDescription('Total number of PAP requests received over the PPP interface.')
pppPAPInAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPInAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPInAcks.setDescription('Total number of PAP acknowledgements received over the PPP interface.')
pppPAPInNacks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPInNacks.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPInNacks.setDescription('Total number of PAP non-acknowledgements received over the PPP interface.')
pppPAPOutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPOutPackets.setDescription('Total number of PAP packets sent over the PPP interface.')
pppPAPOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPOutOctets.setDescription('Total number of PAP octets sent over the PPP interface.')
pppPAPOutRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPOutRequests.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPOutRequests.setDescription('Total number of PAP requests sent over the PPP interface.')
pppPAPOutAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPOutAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPOutAcks.setDescription('Total number of PAP acknowledgements sent over the PPP interface.')
pppPAPOutNacks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppPAPOutNacks.setStatus('mandatory')
if mibBuilder.loadTexts: pppPAPOutNacks.setDescription('Total number of PAP non-acknowledgements sent over the PPP interface.')
pppCHAPTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5), )
if mibBuilder.loadTexts: pppCHAPTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPTable.setDescription('A table of CHAP statistics.')
pppCHAPEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppCHAPIfIndex"))
if mibBuilder.loadTexts: pppCHAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPEntry.setDescription('An entry of CHAP information.')
pppCHAPIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPIfIndex.setDescription('A unique identifier for a PPP interface running CHAP. This object is the same as the MIB-II ifIndex object.')
pppCHAPInPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPInPackets.setDescription('Total number of CHAP packets received over the PPP interface.')
pppCHAPInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPInOctets.setDescription('Total number of CHAP octets received over the PPP interface.')
pppCHAPInChallenges = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPInChallenges.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPInChallenges.setDescription('Total number of CHAP challenges received over the PPP interface.')
pppCHAPInResponses = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPInResponses.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPInResponses.setDescription('Total number of CHAP responses received over the PPP interface.')
pppCHAPInSuccesses = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPInSuccesses.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPInSuccesses.setDescription('Total number of CHAP successes received over the PPP interface.')
pppCHAPInFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPInFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPInFailures.setDescription('Total number of CHAP failures received over the PPP interface.')
pppCHAPOutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPOutPackets.setDescription('Total number of CHAP packets sent over the PPP interface.')
pppCHAPOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPOutOctets.setDescription('Total number of CHAP octets sent over the PPP interface.')
pppCHAPOutChallenges = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPOutChallenges.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPOutChallenges.setDescription('Total number of CHAP challenges sent over the PPP interface.')
pppCHAPOutResponses = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPOutResponses.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPOutResponses.setDescription('Total number of CHAP responses sent over the PPP interface.')
pppCHAPOutSuccesses = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPOutSuccesses.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPOutSuccesses.setDescription('Total number of CHAP successes sent over the PPP interface.')
pppCHAPOutFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCHAPOutFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppCHAPOutFailures.setDescription('Total number of CHAP failures sent over the PPP interface.')
pppSPAPTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6), )
if mibBuilder.loadTexts: pppSPAPTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPTable.setDescription('A table of SPAP statistics.')
pppSPAPEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppSPAPIfIndex"))
if mibBuilder.loadTexts: pppSPAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPEntry.setDescription('An entry of SPAP information.')
pppSPAPIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPIfIndex.setDescription('A unique identifier for a PPP interface running SPAP. This object is the same as the MIB-II ifIndex object.')
pppSPAPInPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInPackets.setDescription('Total number of SPAP packets received over the PPP interface.')
pppSPAPInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInOctets.setDescription('Total number of SPAP octets received over the PPP interface.')
pppSPAPInRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInRequests.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInRequests.setDescription('Total number of SPAP responses received over the PPP interface.')
pppSPAPInAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInAcks.setDescription('Total number of SPAP acknowledgements received over the PPP interface.')
pppSPAPInNacks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInNacks.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInNacks.setDescription('Total number of SPAP non-acknowledgements received over the PPP interface.')
pppSPAPInDialbacks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInDialbacks.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInDialbacks.setDescription('Total number of SPAP dialbacks received over the PPP interface.')
pppSPAPInPleaseAuthenticates = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInPleaseAuthenticates.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInPleaseAuthenticates.setDescription('Total number of SPAP authenticate requests received over the PPP interface.')
pppSPAPInChangePasswords = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInChangePasswords.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInChangePasswords.setDescription('Total number of SPAP password changes received over the PPP interface.')
pppSPAPInAlerts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInAlerts.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInAlerts.setDescription('Total number of SPAP alerts received over the PPP interface.')
pppSPAPInAlertAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPInAlertAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPInAlertAcks.setDescription('Total number of SPAP alert acknowledgements received over the PPP interface.')
pppSPAPOutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutPackets.setDescription('Total number of SPAP packets sent over the PPP interface.')
pppSPAPOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutOctets.setDescription('Total number of SPAP octets sent over the PPP interface.')
pppSPAPOutRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutRequests.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutRequests.setDescription('Total number of SPAP responses sent over the PPP interface.')
pppSPAPOutAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutAcks.setDescription('Total number of SPAP acknowledgements sent over the PPP interface.')
pppSPAPOutNacks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 16), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutNacks.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutNacks.setDescription('Total number of SPAP non-acknowledgements sent over the PPP interface.')
pppSPAPOutDialbacks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 17), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutDialbacks.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutDialbacks.setDescription('Total number of SPAP dialbacks sent over the PPP interface.')
pppSPAPOutPleaseAuthenticates = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 18), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutPleaseAuthenticates.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutPleaseAuthenticates.setDescription('Total number of SPAP authenticate requests sent over the PPP interface.')
pppSPAPOutChangePasswords = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 19), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutChangePasswords.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutChangePasswords.setDescription('Total number of SPAP password changes sent over the PPP interface.')
pppSPAPOutAlerts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 20), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutAlerts.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutAlerts.setDescription('Total number of SPAP alerts sent over the PPP interface.')
pppSPAPOutAlertAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 21), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppSPAPOutAlertAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppSPAPOutAlertAcks.setDescription('Total number of SPAP alert acknowledgements sent over the PPP interface.')
pppBAPTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7), )
if mibBuilder.loadTexts: pppBAPTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPTable.setDescription('A table of BAP protocol statistics.')
pppBAPEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppBAPIfIndex"))
if mibBuilder.loadTexts: pppBAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPEntry.setDescription('An entry of BAP information.')
pppBAPIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPIfIndex.setDescription('A unique identifier for a PPP interface running BAP. This object is the same as the MIB-II ifIndex object.')
pppBAPInCallReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInCallReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInCallReqs.setDescription('Total number of BAP incoming Call Request packets received over the PPP interface.')
pppBAPInCallAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInCallAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInCallAcks.setDescription('Total number of BAP incoming Call Acknowledgement packets received over the PPP interface.')
pppBAPInCallNaks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInCallNaks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInCallNaks.setDescription('Total number of BAP incoming Call Nak packets received over the PPP interface.')
pppBAPInCallRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInCallRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInCallRejs.setDescription('Total number of BAP incoming Call Reject packets received over the PPP interface.')
pppBAPInCallBackReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInCallBackReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInCallBackReqs.setDescription('Total number of BAP incoming CallBack Request packets received over the PPP interface.')
pppBAPInCallBackAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInCallBackAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInCallBackAcks.setDescription('Total number of BAP incoming CallBack Acknowledgement packets received over the PPP interface.')
pppBAPInCallBackNaks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInCallBackNaks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInCallBackNaks.setDescription('Total number of BAP incoming CallBack Nak packets received over the PPP interface.')
pppBAPInCallBackRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInCallBackRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInCallBackRejs.setDescription('Total number of BAP incoming CallBack Reject packets received over the PPP interface.')
pppBAPInDropReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInDropReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInDropReqs.setDescription('Total number of BAP incoming Drop Request packets received over the PPP interface.')
pppBAPInDropAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInDropAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInDropAcks.setDescription('Total number of BAP incoming Drop Acknowledgement packets received over the PPP interface.')
pppBAPInDropNaks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInDropNaks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInDropNaks.setDescription('Total number of BAP incoming Drop Nak packets received over the PPP interface.')
pppBAPInDropRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInDropRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInDropRejs.setDescription('Total number of BAP incoming Drop Reject packets received over the PPP interface.')
pppBAPInStatSuccs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInStatSuccs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInStatSuccs.setDescription('Total number of BAP incoming Call Status Success packets received over the PPP interface.')
pppBAPInStatFails = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPInStatFails.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPInStatFails.setDescription('Total number of BAP incoming Call Status Fail packets received over the PPP interface.')
pppBAPOutCallReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 16), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutCallReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutCallReqs.setDescription('Total number of BAP outgoing Call Request packets sent over the PPP interface.')
pppBAPOutCallAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 17), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutCallAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutCallAcks.setDescription('Total number of BAP outgoing Call Acknowledgement packets sent over the PPP interface.')
pppBAPOutCallNaks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 18), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutCallNaks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutCallNaks.setDescription('Total number of BAP outgoing Call Nak packets sent over the PPP interface.')
pppBAPOutCallRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 19), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutCallRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutCallRejs.setDescription('Total number of BAP outgoing Call Reject packets sent over the PPP interface.')
pppBAPOutCallBackReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 20), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutCallBackReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutCallBackReqs.setDescription('Total number of BAP outgoing CallBack Request packets sent over the PPP interface.')
pppBAPOutCallBackAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 21), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutCallBackAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutCallBackAcks.setDescription('Total number of BAP outgoing CallBack Acknowledgement packets sent over the PPP interface.')
pppBAPOutCallBackNaks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 22), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutCallBackNaks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutCallBackNaks.setDescription('Total number of BAP outgoing CallBack Nak packets sent over the PPP interface.')
pppBAPOutCallBackRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 23), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutCallBackRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutCallBackRejs.setDescription('Total number of BAP outgoing CallBack Reject packets sent over the PPP interface.')
pppBAPOutDropReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 24), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutDropReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutDropReqs.setDescription('Total number of BAP outgoing Drop Request packets sent over the PPP interface.')
pppBAPOutDropAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 25), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutDropAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutDropAcks.setDescription('Total number of BAP outgoing Drop Acknowledgement packets sent over the PPP interface.')
pppBAPOutDropNaks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 26), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutDropNaks.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutDropNaks.setDescription('Total number of BAP outgoing Drop Nak packets sent over the PPP interface.')
pppBAPOutDropRejs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 27), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutDropRejs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutDropRejs.setDescription('Total number of BAP outgoing Drop Reject packets sent over the PPP interface.')
pppBAPOutStatSuccs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 28), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutStatSuccs.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutStatSuccs.setDescription('Total number of BAP outgoing Call Status Success packets sent over the PPP interface.')
pppBAPOutStatFails = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 29), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppBAPOutStatFails.setStatus('mandatory')
if mibBuilder.loadTexts: pppBAPOutStatFails.setDescription('Total number of BAP outgoing Call Status Fail packets sent over the PPP interface.')
pppCPTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8), )
if mibBuilder.loadTexts: pppCPTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPTable.setDescription('A table of compression protocol and control protocol statistics.')
pppCPEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppCPIfIndex"))
if mibBuilder.loadTexts: pppCPEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPEntry.setDescription('An entry of CP and CCP information.')
pppCPIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPIfIndex.setDescription('A unique identifier for a PPP interface running CP. This object is the same as the MIB-II ifIndex object.')
pppCPInCompressedOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCPInCompressedOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPInCompressedOctets.setDescription('Total number of CP incoming compressed octets received over the PPP interface.')
pppCPInInCompressablePkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCPInInCompressablePkts.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPInInCompressablePkts.setDescription('Total number of CP incoming incompressable packets received over the PPP interface.')
pppCPInDestroyeds = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCPInDestroyeds.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPInDestroyeds.setDescription('Total number of CP incoming packets discarded for this PPP interface.')
pppCPInCopies = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCPInCopies.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPInCopies.setDescription('Total number of CP incoming packets requiring a copy to a spare buffer to correct alignment.')
pppCPOutCompressedOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCPOutCompressedOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPOutCompressedOctets.setDescription('Total number of CP outgoing compressed octets sent over the PPP interface.')
pppCPOutInCompressablePkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCPOutInCompressablePkts.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPOutInCompressablePkts.setDescription('Total number of CP outgoing incompressable packets sent over the PPP interface.')
pppCPOutDestroyeds = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCPOutDestroyeds.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPOutDestroyeds.setDescription('Total number of CP outgoing packets discarded for this PPP interface.')
pppCPOutCopies = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCPOutCopies.setStatus('mandatory')
if mibBuilder.loadTexts: pppCPOutCopies.setDescription('Total number of CP outgoing packets requiring a copy to a spare buffer to correct alignment.')
pppCCPInResetReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCCPInResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppCCPInResetReqs.setDescription('Total number of CCP incoming Reset request packets received over the PPP interface.')
pppCCPInResetAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCCPInResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppCCPInResetAcks.setDescription('Total number of CCP incoming Reset Acknowledgement packets received over the PPP interface.')
pppCCPInDictResets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCCPInDictResets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCCPInDictResets.setDescription('Total number of CCP incoming Dictionary Reset packets received over the PPP interface.')
pppCCPOutResetReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCCPOutResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppCCPOutResetReqs.setDescription('Total number of CCP outgoing Reset request packets sent over the PPP interface.')
pppCCPOutResetAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCCPOutResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppCCPOutResetAcks.setDescription('Total number of CCP outgoing Reset Acknowledgement packets sent over the PPP interface.')
pppCCPOutDictResets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCCPOutDictResets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCCPOutDictResets.setDescription('Total number of CCP outgoing Dictionary Reset packets sent over the PPP interface.')
pppCCPPacketDiscards = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 16), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCCPPacketDiscards.setStatus('mandatory')
if mibBuilder.loadTexts: pppCCPPacketDiscards.setDescription('Total number of CCP incoming packet discards occuring for this PPP interface.')
pppCCPOctetDiscards = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 17), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCCPOctetDiscards.setStatus('mandatory')
if mibBuilder.loadTexts: pppCCPOctetDiscards.setDescription('Total number of CCP outgoing packet discards occuring for this PPP interface.')
pppEPTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9), )
if mibBuilder.loadTexts: pppEPTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppEPTable.setDescription('A table of encryption protocol and control protocol statistics.')
pppEPEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppEPIfIndex"))
if mibBuilder.loadTexts: pppEPEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppEPEntry.setDescription('An entry of EP and ECP information.')
pppEPIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppEPIfIndex.setDescription('A unique identifier for a PPP interface running EP. This object is the same as the MIB-II ifIndex object.')
pppEPInEncryptedOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEPInEncryptedOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppEPInEncryptedOctets.setDescription('Total number of EP incoming encrypted octets received over the PPP interface.')
pppEPInDestroyeds = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEPInDestroyeds.setStatus('mandatory')
if mibBuilder.loadTexts: pppEPInDestroyeds.setDescription('Total number of EP incoming packets discarded for this PPP interface.')
pppEPInCopies = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEPInCopies.setStatus('mandatory')
if mibBuilder.loadTexts: pppEPInCopies.setDescription('Total number of EP incoming packets requiring a copy to a spare buffer to correct alignment.')
pppEPOutEncryptedOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEPOutEncryptedOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppEPOutEncryptedOctets.setDescription('Total number of EP outgoing encrypted octets sent over the PPP interface.')
pppEPOutDestroyeds = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEPOutDestroyeds.setStatus('mandatory')
if mibBuilder.loadTexts: pppEPOutDestroyeds.setDescription('Total number of EP outgoing packets discarded for this PPP interface.')
pppEPOutCopies = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEPOutCopies.setStatus('mandatory')
if mibBuilder.loadTexts: pppEPOutCopies.setDescription('Total number of EP outgoing packets requiring a copy to a spare buffer to correct alignment.')
pppECPInResetReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppECPInResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppECPInResetReqs.setDescription('Total number of ECP incoming Reset request packets received over the PPP interface.')
pppECPInResetAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppECPInResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppECPInResetAcks.setDescription('Total number of ECP incoming Reset Acknowledgement packets received over the PPP interface.')
pppECPInDictResets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppECPInDictResets.setStatus('mandatory')
if mibBuilder.loadTexts: pppECPInDictResets.setDescription('Total number of ECP incoming Dictionary Reset packets received over the PPP interface.')
pppECPOutResetReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppECPOutResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts: pppECPOutResetReqs.setDescription('Total number of ECP outgoing Reset request packets sent over the PPP interface.')
pppECPOutResetAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppECPOutResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppECPOutResetAcks.setDescription('Total number of ECP outgoing Reset Acknowledgement packets sent over the PPP interface.')
pppECPOutDictResets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppECPOutDictResets.setStatus('mandatory')
if mibBuilder.loadTexts: pppECPOutDictResets.setDescription('Total number of ECP outgoing Dictionary Reset packets sent over the PPP interface.')
pppECPPacketDiscards = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppECPPacketDiscards.setStatus('mandatory')
if mibBuilder.loadTexts: pppECPPacketDiscards.setDescription('Total number of ECP incoming packet discards occuring for this PPP interface.')
pppECPOctetDiscards = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppECPOctetDiscards.setStatus('mandatory')
if mibBuilder.loadTexts: pppECPOctetDiscards.setDescription('Total number of ECP outgoing packet discards occuring for this PPP interface.')
pppMSCHAPTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10), )
if mibBuilder.loadTexts: pppMSCHAPTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPTable.setDescription('A table of MSCHAP statistics.')
pppMSCHAPEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppMSCHAPIfIndex"))
if mibBuilder.loadTexts: pppMSCHAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPEntry.setDescription('An entry of MSCHAP information.')
pppMSCHAPIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPIfIndex.setDescription('A unique identifier for a PPP interface running MSCHAP. This object is the same as the MIB-II ifIndex object.')
pppMSCHAPInPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInPackets.setDescription('Total number of MSCHAP packets received over the PPP interface.')
pppMSCHAPInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInOctets.setDescription('Total number of MSCHAP octets received over the PPP interface.')
pppMSCHAPInChallenges = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInChallenges.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInChallenges.setDescription('Total number of MSCHAP challenges received over the PPP interface.')
pppMSCHAPInResponses = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInResponses.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInResponses.setDescription('Total number of MSCHAP responses received over the PPP interface.')
pppMSCHAPInSuccesses = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInSuccesses.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInSuccesses.setDescription('Total number of MSCHAP successes received over the PPP interface.')
pppMSCHAPInFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInFailures.setDescription('Total number of MSCHAP failures received over the PPP interface.')
pppMSCHAPInChangePasswords = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInChangePasswords.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInChangePasswords.setDescription('Total number of MSCHAP change passwords received over the PPP interface.')
pppMSCHAPInRestrictedHoursFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInRestrictedHoursFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInRestrictedHoursFailures.setDescription('Total number of MSCHAP restricted hours failures received over the PPP interface.')
pppMSCHAPInAccountDisabledFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInAccountDisabledFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInAccountDisabledFailures.setDescription('Total number of MSCHAP account disabled failures received over the PPP interface.')
pppMSCHAPInPasswordExpiredFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInPasswordExpiredFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInPasswordExpiredFailures.setDescription('Total number of MSCHAP password expired failures received over the PPP interface.')
pppMSCHAPInNoPermissionFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInNoPermissionFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInNoPermissionFailures.setDescription('Total number of MSCHAP no permission failures received over the PPP interface.')
pppMSCHAPInAuthenticationFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInAuthenticationFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInAuthenticationFailures.setDescription('Total number of MSCHAP authentication failures received over the PPP interface.')
pppMSCHAPInChangePasswordFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPInChangePasswordFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPInChangePasswordFailures.setDescription('Total number of MSCHAP change password failures received over the PPP interface.')
pppMSCHAPOutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutPackets.setDescription('Total number of MSCHAP packets sent over the PPP interface.')
pppMSCHAPOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 16), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutOctets.setDescription('Total number of MSCHAP octets sent over the PPP interface.')
pppMSCHAPOutChallenges = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 17), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutChallenges.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutChallenges.setDescription('Total number of MSCHAP challenges sent over the PPP interface.')
pppMSCHAPOutResponses = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 18), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutResponses.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutResponses.setDescription('Total number of MSCHAP responses sent over the PPP interface.')
pppMSCHAPOutSuccesses = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 19), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutSuccesses.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutSuccesses.setDescription('Total number of MSCHAP successes sent over the PPP interface.')
pppMSCHAPOutFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 20), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutFailures.setDescription('Total number of MSCHAP failures sent over the PPP interface.')
pppMSCHAPOutChangePasswords = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 21), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutChangePasswords.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutChangePasswords.setDescription('Total number of MSCHAP change passwords sent over the PPP interface.')
pppMSCHAPOutRestrictedHoursFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 22), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutRestrictedHoursFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutRestrictedHoursFailures.setDescription('Total number of MSCHAP restricted hours failures sent over the PPP interface.')
pppMSCHAPOutAccountDisabledFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 23), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutAccountDisabledFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutAccountDisabledFailures.setDescription('Total number of MSCHAP account disabled failures sent over the PPP interface.')
pppMSCHAPOutPasswordExpiredFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 24), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutPasswordExpiredFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutPasswordExpiredFailures.setDescription('Total number of MSCHAP password expired failures sent over the PPP interface.')
pppMSCHAPOutNoPermissionFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 25), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutNoPermissionFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutNoPermissionFailures.setDescription('Total number of MSCHAP no permission failures sent over the PPP interface.')
pppMSCHAPOutAuthenticationFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 26), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutAuthenticationFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutAuthenticationFailures.setDescription('Total number of MSCHAP authentication failures sent over the PPP interface.')
pppMSCHAPOutChangePasswordFailures = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 27), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMSCHAPOutChangePasswordFailures.setStatus('mandatory')
if mibBuilder.loadTexts: pppMSCHAPOutChangePasswordFailures.setDescription('Total number of MSCHAP change password failures sent over the PPP interface.')
pppCBCPTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11), )
if mibBuilder.loadTexts: pppCBCPTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppCBCPTable.setDescription('A table of CBCP statistics.')
pppCBCPEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppCBCPIfIndex"))
if mibBuilder.loadTexts: pppCBCPEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppCBCPEntry.setDescription('An entry of CBCP information.')
pppCBCPIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCBCPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppCBCPIfIndex.setDescription('A unique identifier for a PPP interface running CBCP. This object is the same as the MIB-II ifIndex object.')
pppCBCPInPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCBCPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCBCPInPackets.setDescription('Total number of CBCP packets received over the PPP interface.')
pppCBCPInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCBCPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCBCPInOctets.setDescription('Total number of CBCP octets received over the PPP interface.')
pppCBCPOutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCBCPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCBCPOutPackets.setDescription('Total number of CBCP packets sent over the PPP interface.')
pppCBCPOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCBCPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppCBCPOutOctets.setDescription('Total number of CBCP octets sent over the PPP interface.')
pppCBCPAttempts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCBCPAttempts.setStatus('mandatory')
if mibBuilder.loadTexts: pppCBCPAttempts.setDescription('Total number of CBCP attempts.')
pppCBCPSuccess = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppCBCPSuccess.setStatus('mandatory')
if mibBuilder.loadTexts: pppCBCPSuccess.setDescription('Total number of CBCP successes.')
pppEAPTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12), )
if mibBuilder.loadTexts: pppEAPTable.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPTable.setDescription('A table of EAP statistics.')
pppEAPEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppEAPIfIndex"))
if mibBuilder.loadTexts: pppEAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPEntry.setDescription('An entry of EAP information.')
pppEAPIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPIfIndex.setDescription('A unique identifier for a PPP interface running EAP. This object is the same as the MIB-II ifIndex object.')
pppEAPInPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPInPackets.setDescription('Total number of EAP packets received over the PPP interface.')
pppEAPInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPInOctets.setDescription('Total number of EAP octets received over the PPP interface.')
pppEAPInRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPInRequests.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPInRequests.setDescription('Total number of EAP requests received over the PPP interface.')
pppEAPInAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPInAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPInAcks.setDescription('Total number of EAP acknowledgments received over the PPP interface.')
pppEAPInNaks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPInNaks.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPInNaks.setDescription('Total number of EAP negative acknowledgements received over the PPP interface.')
pppEAPOutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPOutPackets.setDescription('Total number of EAP packets sent over the PPP interface.')
pppEAPOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPOutOctets.setDescription('Total number of EAP octets sent over the PPP interface.')
pppEAPOutRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPOutRequests.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPOutRequests.setDescription('Total number of EAP requests sent over the PPP interface.')
pppEAPOutAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPOutAcks.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPOutAcks.setDescription('Total number of EAP acknowledgments sent over the PPP interface.')
pppEAPOutNaks = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppEAPOutNaks.setStatus('mandatory')
if mibBuilder.loadTexts: pppEAPOutNaks.setDescription('Total number of EAP negative acknowledgements sent over the PPP interface.')
pppMPPETable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13), )
if mibBuilder.loadTexts: pppMPPETable.setStatus('mandatory')
if mibBuilder.loadTexts: pppMPPETable.setDescription('A table of MPPE statistics.')
pppMPPEEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1), ).setIndexNames((0, "IBMIROC-MIB", "pppMPPEIfIndex"))
if mibBuilder.loadTexts: pppMPPEEntry.setStatus('mandatory')
if mibBuilder.loadTexts: pppMPPEEntry.setDescription('An entry of MPPE information.')
pppMPPEIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMPPEIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: pppMPPEIfIndex.setDescription('A unique identifier for a PPP interface running MPPE. This object is the same as the MIB-II ifIndex object.')
pppMPPEInPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 2), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMPPEInPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppMPPEInPackets.setDescription('Total number of MPPE packets received over the PPP interface.')
pppMPPEInOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMPPEInOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppMPPEInOctets.setDescription('Total number of MPPE octets received over the PPP interface.')
pppMPPEInDestroyed = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 4), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMPPEInDestroyed.setStatus('mandatory')
if mibBuilder.loadTexts: pppMPPEInDestroyed.setDescription('Total number of MPPE requests received over the PPP interface that were discarded.')
pppMPPEOutPackets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMPPEOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts: pppMPPEOutPackets.setDescription('Total number of MPPE packets sent over the PPP interface.')
pppMPPEOutOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMPPEOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts: pppMPPEOutOctets.setDescription('Total number of MPPE octets sent over the PPP interface.')
pppMPPEOutDestroyed = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: pppMPPEOutDestroyed.setStatus('mandatory')
if mibBuilder.loadTexts: pppMPPEOutDestroyed.setDescription('Total number of MPPE requests discarded and not sent over the PPP interface.')
ibmdlswTConnGroupOperTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1), )
if mibBuilder.loadTexts: ibmdlswTConnGroupOperTable.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperTable.setDescription('Information about multicast groups of which this DLSw is currently a member.')
ibmdlswTConnGroupOperEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1), ).setIndexNames((0, "IBMIROC-MIB", "ibmdlswTConnGroupOperIndex"))
if mibBuilder.loadTexts: ibmdlswTConnGroupOperEntry.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperEntry.setDescription('Information about a single multicast group of which this DLSw is a member.')
ibmdlswTConnGroupOperIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperIndex.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperIndex.setDescription('The index to the conceptual row of the table. Values are assigned by the agent and are not reused, but continue to increase in value.')
ibmdlswTConnGroupOperRole = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("peer", 1), ("client", 2), ("server", 3), ("readonly", 4), ("writeonly", 5), ("readwrite", 6), ("other", 7)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperRole.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperRole.setDescription('The role that this DLSw plays within the group. The first three roles are used by the IBM multicast DLSw group feature. The next three roles are used when interoperating with DLSw Version 2 compliant partners that may not have the IBM group feature.')
ibmdlswTConnGroupOperJoinTime = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 3), TimeTicks()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperJoinTime.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperJoinTime.setDescription('The amount of time (in hundredths of a second) since this DLSw node last became a member of this group.')
ibmdlswTConnGroupOperConfigIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2147483647))).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperConfigIndex.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperConfigIndex.setDescription('The value of dlswTConnConfigIndex of the dlswTConnConfigEntry that governs the configuration information used by this ibmdlswTConnGroupOperEntry. A management station can therefore normally examine both configured and operational information for this multicast group.')
ibmdlswTConnGroupOperInDataPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperInDataPkts.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperInDataPkts.setDescription('The number of Switch-to-Switch Protocol (SSP) messages of type DATAFRAME received for this group.')
ibmdlswTConnGroupOperOutDataPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperOutDataPkts.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperOutDataPkts.setDescription('The number of Switch-to-Switch Protocol (SSP) messages of type DATAFRAME transmitted for this group.')
ibmdlswTConnGroupOperInDataOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperInDataOctets.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperInDataOctets.setDescription('The number of octets in Switch-to-Switch Protocol (SSP) messages of type DATAFRAME received for this group. Each message is counted starting with the first octet following the SSP message header.')
ibmdlswTConnGroupOperOutDataOctets = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperOutDataOctets.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperOutDataOctets.setDescription('The number of octets in Switch-to-Switch Protocol (SSP) messages of type DATAFRAME transmitted for this group. Each message is counted starting with the first octet following the SSP message header.')
ibmdlswTConnGroupOperInCntlPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperInCntlPkts.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperInCntlPkts.setDescription('The number of Switch-to-Switch Protocol (SSP) messages received for this group which were not of type DATAFRAME.')
ibmdlswTConnGroupOperOutCntlPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperOutCntlPkts.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperOutCntlPkts.setDescription('The number of Switch-to-Switch Protocol (SSP) messages transmitted for this group which were not of type DATAFRAME.')
ibmdlswTConnGroupOperCURexSents = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperCURexSents.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperCURexSents.setDescription('The number of CanUReach_ex messages sent for this group.')
ibmdlswTConnGroupOperICRexRcvds = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperICRexRcvds.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperICRexRcvds.setDescription('The number of ICanReach_ex messages received for this group.')
ibmdlswTConnGroupOperCURexRcvds = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperCURexRcvds.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperCURexRcvds.setDescription('The number of CanUReach_ex messages received for this group.')
ibmdlswTConnGroupOperICRexSents = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperICRexSents.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperICRexSents.setDescription('The number of ICanReach_ex messages sent for this group.')
ibmdlswTConnGroupOperNQexSents = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 15), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperNQexSents.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperNQexSents.setDescription('The number of NetBIOS_NQ_ex (NetBIOS Name Query-explorer) messages sent for this group.')
ibmdlswTConnGroupOperNRexRcvds = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 16), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperNRexRcvds.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperNRexRcvds.setDescription('The number of NETBIOS_NR_ex (NetBIOS Name Recognized-explorer) messages received for this group.')
ibmdlswTConnGroupOperNQexRcvds = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 17), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperNQexRcvds.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperNQexRcvds.setDescription('The number of NETBIOS_NQ_ex messages received for this group.')
ibmdlswTConnGroupOperNRexSents = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 18), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswTConnGroupOperNRexSents.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswTConnGroupOperNRexSents.setDescription('The number of NETBIOS_NR_ex messages sent for this group.')
ibmdlswQllcLsTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2), )
if mibBuilder.loadTexts: ibmdlswQllcLsTable.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsTable.setDescription('Table to provide an address mapping from configured QLLC addresses to DLSw MAC and SAP addresses, and other configured QLLC station information.')
ibmdlswQllcLsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1), ).setIndexNames((0, "IBMIROC-MIB", "ibmdlswQllcLsIfIndex"), (0, "IBMIROC-MIB", "ibmdlswQllcLsQdomain"), (0, "IBMIROC-MIB", "ibmdlswQllcLsQaddress"))
if mibBuilder.loadTexts: ibmdlswQllcLsEntry.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsEntry.setDescription('The configured information for a single QLLC station.')
ibmdlswQllcLsIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsIfIndex.setDescription('A unique identifier for the X.25 interface running QLLC through which this station is reached. This object is the same as the MIB-II ifIndex object.')
ibmdlswQllcLsQdomain = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("pvc", 1), ("svc", 2)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsQdomain.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsQdomain.setDescription('X.25 circuit type identifier, permanent or switched')
ibmdlswQllcLsQaddress = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 3), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 15))).setMaxAccess("readwrite")
if mibBuilder.loadTexts: ibmdlswQllcLsQaddress.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsQaddress.setDescription('For PVCs, this is the logical channel number dedicated to this X.25 circuit. For SVCs, this is the DTE address of the remote QLLC device (i.e., the address that the DLSw node places a call to or receives a call from).')
ibmdlswQllcLsChannel = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 4095))).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsChannel.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsChannel.setDescription('Logical channel number for PVCs and connected SVCs. A value of zero indicates an SVC without a connected call.')
ibmdlswQllcLsLocalMac = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 5), MacAddressNCIROC()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsLocalMac.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsLocalMac.setDescription('The MAC address that represents this QLLC station to other devices within the DLSw network.')
ibmdlswQllcLsLocalSap = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 6), OctetString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsLocalSap.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsLocalSap.setDescription('The SAP that accompanies ibmdlswQllcLsLocalMac.')
ibmdlswQllcLsRemoteMac = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 7), MacAddressNCIROC()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsRemoteMac.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsRemoteMac.setDescription('The MAC address of a device in the DLSw network that this QLLC device can initiate a DLSw circuit to. If zero, the QLLC device cannot originate a DLSw circuit, but can only be the destination.')
ibmdlswQllcLsRemoteSap = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 8), OctetString()).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsRemoteSap.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsRemoteSap.setDescription('The SAP that accompanies ibmdlswQllcLsRemoteMac. If zero, the QLLC device cannot originate a DLSw circuit, but can only be the destination.')
ibmdlswQllcLsPuType = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 4, 5, 6))).clone(namedValues=NamedValues(("type1", 1), ("type2", 2), ("type4", 4), ("type5", 5), ("other", 6)))).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsPuType.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsPuType.setDescription('SNA Physical Unit type of the QLLC device.')
ibmdlswQllcLsBlkNum = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 10), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(3, 3)).setFixedLength(3)).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsBlkNum.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsBlkNum.setDescription('SNA XID_0 block number for the QLLC device. A non-zero value implies that the DLSw node will generate an XID_0 on behalf of the device.')
ibmdlswQllcLsIdNum = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 11), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(5, 5)).setFixedLength(5)).setMaxAccess("readonly")
if mibBuilder.loadTexts: ibmdlswQllcLsIdNum.setStatus('mandatory')
if mibBuilder.loadTexts: ibmdlswQllcLsIdNum.setDescription('SNA XID_0 id number for the QLLC device. A non-zero value implies that the DLSw node will generate an XID_0 on behalf of the device.')
frCLLMStatsTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1), )
if mibBuilder.loadTexts: frCLLMStatsTable.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMStatsTable.setDescription('A table containing information about CLLM messages received from the switch.')
frCLLMStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1, 1), ).setIndexNames((0, "IBMIROC-MIB", "frCLLMStatsIfIndex"), (0, "IBMIROC-MIB", "frCLLMStatsDlci"))
if mibBuilder.loadTexts: frCLLMStatsEntry.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMStatsEntry.setDescription('The CLLM information for a particular virtual circuit.')
frCLLMStatsIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: frCLLMStatsIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMStatsIfIndex.setDescription('The ifIndex value identifying the Frame Relay interface to which this CLLM information pertains.')
frCLLMStatsDlci = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: frCLLMStatsDlci.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMStatsDlci.setDescription('The DLCI value identifying the Frame Relay virtual circuit to which this CLLM information pertains.')
frCLLMStatsRcvds = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1, 1, 3), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: frCLLMStatsRcvds.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMStatsRcvds.setDescription('The number of CLLM messages received which reported status on this virtual circuit.')
frCLLMCauseTable = MibTable((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 2), )
if mibBuilder.loadTexts: frCLLMCauseTable.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMCauseTable.setDescription('A table containing information about CLLM message cause codes.')
frCLLMCauseEntry = MibTableRow((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 2, 1), ).setIndexNames((0, "IBMIROC-MIB", "frCLLMCauseIfIndex"))
if mibBuilder.loadTexts: frCLLMCauseEntry.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMCauseEntry.setDescription('The CLLM cause information for a particular interface.')
frCLLMCauseIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 2, 1, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: frCLLMCauseIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMCauseIfIndex.setDescription('The ifIndex value identifying the Frame Relay interface to which this CLLM cause information pertains.')
frCLLMCauseCode = MibTableColumn((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 2, 1, 2), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: frCLLMCauseCode.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMCauseCode.setDescription('The cause code in the last CLLM message received on this interface.')
frSimpleObjs = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3))
frCLLMDlciList = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3, 1), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 1024))).setMaxAccess("readonly")
if mibBuilder.loadTexts: frCLLMDlciList.setStatus('mandatory')
if mibBuilder.loadTexts: frCLLMDlciList.setDescription('The list of DLCIs contained in the last CLLM message received.')
frTrapStateFECN = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2))).clone('disabled')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: frTrapStateFECN.setStatus('mandatory')
if mibBuilder.loadTexts: frTrapStateFECN.setDescription('This variable indicates whether the system produces the frrcvdFECN trap.')
frTrapStateBECN = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2))).clone('disabled')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: frTrapStateBECN.setStatus('mandatory')
if mibBuilder.loadTexts: frTrapStateBECN.setDescription('This variable indicates whether the system produces the frrcvdBECN trap.')
frTrapStateCLLM = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2))).clone('disabled')).setMaxAccess("readwrite")
if mibBuilder.loadTexts: frTrapStateCLLM.setStatus('mandatory')
if mibBuilder.loadTexts: frTrapStateCLLM.setDescription('This variable indicates whether the system produces the frrcvdCLLM trap.')
ibmIROCfrBRS = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 4))
ibmIROCfrcircuit = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 5))
tcpiprouteTabSize = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 1), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteTabSize.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteTabSize.setDescription('The configured number of entries that the routing table can maintain.')
tcpiprouteTabUsed = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 2), Gauge32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteTabUsed.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteTabUsed.setDescription('The current number of routing table entries being used. The number includes both active and inactive entries.')
tcpiprouteCacheSize = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 3), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteCacheSize.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteCacheSize.setDescription('The configured number of entries that the routing cache can maintain.')
tcpiprouteCacheUsed = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 4), Gauge32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteCacheUsed.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteCacheUsed.setDescription('The current number of routing cache entries being used.')
tcpiprouteOverFlow = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 5), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteOverFlow.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteOverFlow.setDescription('The number of routes that had to be discarded because the routing table was full.')
tcpiprouteNoReach = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 6), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteNoReach.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteNoReach.setDescription('The number of packets that could not be forwarded because of unknown destinations. This does not count the number of packets forwarded to the default gateway.')
tcpiprouteBadSubnet = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 7), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteBadSubnet.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteBadSubnet.setDescription('The number of packets and routes that have been received for illegal subnets (all ones or all zeroes).')
tcpiprouteBadNet = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 8), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteBadNet.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteBadNet.setDescription('The number of packets and routes that have been received for illegal IP destinations.')
tcpiprouteUnhBcast = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 9), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteUnhBcast.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteUnhBcast.setDescription('The number of non-local IP broadcasts received (which are not forwarded).')
tcpiprouteUnhMcast = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 10), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteUnhMcast.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteUnhMcast.setDescription('The number of IP multicasts received, but whose addresses were not recognized by the router (and are discarded).')
tcpiprouteUnhDirBcast = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 11), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteUnhDirBcast.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteUnhDirBcast.setDescription('The number of directed, non-local IP broadcasts received when forwarding of these packets is disabled.')
tcpiprouteUnhLLbcast = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 12), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteUnhLLbcast.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteUnhLLbcast.setDescription('The number of packets received having non-local IP addresses but were sent to a link-level broadcst address (and are discarded).')
tcpiprouteDiscFilt = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 13), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteDiscFilt.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteDiscFilt.setDescription('The number of packets received that have been addressed to filtered networks or subnets (and are discarded).')
tcpiprouteMultRcvd = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 14), Counter32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpiprouteMultRcvd.setStatus('mandatory')
if mibBuilder.loadTexts: tcpiprouteMultRcvd.setDescription('The number of IP multicasts that have been received and processed successfully.')
tcpCurrConnections = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 15), Gauge32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpCurrConnections.setStatus('mandatory')
if mibBuilder.loadTexts: tcpCurrConnections.setDescription('The current number of TCP connections, which can be in any state. This object and tcpMaxConnections are defined mainly to monitor the number of TCP connections and their affect on memory usage in the router.')
tcpMaxConnections = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 16), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: tcpMaxConnections.setStatus('mandatory')
if mibBuilder.loadTexts: tcpMaxConnections.setDescription('The maximum number of TCP connections allowed. This object and tcpCurrConnections are defined mainly to monitor the number of TCP connections and their affect on memory usage in the router.')
serverCurrConnections = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 17), Gauge32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: serverCurrConnections.setStatus('mandatory')
if mibBuilder.loadTexts: serverCurrConnections.setDescription('The current number of connections to a local server application (for example, TN3270E or Web Cache). This object and serverMaxConnections are defined mainly to monitor the number of server connections and their affect on memory usage in the router.')
serverMaxConnections = MibScalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 18), Integer32()).setMaxAccess("readonly")
if mibBuilder.loadTexts: serverMaxConnections.setStatus('mandatory')
if mibBuilder.loadTexts: serverMaxConnections.setDescription('The maximum number of connections allowed to a local server application (for example, TN3270E or Web Cache). This object and serverCurrConnections are defined mainly to monitor the number of server connections and their affect on memory usage in the router.')
ibmIROCtrapsfr = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 1))
frrcvdFECN = NotificationType((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 1) + (0,1)).setObjects(("RFC1315-MIB", "frCircuitIfIndex"), ("RFC1315-MIB", "frCircuitDlci"))
if mibBuilder.loadTexts: frrcvdFECN.setDescription('This trap indicates that a frame was received from the network on this virtual circuit and it indicated forward congestion.')
frrcvdBECN = NotificationType((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 1) + (0,2)).setObjects(("RFC1315-MIB", "frCircuitIfIndex"), ("RFC1315-MIB", "frCircuitDlci"))
if mibBuilder.loadTexts: frrcvdBECN.setDescription('This trap indicates that a frame was received from the network on this virtual circuit and it indicated backward congestion.')
frrcvdCLLM = NotificationType((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 1) + (0,3)).setObjects(("IBMIROC-MIB", "frCLLMCauseIfIndex"), ("IBMIROC-MIB", "frCLLMCauseCode"), ("IBMIROC-MIB", "frCLLMDlciList"))
if mibBuilder.loadTexts: frrcvdCLLM.setDescription('This trap indicates that a CLLM message was received from the network.')
ibmIROCtrapssys = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 2))
mosMemLow = NotificationType((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 2) + (0,1)).setObjects(("PROTEON-MIB", "proResMemHeapTotal"), ("PROTEON-MIB", "proResMemHeapNeverAlloc"))
if mibBuilder.loadTexts: mosMemLow.setDescription('This trap indicates that the free heap amount has dropped below a given percentage of the total heap memory available. The default percentage is 10%, however this threshhold can be modified by the user via a patch variable.')
ibmIROCtrapsels = MibIdentifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 3))
elsTrap = NotificationType((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 3) + (0,2)).setObjects(("PROTEON-MIB", "proElsSubSysEventMsg"))
if mibBuilder.loadTexts: elsTrap.setDescription('When the routing subsystem ELS component is configured to generate SNMP traps, the following trap is generated. It contains a single varBind containing a text string in one of the two following formats. If ELS timestamping is enabled: hr:min:sec subsys_name.event_num: message_text For example - 09:32:56 IP.008: no rte 9.7.1.8 -> 9.7.4.3 dsc If ELS timestamping is disabled: subsys_name.event_num: message_text For example - IP.008: no rte 9.7.1.8 -> 9.7.4.3 dsc NOTE: The following subsystems cannot have their events sent in SNMP traps (ARP, ICMP, UDP, SNMP and IP (excluding IP access control events)). This restriction is due to the fact that these subsystems are involved in sending an SNMP trap and allowing them could cause an infinite loop in the router software.')
mibBuilder.exportSymbols("IBMIROC-MIB", pppMSCHAPInRestrictedHoursFailures=pppMSCHAPInRestrictedHoursFailures, pppMSCHAPOutPasswordExpiredFailures=pppMSCHAPOutPasswordExpiredFailures, ibmSysDumpBuilder=ibmSysDumpBuilder, pppLinkErrUnkProtos=pppLinkErrUnkProtos, frCLLMStatsRcvds=frCLLMStatsRcvds, pppSPAPInAlertAcks=pppSPAPInAlertAcks, pppBAPInCallRejs=pppBAPInCallRejs, ibmIROCswitching=ibmIROCswitching, frTrapStateFECN=frTrapStateFECN, pppLCProtoOutPackets=pppLCProtoOutPackets, pppEAPOutAcks=pppEAPOutAcks, pppLinkErrEntry=pppLinkErrEntry, pppCHAPIfIndex=pppCHAPIfIndex, pppBAPOutCallBackReqs=pppBAPOutCallBackReqs, pppLCProtoInEchoReqs=pppLCProtoInEchoReqs, pppECPOutResetAcks=pppECPOutResetAcks, ibmdlswTConnGroupOperConfigIndex=ibmdlswTConnGroupOperConfigIndex, pppSPAPOutNacks=pppSPAPOutNacks, pppBAPOutDropRejs=pppBAPOutDropRejs, tcpCurrConnections=tcpCurrConnections, pppLCProtoInCNs=pppLCProtoInCNs, pppSPAPInRequests=pppSPAPInRequests, pppPAPOutOctets=pppPAPOutOctets, ibmIROCrmon=ibmIROCrmon, pppEPInCopies=pppEPInCopies, ibmIROCroutinginterface=ibmIROCroutinginterface, pppSPAPOutPleaseAuthenticates=pppSPAPOutPleaseAuthenticates, ibmdlswTConnGroupOperCURexSents=ibmdlswTConnGroupOperCURexSents, frCLLMCauseEntry=frCLLMCauseEntry, ibmdlswTConnGroupOperIndex=ibmdlswTConnGroupOperIndex, pppMPPEOutOctets=pppMPPEOutOctets, pppSPAPOutAlertAcks=pppSPAPOutAlertAcks, pppCHAPOutSuccesses=pppCHAPOutSuccesses, tcpiprouteUnhDirBcast=tcpiprouteUnhDirBcast, pppLinkErrBadCtrls=pppLinkErrBadCtrls, pppSPAPInNacks=pppSPAPInNacks, pppBAPInDropRejs=pppBAPInDropRejs, pppSPAPEntry=pppSPAPEntry, pppMPPEInPackets=pppMPPEInPackets, tcpiprouteBadNet=tcpiprouteBadNet, pppECPPacketDiscards=pppECPPacketDiscards, pppMSCHAPInAccountDisabledFailures=pppMSCHAPInAccountDisabledFailures, ibmdlswTConnGroupOperInCntlPkts=ibmdlswTConnGroupOperInCntlPkts, tcpiprouteOverFlow=tcpiprouteOverFlow, pppBAPInStatFails=pppBAPInStatFails, ibmdlswTConnGroupOperNRexRcvds=ibmdlswTConnGroupOperNRexRcvds, ibmdlswTConnGroupOperInDataPkts=ibmdlswTConnGroupOperInDataPkts, pppLCProtoPreviousState=pppLCProtoPreviousState, pppPAPInPackets=pppPAPInPackets, pppBAPOutCallReqs=pppBAPOutCallReqs, ibmSysDumpFatalMsg5=ibmSysDumpFatalMsg5, pppCCPPacketDiscards=pppCCPPacketDiscards, ibmdlswQllcLsLocalMac=ibmdlswQllcLsLocalMac, pppLinkErrBadAddrs=pppLinkErrBadAddrs, tcpiprouteCacheSize=tcpiprouteCacheSize, ibmIROCroutingvoice=ibmIROCroutingvoice, pppPAPOutNacks=pppPAPOutNacks, pppLCProtoOutCRs=pppLCProtoOutCRs, frCLLMCauseTable=frCLLMCauseTable, pppBAPInCallBackAcks=pppBAPInCallBackAcks, ibmIROChardwareInfo=ibmIROChardwareInfo, pppMPPEEntry=pppMPPEEntry, pppLinkErrTermTOs=pppLinkErrTermTOs, ibmdlswTConnGroupOperNQexSents=ibmdlswTConnGroupOperNQexSents, ibmSysDumpFatalMsg4=ibmSysDumpFatalMsg4, MacAddressNCIROC=MacAddressNCIROC, pppEAPInOctets=pppEAPInOctets, pppMSCHAPInSuccesses=pppMSCHAPInSuccesses, pppECPInResetAcks=pppECPInResetAcks, frSimpleObjs=frSimpleObjs, pppSPAPIfIndex=pppSPAPIfIndex, pppBAPOutCallBackRejs=pppBAPOutCallBackRejs, pppPAPInNacks=pppPAPInNacks, ibmdlswTConnGroupOperCURexRcvds=ibmdlswTConnGroupOperCURexRcvds, frCLLMStatsDlci=frCLLMStatsDlci, pppECPOutResetReqs=pppECPOutResetReqs, pppMSCHAPEntry=pppMSCHAPEntry, frCLLMCauseCode=frCLLMCauseCode, pppLCProtoOutOctets=pppLCProtoOutOctets, pppMPPEOutPackets=pppMPPEOutPackets, ibmIROCconfig=ibmIROCconfig, pppCPOutInCompressablePkts=pppCPOutInCompressablePkts, pppCCPInDictResets=pppCCPInDictResets, ibmIROCadminDebug=ibmIROCadminDebug, pppLCProtoTable=pppLCProtoTable, ibmCacheServer=ibmCacheServer, pppMSCHAPInPasswordExpiredFailures=pppMSCHAPInPasswordExpiredFailures, ibm=ibm, ibmIROCsystem=ibmIROCsystem, pppCCPOutResetReqs=pppCCPOutResetReqs, pppEAPOutPackets=pppEAPOutPackets, pppProtocolCtlOutPkts=pppProtocolCtlOutPkts, ibmIROCfrBRS=ibmIROCfrBRS, pppLCProtoOutResetAcks=pppLCProtoOutResetAcks, pppECPOutDictResets=pppECPOutDictResets, pppBAPOutDropReqs=pppBAPOutDropReqs, pppSPAPOutChangePasswords=pppSPAPOutChangePasswords, frCLLMStatsEntry=frCLLMStatsEntry, pppEPOutDestroyeds=pppEPOutDestroyeds, frTrapStateBECN=frTrapStateBECN, pppBAPOutCallBackAcks=pppBAPOutCallBackAcks, ibmBANMIB=ibmBANMIB, pppLinkErrLastBadCtrl=pppLinkErrLastBadCtrl, pppMSCHAPInPackets=pppMSCHAPInPackets, pppCHAPOutOctets=pppCHAPOutOctets, ibmdlswTConnGroupOperOutDataOctets=ibmdlswTConnGroupOperOutDataOctets, pppBAPInCallBackReqs=pppBAPInCallBackReqs, ibmIROCroutingppp=ibmIROCroutingppp, ibmdlswTConnGroupOperICRexRcvds=ibmdlswTConnGroupOperICRexRcvds, pppMSCHAPInResponses=pppMSCHAPInResponses, pppProtocolDataInOctets=pppProtocolDataInOctets, pppPAPEntry=pppPAPEntry, pppEPEntry=pppEPEntry, serverMaxConnections=serverMaxConnections, pppLCProtoInCAs=pppLCProtoInCAs, ibmSysDumpRetainName=ibmSysDumpRetainName, pppEAPTable=pppEAPTable, pppBAPOutStatFails=pppBAPOutStatFails, pppProtocolId=pppProtocolId, pppLCProtoState=pppLCProtoState, pppCBCPInOctets=pppCBCPInOctets, pppProtocolTable=pppProtocolTable, pppCPInDestroyeds=pppCPInDestroyeds, ibmIROCconfigAuth=ibmIROCconfigAuth, ibmSysDumpBuild=ibmSysDumpBuild, pppCPEntry=pppCPEntry, pppECPInResetReqs=pppECPInResetReqs, pppPAPInAcks=pppPAPInAcks, ibmdlswQllcLsIdNum=ibmdlswQllcLsIdNum, pppBAPInCallAcks=pppBAPInCallAcks, pppMSCHAPOutResponses=pppMSCHAPOutResponses, pppCCPOutResetAcks=pppCCPOutResetAcks, ibmSysDumpIndex=ibmSysDumpIndex, pppLCProtoInTimeRemains=pppLCProtoInTimeRemains, pppCCPOctetDiscards=pppCCPOctetDiscards, pppMSCHAPInChangePasswords=pppMSCHAPInChangePasswords, pppMSCHAPOutChangePasswordFailures=pppMSCHAPOutChangePasswordFailures, ibmSysDumpEntry=ibmSysDumpEntry, ibmSysDumpRemoteIPAddr=ibmSysDumpRemoteIPAddr, pppBAPOutDropNaks=pppBAPOutDropNaks, pppBAPOutCallAcks=pppBAPOutCallAcks, frCLLMDlciList=frCLLMDlciList, pppPAPOutRequests=pppPAPOutRequests, pppCPInCompressedOctets=pppCPInCompressedOctets, pppLCProtoInPackets=pppLCProtoInPackets, ibmdlswTConnGroupOperNQexRcvds=ibmdlswTConnGroupOperNQexRcvds, tcpiprouteTabSize=tcpiprouteTabSize, pppMSCHAPInAuthenticationFailures=pppMSCHAPInAuthenticationFailures, pppLCProtoInIdents=pppLCProtoInIdents, pppSPAPOutAcks=pppSPAPOutAcks, pppEAPOutNaks=pppEAPOutNaks, pppProtocolState=pppProtocolState, pppBAPInCallReqs=pppBAPInCallReqs, pppEPInDestroyeds=pppEPInDestroyeds, pppEPTable=pppEPTable, pppLCProtoInDiscReqs=pppLCProtoInDiscReqs, pppLCProtoOutTAs=pppLCProtoOutTAs, pppLCProtoOutIdents=pppLCProtoOutIdents, pppMPPETable=pppMPPETable, pppLCProtoInOctets=pppLCProtoInOctets, ibmIROCadminproducts=ibmIROCadminproducts, pppLCProtoInCodeRejs=pppLCProtoInCodeRejs, pppCBCPIfIndex=pppCBCPIfIndex, pppPAPInOctets=pppPAPInOctets, ibmdlswQllcLsPuType=ibmdlswQllcLsPuType, ibmdlswQllcLsRemoteMac=ibmdlswQllcLsRemoteMac, ibmdlswQllcLsRemoteSap=ibmdlswQllcLsRemoteSap, ibmSysDumpRemotePath=ibmSysDumpRemotePath, ibmIROCroutingtcpip=ibmIROCroutingtcpip, ibmSysDumpTable=ibmSysDumpTable, pppSPAPInAlerts=pppSPAPInAlerts, pppPAPIfIndex=pppPAPIfIndex, pppLCProtoInCRs=pppLCProtoInCRs, tcpMaxConnections=tcpMaxConnections, pppProtocolCtlInRejects=pppProtocolCtlInRejects, pppBAPTable=pppBAPTable, frrcvdBECN=frrcvdBECN, tcpiprouteNoReach=tcpiprouteNoReach, platformType=platformType, ibmdlswQllcLsChannel=ibmdlswQllcLsChannel, pppLCProtoLastTimeChange=pppLCProtoLastTimeChange, pppBAPInDropNaks=pppBAPInDropNaks, pppCPOutCompressedOctets=pppCPOutCompressedOctets, pppCCPInResetReqs=pppCCPInResetReqs, pppLCProtoInTRs=pppLCProtoInTRs, ibmIROCescon=ibmIROCescon, pppBAPIfIndex=pppBAPIfIndex, pppBAPOutCallBackNaks=pppBAPOutCallBackNaks, pppLinkErrLastUnkProto=pppLinkErrLastUnkProto, ibmdlswTConnGroupOperOutCntlPkts=ibmdlswTConnGroupOperOutCntlPkts, ibmIROCtrapssys=ibmIROCtrapssys, tcpiprouteTabUsed=tcpiprouteTabUsed, pppLinkErrInvProtos=pppLinkErrInvProtos, pppMSCHAPOutOctets=pppMSCHAPOutOctets, ibmIROCroutingDialOut=ibmIROCroutingDialOut, pppMSCHAPInChangePasswordFailures=pppMSCHAPInChangePasswordFailures, pppBAPOutStatSuccs=pppBAPOutStatSuccs, ibmWanRestoralRerouteMIB=ibmWanRestoralRerouteMIB, pppBAPInDropReqs=pppBAPInDropReqs, ibmdlswTConnGroupOperICRexSents=ibmdlswTConnGroupOperICRexSents, pppCPInCopies=pppCPInCopies, ibmdlswQllcLsBlkNum=ibmdlswQllcLsBlkNum, pppSPAPInPleaseAuthenticates=pppSPAPInPleaseAuthenticates, tcpiprouteMultRcvd=tcpiprouteMultRcvd, pppSPAPInDialbacks=pppSPAPInDialbacks, ibmProd=ibmProd, tcpiprouteBadSubnet=tcpiprouteBadSubnet, pppCPInInCompressablePkts=pppCPInInCompressablePkts, pppProtocolLastTimeChange=pppProtocolLastTimeChange, ibmIROCroutingIpSec=ibmIROCroutingIpSec, pppCHAPInOctets=pppCHAPInOctets, platformFLASHSize=platformFLASHSize, pppBAPOutDropAcks=pppBAPOutDropAcks, platformDRAMSize=platformDRAMSize, pppBAPInCallNaks=pppBAPInCallNaks, pppMSCHAPOutPackets=pppMSCHAPOutPackets, ibmIROCroutingl2tp=ibmIROCroutingl2tp, pppBAPInCallBackNaks=pppBAPInCallBackNaks, pppEAPInAcks=pppEAPInAcks, ibmSysDumpProductNumber=ibmSysDumpProductNumber, pppSPAPTable=pppSPAPTable, pppCHAPOutFailures=pppCHAPOutFailures, ibmIROCadmin=ibmIROCadmin, pppSPAPInPackets=pppSPAPInPackets, pppEAPInRequests=pppEAPInRequests, pppMSCHAPOutAccountDisabledFailures=pppMSCHAPOutAccountDisabledFailures, pppSPAPOutDialbacks=pppSPAPOutDialbacks, pppLCProtoOutCAs=pppLCProtoOutCAs, pppMSCHAPOutRestrictedHoursFailures=pppMSCHAPOutRestrictedHoursFailures, pppProtocolCtlInOctets=pppProtocolCtlInOctets, pppLinkErrLastInvProto=pppLinkErrLastInvProto, pppCHAPOutPackets=pppCHAPOutPackets, pppLCProtoOutCodeRejs=pppLCProtoOutCodeRejs, ibmdlswQllcLsTable=ibmdlswQllcLsTable, ibmIROCsystemInfo=ibmIROCsystemInfo, pppMPPEInDestroyed=pppMPPEInDestroyed, pppMSCHAPIfIndex=pppMSCHAPIfIndex, pppCHAPInSuccesses=pppCHAPInSuccesses, ibmIROCSnmpAuthFail=ibmIROCSnmpAuthFail, pppProtocolRegistered=pppProtocolRegistered, pppPAPInRequests=pppPAPInRequests, pppLCProtoOutCNs=pppLCProtoOutCNs, pppBAPInDropAcks=pppBAPInDropAcks, pppEAPOutOctets=pppEAPOutOctets, pppBAPOutCallNaks=pppBAPOutCallNaks, pppCPIfIndex=pppCPIfIndex, ibmdlswQllcLsLocalSap=ibmdlswQllcLsLocalSap, pppMSCHAPOutChallenges=pppMSCHAPOutChallenges, pppLCProtoOutDiscReqs=pppLCProtoOutDiscReqs, tcpiprouteDiscFilt=tcpiprouteDiscFilt, pppEPOutCopies=pppEPOutCopies, pppLCProtoOutTRs=pppLCProtoOutTRs, pppPAPOutAcks=pppPAPOutAcks, authTrapSourceIPAddr=authTrapSourceIPAddr)
mibBuilder.exportSymbols("IBMIROC-MIB", pppCBCPSuccess=pppCBCPSuccess, ibmIROCswhw=ibmIROCswhw, pppEPOutEncryptedOctets=pppEPOutEncryptedOctets, pppCBCPEntry=pppCBCPEntry, ibmIROCdumpInfo=ibmIROCdumpInfo, pppSPAPOutAlerts=pppSPAPOutAlerts, pppCCPOutDictResets=pppCCPOutDictResets, pppMSCHAPOutAuthenticationFailures=pppMSCHAPOutAuthenticationFailures, pppCCPInResetAcks=pppCCPInResetAcks, platformFeatureSlot=platformFeatureSlot, pppProtocolIfIndex=pppProtocolIfIndex, ibmdlswQllcLsQaddress=ibmdlswQllcLsQaddress, platformNVRAMSize=platformNVRAMSize, pppLCProtoOutTimeRemains=pppLCProtoOutTimeRemains, pppMSCHAPInChallenges=pppMSCHAPInChallenges, pppMSCHAPOutNoPermissionFailures=pppMSCHAPOutNoPermissionFailures, ibmSysDumpFatalMsg3=ibmSysDumpFatalMsg3, frrcvdCLLM=frrcvdCLLM, pppCHAPInFailures=pppCHAPInFailures, frrcvdFECN=frrcvdFECN, pppCHAPTable=pppCHAPTable, pppECPInDictResets=pppECPInDictResets, ibmSysDumpBuildName=ibmSysDumpBuildName, tcpiprouteCacheUsed=tcpiprouteCacheUsed, ibmSysDumpFileDate=ibmSysDumpFileDate, ibmIROCfrcircuit=ibmIROCfrcircuit, ibmIROCroutingfr=ibmIROCroutingfr, ibmIROC=ibmIROC, pppLCProtoInRejects=pppLCProtoInRejects, pppEPInEncryptedOctets=pppEPInEncryptedOctets, pppSPAPInChangePasswords=pppSPAPInChangePasswords, pppProtocolPreviousState=pppProtocolPreviousState, ibmdlswQllcLsQdomain=ibmdlswQllcLsQdomain, ibmIROCroutingdlsw=ibmIROCroutingdlsw, pppLCProtoOutEchoReqs=pppLCProtoOutEchoReqs, pppMSCHAPInOctets=pppMSCHAPInOctets, pppMPPEInOctets=pppMPPEInOctets, ibmIROCtrapsfr=ibmIROCtrapsfr, pppEAPEntry=pppEAPEntry, pppBAPInCallBackRejs=pppBAPInCallBackRejs, pppCPTable=pppCPTable, pppLCProtoIfIndex=pppLCProtoIfIndex, pppCBCPOutOctets=pppCBCPOutOctets, ibmIROCrouting=ibmIROCrouting, pppCBCPOutPackets=pppCBCPOutPackets, pppMPPEOutDestroyed=pppMPPEOutDestroyed, pppProtocolDataInPkts=pppProtocolDataInPkts, ibmSysDumpFatalMsg2=ibmSysDumpFatalMsg2, mosMemLow=mosMemLow, pppProtocolCtlInPkts=pppProtocolCtlInPkts, pppCHAPInChallenges=pppCHAPInChallenges, pppProtocolDataOutPkts=pppProtocolDataOutPkts, pppMSCHAPInNoPermissionFailures=pppMSCHAPInNoPermissionFailures, frCLLMCauseIfIndex=frCLLMCauseIfIndex, ibmIROChardware=ibmIROChardware, ibmdlswTConnGroupOperOutDataPkts=ibmdlswTConnGroupOperOutDataPkts, pppProtocolDataOutOctets=pppProtocolDataOutOctets, pppBAPInStatSuccs=pppBAPInStatSuccs, pppBAPOutCallRejs=pppBAPOutCallRejs, pppEPIfIndex=pppEPIfIndex, pppMSCHAPInFailures=pppMSCHAPInFailures, ibmdlswTConnGroupOperNRexSents=ibmdlswTConnGroupOperNRexSents, ibmIROCcfgInfo=ibmIROCcfgInfo, pppEAPIfIndex=pppEAPIfIndex, pppLCProtoInCRejs=pppLCProtoInCRejs, ibmdlswTConnGroupOperRole=ibmdlswTConnGroupOperRole, ibmIROCVPNpolicy=ibmIROCVPNpolicy, tcpiprouteUnhLLbcast=tcpiprouteUnhLLbcast, pppLCProtoOutCRejs=pppLCProtoOutCRejs, pppMSCHAPTable=pppMSCHAPTable, elsTrap=elsTrap, pppLinkErrLastBadAddr=pppLinkErrLastBadAddr, pppCHAPOutChallenges=pppCHAPOutChallenges, pppCBCPTable=pppCBCPTable, ibmdlswTConnGroupOperInDataOctets=ibmdlswTConnGroupOperInDataOctets, ibmdlswTConnGroupOperTable=ibmdlswTConnGroupOperTable, pppSPAPInOctets=pppSPAPInOctets, pppSPAPOutRequests=pppSPAPOutRequests, pppCHAPOutResponses=pppCHAPOutResponses, ibmIROCadminOID=ibmIROCadminOID, pppLCProtoInResetReqs=pppLCProtoInResetReqs, pppBAPEntry=pppBAPEntry, pppCBCPAttempts=pppCBCPAttempts, serverCurrConnections=serverCurrConnections, frCLLMStatsTable=frCLLMStatsTable, pppEAPInNaks=pppEAPInNaks, pppLinkErrIfIndex=pppLinkErrIfIndex, pppLCProtoOutResetReqs=pppLCProtoOutResetReqs, frTrapStateCLLM=frTrapStateCLLM, ibmIROCadminSnmp=ibmIROCadminSnmp, pppMSCHAPOutSuccesses=pppMSCHAPOutSuccesses, pppEAPOutRequests=pppEAPOutRequests, ibmdlswTConnGroupOperJoinTime=ibmdlswTConnGroupOperJoinTime, ibmdlswTConnGroupOperEntry=ibmdlswTConnGroupOperEntry, ibmIROCroutingtn3270e=ibmIROCroutingtn3270e, pppCHAPInResponses=pppCHAPInResponses, tcpiprouteUnhBcast=tcpiprouteUnhBcast, pppLCProtoOutEchoReps=pppLCProtoOutEchoReps, agentMemUse=agentMemUse, ibmIROCroutingRlan=ibmIROCroutingRlan, pppLCProtoInResetAcks=pppLCProtoInResetAcks, pppLCProtoInTAs=pppLCProtoInTAs, pppLinkErrTable=pppLinkErrTable, ibmIROCAgentDebug=ibmIROCAgentDebug, frCLLMStatsIfIndex=frCLLMStatsIfIndex, ibmIROCtraps=ibmIROCtraps, ibmSysDumpFatalMsg1=ibmSysDumpFatalMsg1, pppPAPTable=pppPAPTable, pppCPOutCopies=pppCPOutCopies, pppSPAPInAcks=pppSPAPInAcks, pppMSCHAPOutFailures=pppMSCHAPOutFailures, pppProtocolDataInRejects=pppProtocolDataInRejects, pppSPAPOutPackets=pppSPAPOutPackets, pppCPOutDestroyeds=pppCPOutDestroyeds, pppLinkErrConfigTOs=pppLinkErrConfigTOs, ibmdlswQllcLsEntry=ibmdlswQllcLsEntry, pppCHAPEntry=pppCHAPEntry, pppEAPInPackets=pppEAPInPackets, ibmSysDumpBuildDate=ibmSysDumpBuildDate, ibmdlswQllcLsIfIndex=ibmdlswQllcLsIfIndex, tcpiprouteUnhMcast=tcpiprouteUnhMcast, pppSPAPOutOctets=pppSPAPOutOctets, pppMSCHAPOutChangePasswords=pppMSCHAPOutChangePasswords, pppMPPEIfIndex=pppMPPEIfIndex, pppProtocolCtlOutOctets=pppProtocolCtlOutOctets, pppLCProtoInEchoReps=pppLCProtoInEchoReps, ibmIROCconfigWrite=ibmIROCconfigWrite, pppLCProtoEntry=pppLCProtoEntry, pppCBCPInPackets=pppCBCPInPackets, pppCHAPInPackets=pppCHAPInPackets, ibmIROCtrapsels=ibmIROCtrapsels, ibmSysDumpFileName=ibmSysDumpFileName, pppECPOctetDiscards=pppECPOctetDiscards, pppProtocolEntry=pppProtocolEntry, pppPAPOutPackets=pppPAPOutPackets)
| (object_identifier, integer, octet_string) = mibBuilder.importSymbols('ASN1', 'ObjectIdentifier', 'Integer', 'OctetString')
(named_values,) = mibBuilder.importSymbols('ASN1-ENUMERATION', 'NamedValues')
(constraints_intersection, constraints_union, value_size_constraint, single_value_constraint, value_range_constraint) = mibBuilder.importSymbols('ASN1-REFINEMENT', 'ConstraintsIntersection', 'ConstraintsUnion', 'ValueSizeConstraint', 'SingleValueConstraint', 'ValueRangeConstraint')
(pro_els_sub_sys_event_msg, pro_res_mem_heap_total, pro_res_mem_heap_never_alloc) = mibBuilder.importSymbols('PROTEON-MIB', 'proElsSubSysEventMsg', 'proResMemHeapTotal', 'proResMemHeapNeverAlloc')
(fr_circuit_if_index, fr_circuit_dlci) = mibBuilder.importSymbols('RFC1315-MIB', 'frCircuitIfIndex', 'frCircuitDlci')
(module_compliance, notification_group) = mibBuilder.importSymbols('SNMPv2-CONF', 'ModuleCompliance', 'NotificationGroup')
(enterprises, notification_type, counter64, module_identity, unsigned32, mib_identifier, iso, object_identity, bits, counter32, gauge32, integer32, time_ticks, mib_scalar, mib_table, mib_table_row, mib_table_column, notification_type, ip_address) = mibBuilder.importSymbols('SNMPv2-SMI', 'enterprises', 'NotificationType', 'Counter64', 'ModuleIdentity', 'Unsigned32', 'MibIdentifier', 'iso', 'ObjectIdentity', 'Bits', 'Counter32', 'Gauge32', 'Integer32', 'TimeTicks', 'MibScalar', 'MibTable', 'MibTableRow', 'MibTableColumn', 'NotificationType', 'IpAddress')
(display_string, textual_convention) = mibBuilder.importSymbols('SNMPv2-TC', 'DisplayString', 'TextualConvention')
ibm = mib_identifier((1, 3, 6, 1, 4, 1, 2))
ibm_prod = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6))
ibm_iroc = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119))
class Macaddressnciroc(OctetString):
subtype_spec = OctetString.subtypeSpec + value_size_constraint(6, 6)
fixed_length = 6
ibm_iro_cadmin = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1))
ibm_iro_csystem = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 2))
ibm_iro_chardware = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 3))
ibm_iro_crouting = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4))
ibm_iro_cswitching = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 5))
ibm_iro_ctraps = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 6))
ibm_iro_cconfig = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 7))
ibm_iro_cadminproducts = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 1))
ibm_iro_cadmin_oid = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 2))
ibm_iro_cadmin_debug = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 3))
ibm_iro_cadmin_snmp = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 4))
ibm_iro_csystem_info = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 1))
ibm_iro_ccfg_info = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 2))
ibm_iro_cdump_info = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4))
ibm_iro_chardware_info = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1))
ibm_iro_croutingppp = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2))
ibm_iro_croutingdlsw = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3))
ibm_iro_croutingfr = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4))
ibm_iro_crouting_rlan = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 5))
ibm_iro_crouting_dial_out = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 6))
ibm_iro_croutingl2tp = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 7))
ibm_cache_server = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 8))
ibm_iro_crouting_ip_sec = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 9))
ibm_iro_cswhw = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 10))
ibm_wan_restoral_reroute_mib = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 11))
ibm_banmib = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 12))
ibm_iro_crmon = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 13))
ibm_iro_cescon = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 14))
ibm_irocvp_npolicy = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 15))
ibm_iro_croutingvoice = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 16))
ibm_iro_croutinginterface = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 17))
ibm_iro_croutingtn3270e = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 18))
ibm_iro_croutingtcpip = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20))
ibm_iro_cconfig_auth = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 7, 2))
ibm_iro_cconfig_write = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 7, 4), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('noaction', 1), ('write', 2)))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
ibmIROCconfigWrite.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmIROCconfigWrite.setDescription('This object is a trigger to cause the current config image in memory to be written to disk or flash. A SET of this object to write(2) performs the same action as the T6 write command. A GET of this object with always return a value of noaction(1).')
ibm_iroc_agent_debug = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 3, 1))
agent_mem_use = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 3, 1, 1), gauge32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
agentMemUse.setStatus('mandatory')
if mibBuilder.loadTexts:
agentMemUse.setDescription("This object indicates the current amount (in bytes) of dynamic memory allocated and in use by the SNMP agent. It is primarily in place to watch for any potential 'memory leaks', whereby, memory is allocated but never freed. This condition is indicated by an ever increasing value for this gauge.")
ibm_iroc_snmp_auth_fail = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 4, 1))
auth_trap_source_ip_addr = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 1, 4, 1, 1), ip_address()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
authTrapSourceIPAddr.setStatus('mandatory')
if mibBuilder.loadTexts:
authTrapSourceIPAddr.setDescription('This object indicates the IP address of sender of the MIB request that fails authentication. An authentication failure trap is generated when the SNMP agent recives a MIB request does not have the proper community name.')
ibm_sys_dump_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1))
if mibBuilder.loadTexts:
ibmSysDumpTable.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpTable.setDescription('Table to provide system dump identification information.')
ibm_sys_dump_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1)).setIndexNames((0, 'IBMIROC-MIB', 'ibmSysDumpIndex'))
if mibBuilder.loadTexts:
ibmSysDumpEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpEntry.setDescription('The dump identification information for a single system dump.')
ibm_sys_dump_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpIndex.setDescription('A unique identifier for a system dump entry.')
ibm_sys_dump_file_name = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 2), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpFileName.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpFileName.setDescription('The system dump file name.')
ibm_sys_dump_file_date = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 3), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpFileDate.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpFileDate.setDescription('The creation date of the dump file.')
ibm_sys_dump_build = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 4), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpBuild.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpBuild.setDescription('The level of software running on the router when this dump occurred.')
ibm_sys_dump_builder = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 5), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpBuilder.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpBuilder.setDescription('The entity responsible for building the software running on the router.')
ibm_sys_dump_build_name = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 6), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpBuildName.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpBuildName.setDescription('The internal name of the software running on the router.')
ibm_sys_dump_retain_name = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 7), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpRetainName.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpRetainName.setDescription('The external name of the software running on the router.')
ibm_sys_dump_product_number = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 8), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpProductNumber.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpProductNumber.setDescription('The program product number of the software running on the router.')
ibm_sys_dump_build_date = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 9), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpBuildDate.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpBuildDate.setDescription('The creation date of the software running on the router.')
ibm_sys_dump_fatal_msg1 = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 10), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg1.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg1.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibm_sys_dump_fatal_msg2 = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 11), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg2.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg2.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibm_sys_dump_fatal_msg3 = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 12), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg3.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg3.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibm_sys_dump_fatal_msg4 = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 13), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg4.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg4.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibm_sys_dump_fatal_msg5 = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 14), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg5.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpFatalMsg5.setDescription('The first error/fatal message associated with the dump. Depending on the nature of the failure, this object may or may not contain any information.')
ibm_sys_dump_remote_ip_addr = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 15), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpRemoteIPAddr.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpRemoteIPAddr.setDescription('For platforms that may operate without a fixed disk, if this string is non null, it represents the remote host IP address where the dump was transferred.')
ibm_sys_dump_remote_path = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 2, 4, 1, 1, 16), display_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmSysDumpRemotePath.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmSysDumpRemotePath.setDescription('For platforms that may operate without a fixed disk, if this string is non null, it represents the remote host file path where the dump was transferred.')
platform_type = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 1), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42))).clone(namedValues=named_values(('plat-other', 1), ('plat-mss-8210', 2), ('plat-mss-blade', 3), ('plat-mss-client', 4), ('plat-2216-400', 5), ('plat-2210-1s4', 6), ('plat-2210-1s8', 7), ('plat-2210-1u4', 8), ('plat-2210-1u8', 9), ('plat-2210-24e', 10), ('plat-2210-24m', 11), ('plat-2210-24t', 12), ('plat-2210-14t', 13), ('plat-2210-125', 14), ('plat-2210-127', 15), ('plat-2210-121', 16), ('plat-2210-12t', 17), ('plat-2210-126', 18), ('plat-2210-128', 19), ('plat-2210-122', 20), ('plat-2210-12e', 21), ('plat-2220-200', 22), ('plat-3746-MAE', 23), ('plat-mss-domain-client', 24), ('plat-mss-8210V2', 25), ('plat-mss-bladeV2', 26), ('plat-netu-xx1', 27), ('plat-2212-10F', 28), ('plat-2212-10H', 29), ('plat-2212-40F', 30), ('plat-2212-40H', 31), ('plat-8371', 32), ('plat-8375', 33), ('plat-2212-15F', 34), ('plat-2212-15H', 35), ('plat-2212-45F', 36), ('plat-2212-45H', 37), ('plat-reserved1', 38), ('plat-reserved2', 39), ('plat-8275-RR', 40), ('plat-8371-8260B', 41), ('plat-reserved', 42)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
platformType.setStatus('mandatory')
if mibBuilder.loadTexts:
platformType.setDescription('The platform type containing this SNMP agent.')
platform_dram_size = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
platformDRAMSize.setStatus('mandatory')
if mibBuilder.loadTexts:
platformDRAMSize.setDescription('The amount of dynamic RAM (Megabytes) installed on this platform. DRAM is used to contain the routing software and associated data areas.')
platform_flash_size = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
platformFLASHSize.setStatus('mandatory')
if mibBuilder.loadTexts:
platformFLASHSize.setDescription("The amount of flash memory (Megabytes) installed on the 2210. Flash is used to hold configuration and software code loads, one pair of which can be loaded and made active on the platform. This object applies only to 2210, since other platforms' may or may not have FLASH, and if so, the size is not of interest. For these platforms, this object will take on a value of 0.")
platform_nvram_size = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 4), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
platformNVRAMSize.setStatus('mandatory')
if mibBuilder.loadTexts:
platformNVRAMSize.setDescription("The amount of non-volatile memory (Kilobytes) installed on the 2210. NVRAM, sometimes referred to as SRAM, is used to hold the active configuration records. This object applies only to 2210, since other platforms' may or may not have NVRAM, and if so, the size is not of interest. For these platforms, this object will take on a value of 0.")
platform_feature_slot = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 3, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19))).clone(namedValues=named_values(('none', 1), ('isdn-BRI-ST', 2), ('isdn-PRI-E1-120', 3), ('isdn-PRI-E1-75', 4), ('isdn-PRI-T1J1', 5), ('atm-155', 6), ('atm-25', 7), ('serial-wan-4port', 8), ('serial-wan-8port', 9), ('modem-4port', 10), ('modem-8port', 11), ('isdn-BRI-4port-ST', 12), ('isdn-BRI-4port-U', 13), ('isdn-voice-ST-FXO', 14), ('isdn-voice-ST-FXS', 15), ('isdn-voice-ST-EM', 16), ('isdn-voice-U-FXO', 17), ('isdn-voice-U-FXS', 18), ('isdn-voice-U-EM', 19)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
platformFeatureSlot.setStatus('mandatory')
if mibBuilder.loadTexts:
platformFeatureSlot.setDescription('The type of adapter installed in the feature slot of the 2210 platform. Note that not all adapter types listed above are currently supported, nor does this imply they will be supported in the future.')
ppp_protocol_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1))
if mibBuilder.loadTexts:
pppProtocolTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolTable.setDescription('A table of protocol and control protocol statistics for protocols supported by PPP.')
ppp_protocol_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppProtocolIfIndex'), (0, 'IBMIROC-MIB', 'pppProtocolId'))
if mibBuilder.loadTexts:
pppProtocolEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolEntry.setDescription('An entry of protocol and control protocol information for a specific protocol supported by PPP.')
ppp_protocol_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolIfIndex.setDescription('A unique identifier for an interface running PPP. This object is the same as the MIB-II ifIndex object.')
ppp_protocol_id = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15))).clone(namedValues=named_values(('ip', 1), ('decnet', 2), ('ipx', 3), ('bridge', 4), ('appletalk', 5), ('osi', 6), ('appnhpr', 7), ('appnisr', 8), ('vines', 9), ('compression', 10), ('netbios', 11), ('netbios-forw', 12), ('bandwidth-allocation', 13), ('encryption', 14), ('ipv6', 15)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolId.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolId.setDescription('A unique identifier of a protocol supported by PPP.')
ppp_protocol_registered = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('yes', 1), ('no', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolRegistered.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolRegistered.setDescription('Indicates whether this protocol is registered with PPP.')
ppp_protocol_state = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 4), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=named_values(('closed', 1), ('listen', 2), ('requestSent', 3), ('ackReceived', 4), ('ackSent', 5), ('opened', 6), ('termSent', 7)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolState.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolState.setDescription('The value identifies the present state of the protocol.')
ppp_protocol_previous_state = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 5), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=named_values(('closed', 1), ('listen', 2), ('requestSent', 3), ('ackReceived', 4), ('ackSent', 5), ('opened', 6), ('termSent', 7)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolPreviousState.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolPreviousState.setDescription('The state of the protocol prior to the state given by pppProtocolState. These states are the same as those described for the object pppProtocolState. ')
ppp_protocol_last_time_change = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 6), time_ticks()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolLastTimeChange.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolLastTimeChange.setDescription('The value of sysUpTime when the last protocol state change occurred.')
ppp_protocol_ctl_in_rejects = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolCtlInRejects.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolCtlInRejects.setDescription('Total number of a control protocol protocol-reject packets received over the PPP interface.')
ppp_protocol_ctl_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolCtlInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolCtlInOctets.setDescription('Total number of control protocol octets received over the PPP interface.')
ppp_protocol_ctl_in_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolCtlInPkts.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolCtlInPkts.setDescription('Total number of control protocol packets received over the PPP interface.')
ppp_protocol_ctl_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolCtlOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolCtlOutOctets.setDescription('Total number of control protocol octets transmitted over the PPP interface.')
ppp_protocol_ctl_out_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolCtlOutPkts.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolCtlOutPkts.setDescription('Total number of a control protocol packets transmitted over the PPP interface.')
ppp_protocol_data_in_rejects = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolDataInRejects.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolDataInRejects.setDescription('Total number of protocol reject packets received over the PPP interface.')
ppp_protocol_data_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolDataInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolDataInOctets.setDescription('Total number of protocol octets received over the PPP interface.')
ppp_protocol_data_in_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolDataInPkts.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolDataInPkts.setDescription('Total number of protocol packets received over the PPP interface.')
ppp_protocol_data_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 15), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolDataOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolDataOutOctets.setDescription('Total number of protocol octets transmitted over the PPP interface.')
ppp_protocol_data_out_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 1, 1, 16), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppProtocolDataOutPkts.setStatus('mandatory')
if mibBuilder.loadTexts:
pppProtocolDataOutPkts.setDescription('Total number of protocol packets transmitted over the PPP interface.')
ppp_link_err_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2))
if mibBuilder.loadTexts:
pppLinkErrTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrTable.setDescription('A table of link error statistics.')
ppp_link_err_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppLinkErrIfIndex'))
if mibBuilder.loadTexts:
pppLinkErrEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrEntry.setDescription('An entry of link error information for a specific interface.')
ppp_link_err_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrIfIndex.setDescription('A unique identifier for an interface running PPP. This object is the same as the MIB-II ifIndex object.')
ppp_link_err_bad_addrs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrBadAddrs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrBadAddrs.setDescription('Total number of packets received with a bad Address field.')
ppp_link_err_last_bad_addr = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 3), octet_string().subtype(subtypeSpec=value_size_constraint(1, 1)).setFixedLength(1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrLastBadAddr.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrLastBadAddr.setDescription('The last bad Address field received.')
ppp_link_err_bad_ctrls = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrBadCtrls.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrBadCtrls.setDescription('Total number of packets received with a bad Control field.')
ppp_link_err_last_bad_ctrl = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 5), octet_string().subtype(subtypeSpec=value_size_constraint(1, 1)).setFixedLength(1)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrLastBadCtrl.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrLastBadCtrl.setDescription('The last bad Control field received.')
ppp_link_err_unk_protos = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrUnkProtos.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrUnkProtos.setDescription('Total number of packets received with a Protocol identifier not registered with PPP.')
ppp_link_err_last_unk_proto = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 7), octet_string().subtype(subtypeSpec=value_size_constraint(2, 2)).setFixedLength(2)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrLastUnkProto.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrLastUnkProto.setDescription('The last unknown Protocol identifier received.')
ppp_link_err_inv_protos = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrInvProtos.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrInvProtos.setDescription('Total number of packets received with a Protocol identifier that is not valid.')
ppp_link_err_last_inv_proto = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 9), octet_string().subtype(subtypeSpec=value_size_constraint(2, 2)).setFixedLength(2)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrLastInvProto.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrLastInvProto.setDescription('The last invalid Protocol identifier received.')
ppp_link_err_config_t_os = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrConfigTOs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrConfigTOs.setDescription('Total number of timeouts that occurred on this link when sending a config request to open the PPP link.')
ppp_link_err_term_t_os = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 2, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLinkErrTermTOs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLinkErrTermTOs.setDescription('Total number of timeouts that occurred on this link when sending a terminate request to close the PPP link.')
ppp_lc_proto_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3))
if mibBuilder.loadTexts:
pppLCProtoTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoTable.setDescription('A table of link control protocol statistics.')
ppp_lc_proto_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppLCProtoIfIndex'))
if mibBuilder.loadTexts:
pppLCProtoEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoEntry.setDescription('An entry of link control protocol information for a specific interface.')
ppp_lc_proto_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoIfIndex.setDescription('A unique identifier for an interface running PPP. This object is the same as the MIB-II ifIndex object.')
ppp_lc_proto_state = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=named_values(('closed', 1), ('listen', 2), ('requestSent', 3), ('ackReceived', 4), ('ackSent', 5), ('opened', 6), ('termSent', 7)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoState.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoState.setDescription('The value identifies the present state of the PPP link. The closed(1) state indicates that the link is down and there is no attempt being made to open it and all connection requests from peers are rejected. In listen(2) state, the link is down and there is no attempt being made to open it, however, all the connection requests from peers are accepted. The state request-sent(3) indicates that an active attempt is being made to open the link. In this state, a Configure-request packet has been sent and no Configure-Ack has yet been received. In the state ack-received(4), a Configure-request packet has been sent and Configure-Ack packet has been received. The state ack-sent(5) indicates that a Congigure-request and Configure-Ack packets have been sent and Configure-Ack has not yet been received. The opened(6) state implies that a connection has been made and data may be sent. The state term-sent(7) indicates that an attempt is being made to close the connection and that a Terminate-request packet has been sent and a Terminate-Ack packet has not yet been received. ')
ppp_lc_proto_previous_state = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=named_values(('closed', 1), ('listen', 2), ('requestSent', 3), ('ackReceived', 4), ('ackSent', 5), ('opened', 6), ('termSent', 7)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoPreviousState.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoPreviousState.setDescription('The state of the PPP link prior to the state given by pppLCProtoState. These states are the same as those described for the object pppLCProtoState. ')
ppp_lc_proto_last_time_change = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 4), time_ticks()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoLastTimeChange.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoLastTimeChange.setDescription('The value of sysUpTime when the last PPP link state change occurred.')
ppp_lc_proto_out_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutPackets.setDescription('Total number of LCP packets transmitted over the PPP interface.')
ppp_lc_proto_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutOctets.setDescription('Total number of LCP octets transmitted over the PPP interface.')
ppp_lc_proto_out_c_rs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutCRs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutCRs.setDescription('Total number of LCP Config-requests transmitted over the PPP interface.')
ppp_lc_proto_out_c_as = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutCAs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutCAs.setDescription('Total number of LCP Config-acks transmitted over the PPP interface.')
ppp_lc_proto_out_c_ns = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutCNs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutCNs.setDescription('Total number of LCP Config-nacks transmitted over the PPP interface.')
ppp_lc_proto_out_c_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutCRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutCRejs.setDescription('Total number of LCP Config-rejects transmitted over the PPP interface.')
ppp_lc_proto_out_t_rs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutTRs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutTRs.setDescription('Total number of LCP Terminate-requests transmitted over the PPP interface.')
ppp_lc_proto_out_t_as = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutTAs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutTAs.setDescription('Total number of LCP Terminate-acks transmitted over the PPP interface.')
ppp_lc_proto_out_code_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutCodeRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutCodeRejs.setDescription('Total number of LCP Code-rejects transmitted over the PPP interface.')
ppp_lc_proto_out_echo_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutEchoReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutEchoReqs.setDescription('Total number of LCP Echo-requests transmitted over the PPP interface.')
ppp_lc_proto_out_echo_reps = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 15), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutEchoReps.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutEchoReps.setDescription('Total number of LCP Echo-replies transmitted over the PPP interface.')
ppp_lc_proto_out_disc_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 16), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutDiscReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutDiscReqs.setDescription('Total number of LCP Discard-requests transmitted over the PPP interface.')
ppp_lc_proto_out_reset_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 17), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutResetReqs.setDescription('Total number of LCP Reset-requests transmitted over the PPP interface.')
ppp_lc_proto_out_reset_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 18), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutResetAcks.setDescription('Total number of LCP Reset-Acks transmitted over the PPP interface.')
ppp_lc_proto_out_idents = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 19), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutIdents.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutIdents.setDescription('Total number of LCP Identification packets transmitted over the PPP interface.')
ppp_lc_proto_out_time_remains = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 20), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoOutTimeRemains.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoOutTimeRemains.setDescription('Total number of LCP Time-Remaining packets transmitted over the PPP interface.')
ppp_lc_proto_in_rejects = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 21), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInRejects.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInRejects.setDescription('Total number of a LCP protocol-reject packets received over the PPP interface.')
ppp_lc_proto_in_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 22), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInPackets.setDescription('Total number of LCP packets received over the PPP interface.')
ppp_lc_proto_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 23), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInOctets.setDescription('Total number of LCP octets received over the PPP interface.')
ppp_lc_proto_in_c_rs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 24), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInCRs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInCRs.setDescription('Total number of LCP Config-requests received over the PPP interface.')
ppp_lc_proto_in_c_as = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 25), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInCAs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInCAs.setDescription('Total number of LCP Config-acks received over the PPP interface.')
ppp_lc_proto_in_c_ns = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 26), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInCNs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInCNs.setDescription('Total number of LCP Config-nacks received over the PPP interface.')
ppp_lc_proto_in_c_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 27), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInCRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInCRejs.setDescription('Total number of LCP Config-rejects received over the PPP interface.')
ppp_lc_proto_in_t_rs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 28), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInTRs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInTRs.setDescription('Total number of LCP Terminate-requests received over the PPP interface.')
ppp_lc_proto_in_t_as = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 29), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInTAs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInTAs.setDescription('Total number of LCP Terminate-acks received over the PPP interface.')
ppp_lc_proto_in_code_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 30), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInCodeRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInCodeRejs.setDescription('Total number of LCP Code-rejects received over the PPP interface.')
ppp_lc_proto_in_echo_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 31), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInEchoReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInEchoReqs.setDescription('Total number of LCP Echo-Requests received over the PPP interface.')
ppp_lc_proto_in_echo_reps = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 32), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInEchoReps.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInEchoReps.setDescription('Total number of LCP Echo-replies received over the PPP interface.')
ppp_lc_proto_in_disc_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 33), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInDiscReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInDiscReqs.setDescription('Total number of LCP Discard-requests received over the PPP interface.')
ppp_lc_proto_in_reset_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 34), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInResetReqs.setDescription('Total number of LCP Reset-requests received over the PPP interface.')
ppp_lc_proto_in_reset_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 35), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInResetAcks.setDescription('Total number of LCP Reset-Acks received over the PPP interface.')
ppp_lc_proto_in_idents = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 36), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInIdents.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInIdents.setDescription('Total number of LCP Identification packets received over the PPP interface.')
ppp_lc_proto_in_time_remains = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 3, 1, 37), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppLCProtoInTimeRemains.setStatus('mandatory')
if mibBuilder.loadTexts:
pppLCProtoInTimeRemains.setDescription('Total number of LCP Time-Remaining packets received over the PPP interface.')
ppp_pap_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4))
if mibBuilder.loadTexts:
pppPAPTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPTable.setDescription('A table of PAP statistics.')
ppp_pap_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppPAPIfIndex'))
if mibBuilder.loadTexts:
pppPAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPEntry.setDescription('An entry of PAP information.')
ppp_pap_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPIfIndex.setDescription('A unique identifier for a PPP interface running PAP. This object is the same as the MIB-II ifIndex object.')
ppp_pap_in_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPInPackets.setDescription('Total number of PAP packets received over the PPP interface.')
ppp_pap_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPInOctets.setDescription('Total number of PAP octets received over the PPP interface.')
ppp_pap_in_requests = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPInRequests.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPInRequests.setDescription('Total number of PAP requests received over the PPP interface.')
ppp_pap_in_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPInAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPInAcks.setDescription('Total number of PAP acknowledgements received over the PPP interface.')
ppp_pap_in_nacks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPInNacks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPInNacks.setDescription('Total number of PAP non-acknowledgements received over the PPP interface.')
ppp_pap_out_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPOutPackets.setDescription('Total number of PAP packets sent over the PPP interface.')
ppp_pap_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPOutOctets.setDescription('Total number of PAP octets sent over the PPP interface.')
ppp_pap_out_requests = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPOutRequests.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPOutRequests.setDescription('Total number of PAP requests sent over the PPP interface.')
ppp_pap_out_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPOutAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPOutAcks.setDescription('Total number of PAP acknowledgements sent over the PPP interface.')
ppp_pap_out_nacks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 4, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppPAPOutNacks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppPAPOutNacks.setDescription('Total number of PAP non-acknowledgements sent over the PPP interface.')
ppp_chap_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5))
if mibBuilder.loadTexts:
pppCHAPTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPTable.setDescription('A table of CHAP statistics.')
ppp_chap_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppCHAPIfIndex'))
if mibBuilder.loadTexts:
pppCHAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPEntry.setDescription('An entry of CHAP information.')
ppp_chap_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPIfIndex.setDescription('A unique identifier for a PPP interface running CHAP. This object is the same as the MIB-II ifIndex object.')
ppp_chap_in_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPInPackets.setDescription('Total number of CHAP packets received over the PPP interface.')
ppp_chap_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPInOctets.setDescription('Total number of CHAP octets received over the PPP interface.')
ppp_chap_in_challenges = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPInChallenges.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPInChallenges.setDescription('Total number of CHAP challenges received over the PPP interface.')
ppp_chap_in_responses = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPInResponses.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPInResponses.setDescription('Total number of CHAP responses received over the PPP interface.')
ppp_chap_in_successes = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPInSuccesses.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPInSuccesses.setDescription('Total number of CHAP successes received over the PPP interface.')
ppp_chap_in_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPInFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPInFailures.setDescription('Total number of CHAP failures received over the PPP interface.')
ppp_chap_out_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPOutPackets.setDescription('Total number of CHAP packets sent over the PPP interface.')
ppp_chap_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPOutOctets.setDescription('Total number of CHAP octets sent over the PPP interface.')
ppp_chap_out_challenges = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPOutChallenges.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPOutChallenges.setDescription('Total number of CHAP challenges sent over the PPP interface.')
ppp_chap_out_responses = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPOutResponses.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPOutResponses.setDescription('Total number of CHAP responses sent over the PPP interface.')
ppp_chap_out_successes = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPOutSuccesses.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPOutSuccesses.setDescription('Total number of CHAP successes sent over the PPP interface.')
ppp_chap_out_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 5, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCHAPOutFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCHAPOutFailures.setDescription('Total number of CHAP failures sent over the PPP interface.')
ppp_spap_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6))
if mibBuilder.loadTexts:
pppSPAPTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPTable.setDescription('A table of SPAP statistics.')
ppp_spap_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppSPAPIfIndex'))
if mibBuilder.loadTexts:
pppSPAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPEntry.setDescription('An entry of SPAP information.')
ppp_spap_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPIfIndex.setDescription('A unique identifier for a PPP interface running SPAP. This object is the same as the MIB-II ifIndex object.')
ppp_spap_in_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInPackets.setDescription('Total number of SPAP packets received over the PPP interface.')
ppp_spap_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInOctets.setDescription('Total number of SPAP octets received over the PPP interface.')
ppp_spap_in_requests = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInRequests.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInRequests.setDescription('Total number of SPAP responses received over the PPP interface.')
ppp_spap_in_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInAcks.setDescription('Total number of SPAP acknowledgements received over the PPP interface.')
ppp_spap_in_nacks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInNacks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInNacks.setDescription('Total number of SPAP non-acknowledgements received over the PPP interface.')
ppp_spap_in_dialbacks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInDialbacks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInDialbacks.setDescription('Total number of SPAP dialbacks received over the PPP interface.')
ppp_spap_in_please_authenticates = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInPleaseAuthenticates.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInPleaseAuthenticates.setDescription('Total number of SPAP authenticate requests received over the PPP interface.')
ppp_spap_in_change_passwords = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInChangePasswords.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInChangePasswords.setDescription('Total number of SPAP password changes received over the PPP interface.')
ppp_spap_in_alerts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInAlerts.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInAlerts.setDescription('Total number of SPAP alerts received over the PPP interface.')
ppp_spap_in_alert_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPInAlertAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPInAlertAcks.setDescription('Total number of SPAP alert acknowledgements received over the PPP interface.')
ppp_spap_out_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutPackets.setDescription('Total number of SPAP packets sent over the PPP interface.')
ppp_spap_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutOctets.setDescription('Total number of SPAP octets sent over the PPP interface.')
ppp_spap_out_requests = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutRequests.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutRequests.setDescription('Total number of SPAP responses sent over the PPP interface.')
ppp_spap_out_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 15), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutAcks.setDescription('Total number of SPAP acknowledgements sent over the PPP interface.')
ppp_spap_out_nacks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 16), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutNacks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutNacks.setDescription('Total number of SPAP non-acknowledgements sent over the PPP interface.')
ppp_spap_out_dialbacks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 17), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutDialbacks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutDialbacks.setDescription('Total number of SPAP dialbacks sent over the PPP interface.')
ppp_spap_out_please_authenticates = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 18), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutPleaseAuthenticates.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutPleaseAuthenticates.setDescription('Total number of SPAP authenticate requests sent over the PPP interface.')
ppp_spap_out_change_passwords = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 19), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutChangePasswords.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutChangePasswords.setDescription('Total number of SPAP password changes sent over the PPP interface.')
ppp_spap_out_alerts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 20), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutAlerts.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutAlerts.setDescription('Total number of SPAP alerts sent over the PPP interface.')
ppp_spap_out_alert_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 6, 1, 21), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppSPAPOutAlertAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppSPAPOutAlertAcks.setDescription('Total number of SPAP alert acknowledgements sent over the PPP interface.')
ppp_bap_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7))
if mibBuilder.loadTexts:
pppBAPTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPTable.setDescription('A table of BAP protocol statistics.')
ppp_bap_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppBAPIfIndex'))
if mibBuilder.loadTexts:
pppBAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPEntry.setDescription('An entry of BAP information.')
ppp_bap_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPIfIndex.setDescription('A unique identifier for a PPP interface running BAP. This object is the same as the MIB-II ifIndex object.')
ppp_bap_in_call_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInCallReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInCallReqs.setDescription('Total number of BAP incoming Call Request packets received over the PPP interface.')
ppp_bap_in_call_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInCallAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInCallAcks.setDescription('Total number of BAP incoming Call Acknowledgement packets received over the PPP interface.')
ppp_bap_in_call_naks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInCallNaks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInCallNaks.setDescription('Total number of BAP incoming Call Nak packets received over the PPP interface.')
ppp_bap_in_call_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInCallRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInCallRejs.setDescription('Total number of BAP incoming Call Reject packets received over the PPP interface.')
ppp_bap_in_call_back_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInCallBackReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInCallBackReqs.setDescription('Total number of BAP incoming CallBack Request packets received over the PPP interface.')
ppp_bap_in_call_back_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInCallBackAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInCallBackAcks.setDescription('Total number of BAP incoming CallBack Acknowledgement packets received over the PPP interface.')
ppp_bap_in_call_back_naks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInCallBackNaks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInCallBackNaks.setDescription('Total number of BAP incoming CallBack Nak packets received over the PPP interface.')
ppp_bap_in_call_back_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInCallBackRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInCallBackRejs.setDescription('Total number of BAP incoming CallBack Reject packets received over the PPP interface.')
ppp_bap_in_drop_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInDropReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInDropReqs.setDescription('Total number of BAP incoming Drop Request packets received over the PPP interface.')
ppp_bap_in_drop_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInDropAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInDropAcks.setDescription('Total number of BAP incoming Drop Acknowledgement packets received over the PPP interface.')
ppp_bap_in_drop_naks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInDropNaks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInDropNaks.setDescription('Total number of BAP incoming Drop Nak packets received over the PPP interface.')
ppp_bap_in_drop_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInDropRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInDropRejs.setDescription('Total number of BAP incoming Drop Reject packets received over the PPP interface.')
ppp_bap_in_stat_succs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInStatSuccs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInStatSuccs.setDescription('Total number of BAP incoming Call Status Success packets received over the PPP interface.')
ppp_bap_in_stat_fails = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 15), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPInStatFails.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPInStatFails.setDescription('Total number of BAP incoming Call Status Fail packets received over the PPP interface.')
ppp_bap_out_call_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 16), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutCallReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutCallReqs.setDescription('Total number of BAP outgoing Call Request packets sent over the PPP interface.')
ppp_bap_out_call_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 17), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutCallAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutCallAcks.setDescription('Total number of BAP outgoing Call Acknowledgement packets sent over the PPP interface.')
ppp_bap_out_call_naks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 18), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutCallNaks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutCallNaks.setDescription('Total number of BAP outgoing Call Nak packets sent over the PPP interface.')
ppp_bap_out_call_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 19), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutCallRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutCallRejs.setDescription('Total number of BAP outgoing Call Reject packets sent over the PPP interface.')
ppp_bap_out_call_back_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 20), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutCallBackReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutCallBackReqs.setDescription('Total number of BAP outgoing CallBack Request packets sent over the PPP interface.')
ppp_bap_out_call_back_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 21), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutCallBackAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutCallBackAcks.setDescription('Total number of BAP outgoing CallBack Acknowledgement packets sent over the PPP interface.')
ppp_bap_out_call_back_naks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 22), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutCallBackNaks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutCallBackNaks.setDescription('Total number of BAP outgoing CallBack Nak packets sent over the PPP interface.')
ppp_bap_out_call_back_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 23), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutCallBackRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutCallBackRejs.setDescription('Total number of BAP outgoing CallBack Reject packets sent over the PPP interface.')
ppp_bap_out_drop_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 24), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutDropReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutDropReqs.setDescription('Total number of BAP outgoing Drop Request packets sent over the PPP interface.')
ppp_bap_out_drop_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 25), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutDropAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutDropAcks.setDescription('Total number of BAP outgoing Drop Acknowledgement packets sent over the PPP interface.')
ppp_bap_out_drop_naks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 26), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutDropNaks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutDropNaks.setDescription('Total number of BAP outgoing Drop Nak packets sent over the PPP interface.')
ppp_bap_out_drop_rejs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 27), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutDropRejs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutDropRejs.setDescription('Total number of BAP outgoing Drop Reject packets sent over the PPP interface.')
ppp_bap_out_stat_succs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 28), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutStatSuccs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutStatSuccs.setDescription('Total number of BAP outgoing Call Status Success packets sent over the PPP interface.')
ppp_bap_out_stat_fails = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 7, 1, 29), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppBAPOutStatFails.setStatus('mandatory')
if mibBuilder.loadTexts:
pppBAPOutStatFails.setDescription('Total number of BAP outgoing Call Status Fail packets sent over the PPP interface.')
ppp_cp_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8))
if mibBuilder.loadTexts:
pppCPTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPTable.setDescription('A table of compression protocol and control protocol statistics.')
ppp_cp_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppCPIfIndex'))
if mibBuilder.loadTexts:
pppCPEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPEntry.setDescription('An entry of CP and CCP information.')
ppp_cp_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPIfIndex.setDescription('A unique identifier for a PPP interface running CP. This object is the same as the MIB-II ifIndex object.')
ppp_cp_in_compressed_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCPInCompressedOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPInCompressedOctets.setDescription('Total number of CP incoming compressed octets received over the PPP interface.')
ppp_cp_in_in_compressable_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCPInInCompressablePkts.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPInInCompressablePkts.setDescription('Total number of CP incoming incompressable packets received over the PPP interface.')
ppp_cp_in_destroyeds = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCPInDestroyeds.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPInDestroyeds.setDescription('Total number of CP incoming packets discarded for this PPP interface.')
ppp_cp_in_copies = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCPInCopies.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPInCopies.setDescription('Total number of CP incoming packets requiring a copy to a spare buffer to correct alignment.')
ppp_cp_out_compressed_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCPOutCompressedOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPOutCompressedOctets.setDescription('Total number of CP outgoing compressed octets sent over the PPP interface.')
ppp_cp_out_in_compressable_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCPOutInCompressablePkts.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPOutInCompressablePkts.setDescription('Total number of CP outgoing incompressable packets sent over the PPP interface.')
ppp_cp_out_destroyeds = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCPOutDestroyeds.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPOutDestroyeds.setDescription('Total number of CP outgoing packets discarded for this PPP interface.')
ppp_cp_out_copies = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCPOutCopies.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCPOutCopies.setDescription('Total number of CP outgoing packets requiring a copy to a spare buffer to correct alignment.')
ppp_ccp_in_reset_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCCPInResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCCPInResetReqs.setDescription('Total number of CCP incoming Reset request packets received over the PPP interface.')
ppp_ccp_in_reset_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCCPInResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCCPInResetAcks.setDescription('Total number of CCP incoming Reset Acknowledgement packets received over the PPP interface.')
ppp_ccp_in_dict_resets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCCPInDictResets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCCPInDictResets.setDescription('Total number of CCP incoming Dictionary Reset packets received over the PPP interface.')
ppp_ccp_out_reset_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCCPOutResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCCPOutResetReqs.setDescription('Total number of CCP outgoing Reset request packets sent over the PPP interface.')
ppp_ccp_out_reset_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCCPOutResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCCPOutResetAcks.setDescription('Total number of CCP outgoing Reset Acknowledgement packets sent over the PPP interface.')
ppp_ccp_out_dict_resets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 15), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCCPOutDictResets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCCPOutDictResets.setDescription('Total number of CCP outgoing Dictionary Reset packets sent over the PPP interface.')
ppp_ccp_packet_discards = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 16), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCCPPacketDiscards.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCCPPacketDiscards.setDescription('Total number of CCP incoming packet discards occuring for this PPP interface.')
ppp_ccp_octet_discards = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 8, 1, 17), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCCPOctetDiscards.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCCPOctetDiscards.setDescription('Total number of CCP outgoing packet discards occuring for this PPP interface.')
ppp_ep_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9))
if mibBuilder.loadTexts:
pppEPTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEPTable.setDescription('A table of encryption protocol and control protocol statistics.')
ppp_ep_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppEPIfIndex'))
if mibBuilder.loadTexts:
pppEPEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEPEntry.setDescription('An entry of EP and ECP information.')
ppp_ep_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEPIfIndex.setDescription('A unique identifier for a PPP interface running EP. This object is the same as the MIB-II ifIndex object.')
ppp_ep_in_encrypted_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEPInEncryptedOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEPInEncryptedOctets.setDescription('Total number of EP incoming encrypted octets received over the PPP interface.')
ppp_ep_in_destroyeds = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEPInDestroyeds.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEPInDestroyeds.setDescription('Total number of EP incoming packets discarded for this PPP interface.')
ppp_ep_in_copies = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEPInCopies.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEPInCopies.setDescription('Total number of EP incoming packets requiring a copy to a spare buffer to correct alignment.')
ppp_ep_out_encrypted_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEPOutEncryptedOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEPOutEncryptedOctets.setDescription('Total number of EP outgoing encrypted octets sent over the PPP interface.')
ppp_ep_out_destroyeds = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEPOutDestroyeds.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEPOutDestroyeds.setDescription('Total number of EP outgoing packets discarded for this PPP interface.')
ppp_ep_out_copies = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEPOutCopies.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEPOutCopies.setDescription('Total number of EP outgoing packets requiring a copy to a spare buffer to correct alignment.')
ppp_ecp_in_reset_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppECPInResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppECPInResetReqs.setDescription('Total number of ECP incoming Reset request packets received over the PPP interface.')
ppp_ecp_in_reset_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppECPInResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppECPInResetAcks.setDescription('Total number of ECP incoming Reset Acknowledgement packets received over the PPP interface.')
ppp_ecp_in_dict_resets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppECPInDictResets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppECPInDictResets.setDescription('Total number of ECP incoming Dictionary Reset packets received over the PPP interface.')
ppp_ecp_out_reset_reqs = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppECPOutResetReqs.setStatus('mandatory')
if mibBuilder.loadTexts:
pppECPOutResetReqs.setDescription('Total number of ECP outgoing Reset request packets sent over the PPP interface.')
ppp_ecp_out_reset_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppECPOutResetAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppECPOutResetAcks.setDescription('Total number of ECP outgoing Reset Acknowledgement packets sent over the PPP interface.')
ppp_ecp_out_dict_resets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppECPOutDictResets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppECPOutDictResets.setDescription('Total number of ECP outgoing Dictionary Reset packets sent over the PPP interface.')
ppp_ecp_packet_discards = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppECPPacketDiscards.setStatus('mandatory')
if mibBuilder.loadTexts:
pppECPPacketDiscards.setDescription('Total number of ECP incoming packet discards occuring for this PPP interface.')
ppp_ecp_octet_discards = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 9, 1, 15), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppECPOctetDiscards.setStatus('mandatory')
if mibBuilder.loadTexts:
pppECPOctetDiscards.setDescription('Total number of ECP outgoing packet discards occuring for this PPP interface.')
ppp_mschap_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10))
if mibBuilder.loadTexts:
pppMSCHAPTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPTable.setDescription('A table of MSCHAP statistics.')
ppp_mschap_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppMSCHAPIfIndex'))
if mibBuilder.loadTexts:
pppMSCHAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPEntry.setDescription('An entry of MSCHAP information.')
ppp_mschap_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPIfIndex.setDescription('A unique identifier for a PPP interface running MSCHAP. This object is the same as the MIB-II ifIndex object.')
ppp_mschap_in_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInPackets.setDescription('Total number of MSCHAP packets received over the PPP interface.')
ppp_mschap_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInOctets.setDescription('Total number of MSCHAP octets received over the PPP interface.')
ppp_mschap_in_challenges = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInChallenges.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInChallenges.setDescription('Total number of MSCHAP challenges received over the PPP interface.')
ppp_mschap_in_responses = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInResponses.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInResponses.setDescription('Total number of MSCHAP responses received over the PPP interface.')
ppp_mschap_in_successes = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInSuccesses.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInSuccesses.setDescription('Total number of MSCHAP successes received over the PPP interface.')
ppp_mschap_in_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInFailures.setDescription('Total number of MSCHAP failures received over the PPP interface.')
ppp_mschap_in_change_passwords = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInChangePasswords.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInChangePasswords.setDescription('Total number of MSCHAP change passwords received over the PPP interface.')
ppp_mschap_in_restricted_hours_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInRestrictedHoursFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInRestrictedHoursFailures.setDescription('Total number of MSCHAP restricted hours failures received over the PPP interface.')
ppp_mschap_in_account_disabled_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInAccountDisabledFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInAccountDisabledFailures.setDescription('Total number of MSCHAP account disabled failures received over the PPP interface.')
ppp_mschap_in_password_expired_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInPasswordExpiredFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInPasswordExpiredFailures.setDescription('Total number of MSCHAP password expired failures received over the PPP interface.')
ppp_mschap_in_no_permission_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInNoPermissionFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInNoPermissionFailures.setDescription('Total number of MSCHAP no permission failures received over the PPP interface.')
ppp_mschap_in_authentication_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInAuthenticationFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInAuthenticationFailures.setDescription('Total number of MSCHAP authentication failures received over the PPP interface.')
ppp_mschap_in_change_password_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPInChangePasswordFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPInChangePasswordFailures.setDescription('Total number of MSCHAP change password failures received over the PPP interface.')
ppp_mschap_out_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 15), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutPackets.setDescription('Total number of MSCHAP packets sent over the PPP interface.')
ppp_mschap_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 16), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutOctets.setDescription('Total number of MSCHAP octets sent over the PPP interface.')
ppp_mschap_out_challenges = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 17), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutChallenges.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutChallenges.setDescription('Total number of MSCHAP challenges sent over the PPP interface.')
ppp_mschap_out_responses = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 18), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutResponses.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutResponses.setDescription('Total number of MSCHAP responses sent over the PPP interface.')
ppp_mschap_out_successes = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 19), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutSuccesses.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutSuccesses.setDescription('Total number of MSCHAP successes sent over the PPP interface.')
ppp_mschap_out_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 20), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutFailures.setDescription('Total number of MSCHAP failures sent over the PPP interface.')
ppp_mschap_out_change_passwords = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 21), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutChangePasswords.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutChangePasswords.setDescription('Total number of MSCHAP change passwords sent over the PPP interface.')
ppp_mschap_out_restricted_hours_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 22), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutRestrictedHoursFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutRestrictedHoursFailures.setDescription('Total number of MSCHAP restricted hours failures sent over the PPP interface.')
ppp_mschap_out_account_disabled_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 23), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutAccountDisabledFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutAccountDisabledFailures.setDescription('Total number of MSCHAP account disabled failures sent over the PPP interface.')
ppp_mschap_out_password_expired_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 24), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutPasswordExpiredFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutPasswordExpiredFailures.setDescription('Total number of MSCHAP password expired failures sent over the PPP interface.')
ppp_mschap_out_no_permission_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 25), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutNoPermissionFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutNoPermissionFailures.setDescription('Total number of MSCHAP no permission failures sent over the PPP interface.')
ppp_mschap_out_authentication_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 26), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutAuthenticationFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutAuthenticationFailures.setDescription('Total number of MSCHAP authentication failures sent over the PPP interface.')
ppp_mschap_out_change_password_failures = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 10, 1, 27), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMSCHAPOutChangePasswordFailures.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMSCHAPOutChangePasswordFailures.setDescription('Total number of MSCHAP change password failures sent over the PPP interface.')
ppp_cbcp_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11))
if mibBuilder.loadTexts:
pppCBCPTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCBCPTable.setDescription('A table of CBCP statistics.')
ppp_cbcp_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppCBCPIfIndex'))
if mibBuilder.loadTexts:
pppCBCPEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCBCPEntry.setDescription('An entry of CBCP information.')
ppp_cbcp_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCBCPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCBCPIfIndex.setDescription('A unique identifier for a PPP interface running CBCP. This object is the same as the MIB-II ifIndex object.')
ppp_cbcp_in_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCBCPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCBCPInPackets.setDescription('Total number of CBCP packets received over the PPP interface.')
ppp_cbcp_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCBCPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCBCPInOctets.setDescription('Total number of CBCP octets received over the PPP interface.')
ppp_cbcp_out_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCBCPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCBCPOutPackets.setDescription('Total number of CBCP packets sent over the PPP interface.')
ppp_cbcp_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCBCPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCBCPOutOctets.setDescription('Total number of CBCP octets sent over the PPP interface.')
ppp_cbcp_attempts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCBCPAttempts.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCBCPAttempts.setDescription('Total number of CBCP attempts.')
ppp_cbcp_success = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 11, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppCBCPSuccess.setStatus('mandatory')
if mibBuilder.loadTexts:
pppCBCPSuccess.setDescription('Total number of CBCP successes.')
ppp_eap_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12))
if mibBuilder.loadTexts:
pppEAPTable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPTable.setDescription('A table of EAP statistics.')
ppp_eap_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppEAPIfIndex'))
if mibBuilder.loadTexts:
pppEAPEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPEntry.setDescription('An entry of EAP information.')
ppp_eap_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPIfIndex.setDescription('A unique identifier for a PPP interface running EAP. This object is the same as the MIB-II ifIndex object.')
ppp_eap_in_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPInPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPInPackets.setDescription('Total number of EAP packets received over the PPP interface.')
ppp_eap_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPInOctets.setDescription('Total number of EAP octets received over the PPP interface.')
ppp_eap_in_requests = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPInRequests.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPInRequests.setDescription('Total number of EAP requests received over the PPP interface.')
ppp_eap_in_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPInAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPInAcks.setDescription('Total number of EAP acknowledgments received over the PPP interface.')
ppp_eap_in_naks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPInNaks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPInNaks.setDescription('Total number of EAP negative acknowledgements received over the PPP interface.')
ppp_eap_out_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPOutPackets.setDescription('Total number of EAP packets sent over the PPP interface.')
ppp_eap_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPOutOctets.setDescription('Total number of EAP octets sent over the PPP interface.')
ppp_eap_out_requests = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPOutRequests.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPOutRequests.setDescription('Total number of EAP requests sent over the PPP interface.')
ppp_eap_out_acks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPOutAcks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPOutAcks.setDescription('Total number of EAP acknowledgments sent over the PPP interface.')
ppp_eap_out_naks = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 12, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppEAPOutNaks.setStatus('mandatory')
if mibBuilder.loadTexts:
pppEAPOutNaks.setDescription('Total number of EAP negative acknowledgements sent over the PPP interface.')
ppp_mppe_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13))
if mibBuilder.loadTexts:
pppMPPETable.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMPPETable.setDescription('A table of MPPE statistics.')
ppp_mppe_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1)).setIndexNames((0, 'IBMIROC-MIB', 'pppMPPEIfIndex'))
if mibBuilder.loadTexts:
pppMPPEEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMPPEEntry.setDescription('An entry of MPPE information.')
ppp_mppe_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(1, 65535))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMPPEIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMPPEIfIndex.setDescription('A unique identifier for a PPP interface running MPPE. This object is the same as the MIB-II ifIndex object.')
ppp_mppe_in_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 2), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMPPEInPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMPPEInPackets.setDescription('Total number of MPPE packets received over the PPP interface.')
ppp_mppe_in_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMPPEInOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMPPEInOctets.setDescription('Total number of MPPE octets received over the PPP interface.')
ppp_mppe_in_destroyed = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 4), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMPPEInDestroyed.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMPPEInDestroyed.setDescription('Total number of MPPE requests received over the PPP interface that were discarded.')
ppp_mppe_out_packets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMPPEOutPackets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMPPEOutPackets.setDescription('Total number of MPPE packets sent over the PPP interface.')
ppp_mppe_out_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMPPEOutOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMPPEOutOctets.setDescription('Total number of MPPE octets sent over the PPP interface.')
ppp_mppe_out_destroyed = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 2, 13, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
pppMPPEOutDestroyed.setStatus('mandatory')
if mibBuilder.loadTexts:
pppMPPEOutDestroyed.setDescription('Total number of MPPE requests discarded and not sent over the PPP interface.')
ibmdlsw_t_conn_group_oper_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1))
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperTable.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperTable.setDescription('Information about multicast groups of which this DLSw is currently a member.')
ibmdlsw_t_conn_group_oper_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1)).setIndexNames((0, 'IBMIROC-MIB', 'ibmdlswTConnGroupOperIndex'))
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperEntry.setDescription('Information about a single multicast group of which this DLSw is a member.')
ibmdlsw_t_conn_group_oper_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 1), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperIndex.setDescription('The index to the conceptual row of the table. Values are assigned by the agent and are not reused, but continue to increase in value.')
ibmdlsw_t_conn_group_oper_role = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=named_values(('peer', 1), ('client', 2), ('server', 3), ('readonly', 4), ('writeonly', 5), ('readwrite', 6), ('other', 7)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperRole.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperRole.setDescription('The role that this DLSw plays within the group. The first three roles are used by the IBM multicast DLSw group feature. The next three roles are used when interoperating with DLSw Version 2 compliant partners that may not have the IBM group feature.')
ibmdlsw_t_conn_group_oper_join_time = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 3), time_ticks()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperJoinTime.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperJoinTime.setDescription('The amount of time (in hundredths of a second) since this DLSw node last became a member of this group.')
ibmdlsw_t_conn_group_oper_config_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 2147483647))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperConfigIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperConfigIndex.setDescription('The value of dlswTConnConfigIndex of the dlswTConnConfigEntry that governs the configuration information used by this ibmdlswTConnGroupOperEntry. A management station can therefore normally examine both configured and operational information for this multicast group.')
ibmdlsw_t_conn_group_oper_in_data_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperInDataPkts.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperInDataPkts.setDescription('The number of Switch-to-Switch Protocol (SSP) messages of type DATAFRAME received for this group.')
ibmdlsw_t_conn_group_oper_out_data_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperOutDataPkts.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperOutDataPkts.setDescription('The number of Switch-to-Switch Protocol (SSP) messages of type DATAFRAME transmitted for this group.')
ibmdlsw_t_conn_group_oper_in_data_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperInDataOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperInDataOctets.setDescription('The number of octets in Switch-to-Switch Protocol (SSP) messages of type DATAFRAME received for this group. Each message is counted starting with the first octet following the SSP message header.')
ibmdlsw_t_conn_group_oper_out_data_octets = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperOutDataOctets.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperOutDataOctets.setDescription('The number of octets in Switch-to-Switch Protocol (SSP) messages of type DATAFRAME transmitted for this group. Each message is counted starting with the first octet following the SSP message header.')
ibmdlsw_t_conn_group_oper_in_cntl_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperInCntlPkts.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperInCntlPkts.setDescription('The number of Switch-to-Switch Protocol (SSP) messages received for this group which were not of type DATAFRAME.')
ibmdlsw_t_conn_group_oper_out_cntl_pkts = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperOutCntlPkts.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperOutCntlPkts.setDescription('The number of Switch-to-Switch Protocol (SSP) messages transmitted for this group which were not of type DATAFRAME.')
ibmdlsw_t_conn_group_oper_cu_rex_sents = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperCURexSents.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperCURexSents.setDescription('The number of CanUReach_ex messages sent for this group.')
ibmdlsw_t_conn_group_oper_ic_rex_rcvds = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperICRexRcvds.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperICRexRcvds.setDescription('The number of ICanReach_ex messages received for this group.')
ibmdlsw_t_conn_group_oper_cu_rex_rcvds = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperCURexRcvds.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperCURexRcvds.setDescription('The number of CanUReach_ex messages received for this group.')
ibmdlsw_t_conn_group_oper_ic_rex_sents = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperICRexSents.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperICRexSents.setDescription('The number of ICanReach_ex messages sent for this group.')
ibmdlsw_t_conn_group_oper_n_qex_sents = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 15), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperNQexSents.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperNQexSents.setDescription('The number of NetBIOS_NQ_ex (NetBIOS Name Query-explorer) messages sent for this group.')
ibmdlsw_t_conn_group_oper_n_rex_rcvds = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 16), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperNRexRcvds.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperNRexRcvds.setDescription('The number of NETBIOS_NR_ex (NetBIOS Name Recognized-explorer) messages received for this group.')
ibmdlsw_t_conn_group_oper_n_qex_rcvds = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 17), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperNQexRcvds.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperNQexRcvds.setDescription('The number of NETBIOS_NQ_ex messages received for this group.')
ibmdlsw_t_conn_group_oper_n_rex_sents = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 1, 1, 18), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperNRexSents.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswTConnGroupOperNRexSents.setDescription('The number of NETBIOS_NR_ex messages sent for this group.')
ibmdlsw_qllc_ls_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2))
if mibBuilder.loadTexts:
ibmdlswQllcLsTable.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsTable.setDescription('Table to provide an address mapping from configured QLLC addresses to DLSw MAC and SAP addresses, and other configured QLLC station information.')
ibmdlsw_qllc_ls_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1)).setIndexNames((0, 'IBMIROC-MIB', 'ibmdlswQllcLsIfIndex'), (0, 'IBMIROC-MIB', 'ibmdlswQllcLsQdomain'), (0, 'IBMIROC-MIB', 'ibmdlswQllcLsQaddress'))
if mibBuilder.loadTexts:
ibmdlswQllcLsEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsEntry.setDescription('The configured information for a single QLLC station.')
ibmdlsw_qllc_ls_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsIfIndex.setDescription('A unique identifier for the X.25 interface running QLLC through which this station is reached. This object is the same as the MIB-II ifIndex object.')
ibmdlsw_qllc_ls_qdomain = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('pvc', 1), ('svc', 2)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsQdomain.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsQdomain.setDescription('X.25 circuit type identifier, permanent or switched')
ibmdlsw_qllc_ls_qaddress = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 3), octet_string().subtype(subtypeSpec=value_size_constraint(1, 15))).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
ibmdlswQllcLsQaddress.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsQaddress.setDescription('For PVCs, this is the logical channel number dedicated to this X.25 circuit. For SVCs, this is the DTE address of the remote QLLC device (i.e., the address that the DLSw node places a call to or receives a call from).')
ibmdlsw_qllc_ls_channel = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 4), integer32().subtype(subtypeSpec=value_range_constraint(0, 4095))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsChannel.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsChannel.setDescription('Logical channel number for PVCs and connected SVCs. A value of zero indicates an SVC without a connected call.')
ibmdlsw_qllc_ls_local_mac = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 5), mac_address_nciroc()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsLocalMac.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsLocalMac.setDescription('The MAC address that represents this QLLC station to other devices within the DLSw network.')
ibmdlsw_qllc_ls_local_sap = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 6), octet_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsLocalSap.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsLocalSap.setDescription('The SAP that accompanies ibmdlswQllcLsLocalMac.')
ibmdlsw_qllc_ls_remote_mac = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 7), mac_address_nciroc()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsRemoteMac.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsRemoteMac.setDescription('The MAC address of a device in the DLSw network that this QLLC device can initiate a DLSw circuit to. If zero, the QLLC device cannot originate a DLSw circuit, but can only be the destination.')
ibmdlsw_qllc_ls_remote_sap = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 8), octet_string()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsRemoteSap.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsRemoteSap.setDescription('The SAP that accompanies ibmdlswQllcLsRemoteMac. If zero, the QLLC device cannot originate a DLSw circuit, but can only be the destination.')
ibmdlsw_qllc_ls_pu_type = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 9), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2, 4, 5, 6))).clone(namedValues=named_values(('type1', 1), ('type2', 2), ('type4', 4), ('type5', 5), ('other', 6)))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsPuType.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsPuType.setDescription('SNA Physical Unit type of the QLLC device.')
ibmdlsw_qllc_ls_blk_num = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 10), display_string().subtype(subtypeSpec=value_size_constraint(3, 3)).setFixedLength(3)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsBlkNum.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsBlkNum.setDescription('SNA XID_0 block number for the QLLC device. A non-zero value implies that the DLSw node will generate an XID_0 on behalf of the device.')
ibmdlsw_qllc_ls_id_num = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 3, 2, 1, 11), display_string().subtype(subtypeSpec=value_size_constraint(5, 5)).setFixedLength(5)).setMaxAccess('readonly')
if mibBuilder.loadTexts:
ibmdlswQllcLsIdNum.setStatus('mandatory')
if mibBuilder.loadTexts:
ibmdlswQllcLsIdNum.setDescription('SNA XID_0 id number for the QLLC device. A non-zero value implies that the DLSw node will generate an XID_0 on behalf of the device.')
fr_cllm_stats_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1))
if mibBuilder.loadTexts:
frCLLMStatsTable.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMStatsTable.setDescription('A table containing information about CLLM messages received from the switch.')
fr_cllm_stats_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1, 1)).setIndexNames((0, 'IBMIROC-MIB', 'frCLLMStatsIfIndex'), (0, 'IBMIROC-MIB', 'frCLLMStatsDlci'))
if mibBuilder.loadTexts:
frCLLMStatsEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMStatsEntry.setDescription('The CLLM information for a particular virtual circuit.')
fr_cllm_stats_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
frCLLMStatsIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMStatsIfIndex.setDescription('The ifIndex value identifying the Frame Relay interface to which this CLLM information pertains.')
fr_cllm_stats_dlci = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
frCLLMStatsDlci.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMStatsDlci.setDescription('The DLCI value identifying the Frame Relay virtual circuit to which this CLLM information pertains.')
fr_cllm_stats_rcvds = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 1, 1, 3), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
frCLLMStatsRcvds.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMStatsRcvds.setDescription('The number of CLLM messages received which reported status on this virtual circuit.')
fr_cllm_cause_table = mib_table((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 2))
if mibBuilder.loadTexts:
frCLLMCauseTable.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMCauseTable.setDescription('A table containing information about CLLM message cause codes.')
fr_cllm_cause_entry = mib_table_row((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 2, 1)).setIndexNames((0, 'IBMIROC-MIB', 'frCLLMCauseIfIndex'))
if mibBuilder.loadTexts:
frCLLMCauseEntry.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMCauseEntry.setDescription('The CLLM cause information for a particular interface.')
fr_cllm_cause_if_index = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 2, 1, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
frCLLMCauseIfIndex.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMCauseIfIndex.setDescription('The ifIndex value identifying the Frame Relay interface to which this CLLM cause information pertains.')
fr_cllm_cause_code = mib_table_column((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 2, 1, 2), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
frCLLMCauseCode.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMCauseCode.setDescription('The cause code in the last CLLM message received on this interface.')
fr_simple_objs = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3))
fr_cllm_dlci_list = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3, 1), octet_string().subtype(subtypeSpec=value_size_constraint(1, 1024))).setMaxAccess('readonly')
if mibBuilder.loadTexts:
frCLLMDlciList.setStatus('mandatory')
if mibBuilder.loadTexts:
frCLLMDlciList.setDescription('The list of DLCIs contained in the last CLLM message received.')
fr_trap_state_fecn = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3, 2), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enabled', 1), ('disabled', 2))).clone('disabled')).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
frTrapStateFECN.setStatus('mandatory')
if mibBuilder.loadTexts:
frTrapStateFECN.setDescription('This variable indicates whether the system produces the frrcvdFECN trap.')
fr_trap_state_becn = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3, 3), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enabled', 1), ('disabled', 2))).clone('disabled')).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
frTrapStateBECN.setStatus('mandatory')
if mibBuilder.loadTexts:
frTrapStateBECN.setDescription('This variable indicates whether the system produces the frrcvdBECN trap.')
fr_trap_state_cllm = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 3, 4), integer32().subtype(subtypeSpec=constraints_union(single_value_constraint(1, 2))).clone(namedValues=named_values(('enabled', 1), ('disabled', 2))).clone('disabled')).setMaxAccess('readwrite')
if mibBuilder.loadTexts:
frTrapStateCLLM.setStatus('mandatory')
if mibBuilder.loadTexts:
frTrapStateCLLM.setDescription('This variable indicates whether the system produces the frrcvdCLLM trap.')
ibm_iro_cfr_brs = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 4))
ibm_iro_cfrcircuit = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 4, 5))
tcpiproute_tab_size = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 1), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteTabSize.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteTabSize.setDescription('The configured number of entries that the routing table can maintain.')
tcpiproute_tab_used = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 2), gauge32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteTabUsed.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteTabUsed.setDescription('The current number of routing table entries being used. The number includes both active and inactive entries.')
tcpiproute_cache_size = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 3), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteCacheSize.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteCacheSize.setDescription('The configured number of entries that the routing cache can maintain.')
tcpiproute_cache_used = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 4), gauge32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteCacheUsed.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteCacheUsed.setDescription('The current number of routing cache entries being used.')
tcpiproute_over_flow = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 5), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteOverFlow.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteOverFlow.setDescription('The number of routes that had to be discarded because the routing table was full.')
tcpiproute_no_reach = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 6), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteNoReach.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteNoReach.setDescription('The number of packets that could not be forwarded because of unknown destinations. This does not count the number of packets forwarded to the default gateway.')
tcpiproute_bad_subnet = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 7), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteBadSubnet.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteBadSubnet.setDescription('The number of packets and routes that have been received for illegal subnets (all ones or all zeroes).')
tcpiproute_bad_net = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 8), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteBadNet.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteBadNet.setDescription('The number of packets and routes that have been received for illegal IP destinations.')
tcpiproute_unh_bcast = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 9), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteUnhBcast.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteUnhBcast.setDescription('The number of non-local IP broadcasts received (which are not forwarded).')
tcpiproute_unh_mcast = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 10), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteUnhMcast.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteUnhMcast.setDescription('The number of IP multicasts received, but whose addresses were not recognized by the router (and are discarded).')
tcpiproute_unh_dir_bcast = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 11), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteUnhDirBcast.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteUnhDirBcast.setDescription('The number of directed, non-local IP broadcasts received when forwarding of these packets is disabled.')
tcpiproute_unh_l_lbcast = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 12), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteUnhLLbcast.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteUnhLLbcast.setDescription('The number of packets received having non-local IP addresses but were sent to a link-level broadcst address (and are discarded).')
tcpiproute_disc_filt = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 13), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteDiscFilt.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteDiscFilt.setDescription('The number of packets received that have been addressed to filtered networks or subnets (and are discarded).')
tcpiproute_mult_rcvd = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 14), counter32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpiprouteMultRcvd.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpiprouteMultRcvd.setDescription('The number of IP multicasts that have been received and processed successfully.')
tcp_curr_connections = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 15), gauge32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpCurrConnections.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpCurrConnections.setDescription('The current number of TCP connections, which can be in any state. This object and tcpMaxConnections are defined mainly to monitor the number of TCP connections and their affect on memory usage in the router.')
tcp_max_connections = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 16), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
tcpMaxConnections.setStatus('mandatory')
if mibBuilder.loadTexts:
tcpMaxConnections.setDescription('The maximum number of TCP connections allowed. This object and tcpCurrConnections are defined mainly to monitor the number of TCP connections and their affect on memory usage in the router.')
server_curr_connections = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 17), gauge32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
serverCurrConnections.setStatus('mandatory')
if mibBuilder.loadTexts:
serverCurrConnections.setDescription('The current number of connections to a local server application (for example, TN3270E or Web Cache). This object and serverMaxConnections are defined mainly to monitor the number of server connections and their affect on memory usage in the router.')
server_max_connections = mib_scalar((1, 3, 6, 1, 4, 1, 2, 6, 119, 4, 20, 18), integer32()).setMaxAccess('readonly')
if mibBuilder.loadTexts:
serverMaxConnections.setStatus('mandatory')
if mibBuilder.loadTexts:
serverMaxConnections.setDescription('The maximum number of connections allowed to a local server application (for example, TN3270E or Web Cache). This object and serverCurrConnections are defined mainly to monitor the number of server connections and their affect on memory usage in the router.')
ibm_iro_ctrapsfr = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 1))
frrcvd_fecn = notification_type((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 1) + (0, 1)).setObjects(('RFC1315-MIB', 'frCircuitIfIndex'), ('RFC1315-MIB', 'frCircuitDlci'))
if mibBuilder.loadTexts:
frrcvdFECN.setDescription('This trap indicates that a frame was received from the network on this virtual circuit and it indicated forward congestion.')
frrcvd_becn = notification_type((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 1) + (0, 2)).setObjects(('RFC1315-MIB', 'frCircuitIfIndex'), ('RFC1315-MIB', 'frCircuitDlci'))
if mibBuilder.loadTexts:
frrcvdBECN.setDescription('This trap indicates that a frame was received from the network on this virtual circuit and it indicated backward congestion.')
frrcvd_cllm = notification_type((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 1) + (0, 3)).setObjects(('IBMIROC-MIB', 'frCLLMCauseIfIndex'), ('IBMIROC-MIB', 'frCLLMCauseCode'), ('IBMIROC-MIB', 'frCLLMDlciList'))
if mibBuilder.loadTexts:
frrcvdCLLM.setDescription('This trap indicates that a CLLM message was received from the network.')
ibm_iro_ctrapssys = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 2))
mos_mem_low = notification_type((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 2) + (0, 1)).setObjects(('PROTEON-MIB', 'proResMemHeapTotal'), ('PROTEON-MIB', 'proResMemHeapNeverAlloc'))
if mibBuilder.loadTexts:
mosMemLow.setDescription('This trap indicates that the free heap amount has dropped below a given percentage of the total heap memory available. The default percentage is 10%, however this threshhold can be modified by the user via a patch variable.')
ibm_iro_ctrapsels = mib_identifier((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 3))
els_trap = notification_type((1, 3, 6, 1, 4, 1, 2, 6, 119, 6, 3) + (0, 2)).setObjects(('PROTEON-MIB', 'proElsSubSysEventMsg'))
if mibBuilder.loadTexts:
elsTrap.setDescription('When the routing subsystem ELS component is configured to generate SNMP traps, the following trap is generated. It contains a single varBind containing a text string in one of the two following formats. If ELS timestamping is enabled: hr:min:sec subsys_name.event_num: message_text For example - 09:32:56 IP.008: no rte 9.7.1.8 -> 9.7.4.3 dsc If ELS timestamping is disabled: subsys_name.event_num: message_text For example - IP.008: no rte 9.7.1.8 -> 9.7.4.3 dsc NOTE: The following subsystems cannot have their events sent in SNMP traps (ARP, ICMP, UDP, SNMP and IP (excluding IP access control events)). This restriction is due to the fact that these subsystems are involved in sending an SNMP trap and allowing them could cause an infinite loop in the router software.')
mibBuilder.exportSymbols('IBMIROC-MIB', pppMSCHAPInRestrictedHoursFailures=pppMSCHAPInRestrictedHoursFailures, pppMSCHAPOutPasswordExpiredFailures=pppMSCHAPOutPasswordExpiredFailures, ibmSysDumpBuilder=ibmSysDumpBuilder, pppLinkErrUnkProtos=pppLinkErrUnkProtos, frCLLMStatsRcvds=frCLLMStatsRcvds, pppSPAPInAlertAcks=pppSPAPInAlertAcks, pppBAPInCallRejs=pppBAPInCallRejs, ibmIROCswitching=ibmIROCswitching, frTrapStateFECN=frTrapStateFECN, pppLCProtoOutPackets=pppLCProtoOutPackets, pppEAPOutAcks=pppEAPOutAcks, pppLinkErrEntry=pppLinkErrEntry, pppCHAPIfIndex=pppCHAPIfIndex, pppBAPOutCallBackReqs=pppBAPOutCallBackReqs, pppLCProtoInEchoReqs=pppLCProtoInEchoReqs, pppECPOutResetAcks=pppECPOutResetAcks, ibmdlswTConnGroupOperConfigIndex=ibmdlswTConnGroupOperConfigIndex, pppSPAPOutNacks=pppSPAPOutNacks, pppBAPOutDropRejs=pppBAPOutDropRejs, tcpCurrConnections=tcpCurrConnections, pppLCProtoInCNs=pppLCProtoInCNs, pppSPAPInRequests=pppSPAPInRequests, pppPAPOutOctets=pppPAPOutOctets, ibmIROCrmon=ibmIROCrmon, pppEPInCopies=pppEPInCopies, ibmIROCroutinginterface=ibmIROCroutinginterface, pppSPAPOutPleaseAuthenticates=pppSPAPOutPleaseAuthenticates, ibmdlswTConnGroupOperCURexSents=ibmdlswTConnGroupOperCURexSents, frCLLMCauseEntry=frCLLMCauseEntry, ibmdlswTConnGroupOperIndex=ibmdlswTConnGroupOperIndex, pppMPPEOutOctets=pppMPPEOutOctets, pppSPAPOutAlertAcks=pppSPAPOutAlertAcks, pppCHAPOutSuccesses=pppCHAPOutSuccesses, tcpiprouteUnhDirBcast=tcpiprouteUnhDirBcast, pppLinkErrBadCtrls=pppLinkErrBadCtrls, pppSPAPInNacks=pppSPAPInNacks, pppBAPInDropRejs=pppBAPInDropRejs, pppSPAPEntry=pppSPAPEntry, pppMPPEInPackets=pppMPPEInPackets, tcpiprouteBadNet=tcpiprouteBadNet, pppECPPacketDiscards=pppECPPacketDiscards, pppMSCHAPInAccountDisabledFailures=pppMSCHAPInAccountDisabledFailures, ibmdlswTConnGroupOperInCntlPkts=ibmdlswTConnGroupOperInCntlPkts, tcpiprouteOverFlow=tcpiprouteOverFlow, pppBAPInStatFails=pppBAPInStatFails, ibmdlswTConnGroupOperNRexRcvds=ibmdlswTConnGroupOperNRexRcvds, ibmdlswTConnGroupOperInDataPkts=ibmdlswTConnGroupOperInDataPkts, pppLCProtoPreviousState=pppLCProtoPreviousState, pppPAPInPackets=pppPAPInPackets, pppBAPOutCallReqs=pppBAPOutCallReqs, ibmSysDumpFatalMsg5=ibmSysDumpFatalMsg5, pppCCPPacketDiscards=pppCCPPacketDiscards, ibmdlswQllcLsLocalMac=ibmdlswQllcLsLocalMac, pppLinkErrBadAddrs=pppLinkErrBadAddrs, tcpiprouteCacheSize=tcpiprouteCacheSize, ibmIROCroutingvoice=ibmIROCroutingvoice, pppPAPOutNacks=pppPAPOutNacks, pppLCProtoOutCRs=pppLCProtoOutCRs, frCLLMCauseTable=frCLLMCauseTable, pppBAPInCallBackAcks=pppBAPInCallBackAcks, ibmIROChardwareInfo=ibmIROChardwareInfo, pppMPPEEntry=pppMPPEEntry, pppLinkErrTermTOs=pppLinkErrTermTOs, ibmdlswTConnGroupOperNQexSents=ibmdlswTConnGroupOperNQexSents, ibmSysDumpFatalMsg4=ibmSysDumpFatalMsg4, MacAddressNCIROC=MacAddressNCIROC, pppEAPInOctets=pppEAPInOctets, pppMSCHAPInSuccesses=pppMSCHAPInSuccesses, pppECPInResetAcks=pppECPInResetAcks, frSimpleObjs=frSimpleObjs, pppSPAPIfIndex=pppSPAPIfIndex, pppBAPOutCallBackRejs=pppBAPOutCallBackRejs, pppPAPInNacks=pppPAPInNacks, ibmdlswTConnGroupOperCURexRcvds=ibmdlswTConnGroupOperCURexRcvds, frCLLMStatsDlci=frCLLMStatsDlci, pppECPOutResetReqs=pppECPOutResetReqs, pppMSCHAPEntry=pppMSCHAPEntry, frCLLMCauseCode=frCLLMCauseCode, pppLCProtoOutOctets=pppLCProtoOutOctets, pppMPPEOutPackets=pppMPPEOutPackets, ibmIROCconfig=ibmIROCconfig, pppCPOutInCompressablePkts=pppCPOutInCompressablePkts, pppCCPInDictResets=pppCCPInDictResets, ibmIROCadminDebug=ibmIROCadminDebug, pppLCProtoTable=pppLCProtoTable, ibmCacheServer=ibmCacheServer, pppMSCHAPInPasswordExpiredFailures=pppMSCHAPInPasswordExpiredFailures, ibm=ibm, ibmIROCsystem=ibmIROCsystem, pppCCPOutResetReqs=pppCCPOutResetReqs, pppEAPOutPackets=pppEAPOutPackets, pppProtocolCtlOutPkts=pppProtocolCtlOutPkts, ibmIROCfrBRS=ibmIROCfrBRS, pppLCProtoOutResetAcks=pppLCProtoOutResetAcks, pppECPOutDictResets=pppECPOutDictResets, pppBAPOutDropReqs=pppBAPOutDropReqs, pppSPAPOutChangePasswords=pppSPAPOutChangePasswords, frCLLMStatsEntry=frCLLMStatsEntry, pppEPOutDestroyeds=pppEPOutDestroyeds, frTrapStateBECN=frTrapStateBECN, pppBAPOutCallBackAcks=pppBAPOutCallBackAcks, ibmBANMIB=ibmBANMIB, pppLinkErrLastBadCtrl=pppLinkErrLastBadCtrl, pppMSCHAPInPackets=pppMSCHAPInPackets, pppCHAPOutOctets=pppCHAPOutOctets, ibmdlswTConnGroupOperOutDataOctets=ibmdlswTConnGroupOperOutDataOctets, pppBAPInCallBackReqs=pppBAPInCallBackReqs, ibmIROCroutingppp=ibmIROCroutingppp, ibmdlswTConnGroupOperICRexRcvds=ibmdlswTConnGroupOperICRexRcvds, pppMSCHAPInResponses=pppMSCHAPInResponses, pppProtocolDataInOctets=pppProtocolDataInOctets, pppPAPEntry=pppPAPEntry, pppEPEntry=pppEPEntry, serverMaxConnections=serverMaxConnections, pppLCProtoInCAs=pppLCProtoInCAs, ibmSysDumpRetainName=ibmSysDumpRetainName, pppEAPTable=pppEAPTable, pppBAPOutStatFails=pppBAPOutStatFails, pppProtocolId=pppProtocolId, pppLCProtoState=pppLCProtoState, pppCBCPInOctets=pppCBCPInOctets, pppProtocolTable=pppProtocolTable, pppCPInDestroyeds=pppCPInDestroyeds, ibmIROCconfigAuth=ibmIROCconfigAuth, ibmSysDumpBuild=ibmSysDumpBuild, pppCPEntry=pppCPEntry, pppECPInResetReqs=pppECPInResetReqs, pppPAPInAcks=pppPAPInAcks, ibmdlswQllcLsIdNum=ibmdlswQllcLsIdNum, pppBAPInCallAcks=pppBAPInCallAcks, pppMSCHAPOutResponses=pppMSCHAPOutResponses, pppCCPOutResetAcks=pppCCPOutResetAcks, ibmSysDumpIndex=ibmSysDumpIndex, pppLCProtoInTimeRemains=pppLCProtoInTimeRemains, pppCCPOctetDiscards=pppCCPOctetDiscards, pppMSCHAPInChangePasswords=pppMSCHAPInChangePasswords, pppMSCHAPOutChangePasswordFailures=pppMSCHAPOutChangePasswordFailures, ibmSysDumpEntry=ibmSysDumpEntry, ibmSysDumpRemoteIPAddr=ibmSysDumpRemoteIPAddr, pppBAPOutDropNaks=pppBAPOutDropNaks, pppBAPOutCallAcks=pppBAPOutCallAcks, frCLLMDlciList=frCLLMDlciList, pppPAPOutRequests=pppPAPOutRequests, pppCPInCompressedOctets=pppCPInCompressedOctets, pppLCProtoInPackets=pppLCProtoInPackets, ibmdlswTConnGroupOperNQexRcvds=ibmdlswTConnGroupOperNQexRcvds, tcpiprouteTabSize=tcpiprouteTabSize, pppMSCHAPInAuthenticationFailures=pppMSCHAPInAuthenticationFailures, pppLCProtoInIdents=pppLCProtoInIdents, pppSPAPOutAcks=pppSPAPOutAcks, pppEAPOutNaks=pppEAPOutNaks, pppProtocolState=pppProtocolState, pppBAPInCallReqs=pppBAPInCallReqs, pppEPInDestroyeds=pppEPInDestroyeds, pppEPTable=pppEPTable, pppLCProtoInDiscReqs=pppLCProtoInDiscReqs, pppLCProtoOutTAs=pppLCProtoOutTAs, pppLCProtoOutIdents=pppLCProtoOutIdents, pppMPPETable=pppMPPETable, pppLCProtoInOctets=pppLCProtoInOctets, ibmIROCadminproducts=ibmIROCadminproducts, pppLCProtoInCodeRejs=pppLCProtoInCodeRejs, pppCBCPIfIndex=pppCBCPIfIndex, pppPAPInOctets=pppPAPInOctets, ibmdlswQllcLsPuType=ibmdlswQllcLsPuType, ibmdlswQllcLsRemoteMac=ibmdlswQllcLsRemoteMac, ibmdlswQllcLsRemoteSap=ibmdlswQllcLsRemoteSap, ibmSysDumpRemotePath=ibmSysDumpRemotePath, ibmIROCroutingtcpip=ibmIROCroutingtcpip, ibmSysDumpTable=ibmSysDumpTable, pppSPAPInAlerts=pppSPAPInAlerts, pppPAPIfIndex=pppPAPIfIndex, pppLCProtoInCRs=pppLCProtoInCRs, tcpMaxConnections=tcpMaxConnections, pppProtocolCtlInRejects=pppProtocolCtlInRejects, pppBAPTable=pppBAPTable, frrcvdBECN=frrcvdBECN, tcpiprouteNoReach=tcpiprouteNoReach, platformType=platformType, ibmdlswQllcLsChannel=ibmdlswQllcLsChannel, pppLCProtoLastTimeChange=pppLCProtoLastTimeChange, pppBAPInDropNaks=pppBAPInDropNaks, pppCPOutCompressedOctets=pppCPOutCompressedOctets, pppCCPInResetReqs=pppCCPInResetReqs, pppLCProtoInTRs=pppLCProtoInTRs, ibmIROCescon=ibmIROCescon, pppBAPIfIndex=pppBAPIfIndex, pppBAPOutCallBackNaks=pppBAPOutCallBackNaks, pppLinkErrLastUnkProto=pppLinkErrLastUnkProto, ibmdlswTConnGroupOperOutCntlPkts=ibmdlswTConnGroupOperOutCntlPkts, ibmIROCtrapssys=ibmIROCtrapssys, tcpiprouteTabUsed=tcpiprouteTabUsed, pppLinkErrInvProtos=pppLinkErrInvProtos, pppMSCHAPOutOctets=pppMSCHAPOutOctets, ibmIROCroutingDialOut=ibmIROCroutingDialOut, pppMSCHAPInChangePasswordFailures=pppMSCHAPInChangePasswordFailures, pppBAPOutStatSuccs=pppBAPOutStatSuccs, ibmWanRestoralRerouteMIB=ibmWanRestoralRerouteMIB, pppBAPInDropReqs=pppBAPInDropReqs, ibmdlswTConnGroupOperICRexSents=ibmdlswTConnGroupOperICRexSents, pppCPInCopies=pppCPInCopies, ibmdlswQllcLsBlkNum=ibmdlswQllcLsBlkNum, pppSPAPInPleaseAuthenticates=pppSPAPInPleaseAuthenticates, tcpiprouteMultRcvd=tcpiprouteMultRcvd, pppSPAPInDialbacks=pppSPAPInDialbacks, ibmProd=ibmProd, tcpiprouteBadSubnet=tcpiprouteBadSubnet, pppCPInInCompressablePkts=pppCPInInCompressablePkts, pppProtocolLastTimeChange=pppProtocolLastTimeChange, ibmIROCroutingIpSec=ibmIROCroutingIpSec, pppCHAPInOctets=pppCHAPInOctets, platformFLASHSize=platformFLASHSize, pppBAPOutDropAcks=pppBAPOutDropAcks, platformDRAMSize=platformDRAMSize, pppBAPInCallNaks=pppBAPInCallNaks, pppMSCHAPOutPackets=pppMSCHAPOutPackets, ibmIROCroutingl2tp=ibmIROCroutingl2tp, pppBAPInCallBackNaks=pppBAPInCallBackNaks, pppEAPInAcks=pppEAPInAcks, ibmSysDumpProductNumber=ibmSysDumpProductNumber, pppSPAPTable=pppSPAPTable, pppCHAPOutFailures=pppCHAPOutFailures, ibmIROCadmin=ibmIROCadmin, pppSPAPInPackets=pppSPAPInPackets, pppEAPInRequests=pppEAPInRequests, pppMSCHAPOutAccountDisabledFailures=pppMSCHAPOutAccountDisabledFailures, pppSPAPOutDialbacks=pppSPAPOutDialbacks, pppLCProtoOutCAs=pppLCProtoOutCAs, pppMSCHAPOutRestrictedHoursFailures=pppMSCHAPOutRestrictedHoursFailures, pppProtocolCtlInOctets=pppProtocolCtlInOctets, pppLinkErrLastInvProto=pppLinkErrLastInvProto, pppCHAPOutPackets=pppCHAPOutPackets, pppLCProtoOutCodeRejs=pppLCProtoOutCodeRejs, ibmdlswQllcLsTable=ibmdlswQllcLsTable, ibmIROCsystemInfo=ibmIROCsystemInfo, pppMPPEInDestroyed=pppMPPEInDestroyed, pppMSCHAPIfIndex=pppMSCHAPIfIndex, pppCHAPInSuccesses=pppCHAPInSuccesses, ibmIROCSnmpAuthFail=ibmIROCSnmpAuthFail, pppProtocolRegistered=pppProtocolRegistered, pppPAPInRequests=pppPAPInRequests, pppLCProtoOutCNs=pppLCProtoOutCNs, pppBAPInDropAcks=pppBAPInDropAcks, pppEAPOutOctets=pppEAPOutOctets, pppBAPOutCallNaks=pppBAPOutCallNaks, pppCPIfIndex=pppCPIfIndex, ibmdlswQllcLsLocalSap=ibmdlswQllcLsLocalSap, pppMSCHAPOutChallenges=pppMSCHAPOutChallenges, pppLCProtoOutDiscReqs=pppLCProtoOutDiscReqs, tcpiprouteDiscFilt=tcpiprouteDiscFilt, pppEPOutCopies=pppEPOutCopies, pppLCProtoOutTRs=pppLCProtoOutTRs, pppPAPOutAcks=pppPAPOutAcks, authTrapSourceIPAddr=authTrapSourceIPAddr)
mibBuilder.exportSymbols('IBMIROC-MIB', pppCBCPSuccess=pppCBCPSuccess, ibmIROCswhw=ibmIROCswhw, pppEPOutEncryptedOctets=pppEPOutEncryptedOctets, pppCBCPEntry=pppCBCPEntry, ibmIROCdumpInfo=ibmIROCdumpInfo, pppSPAPOutAlerts=pppSPAPOutAlerts, pppCCPOutDictResets=pppCCPOutDictResets, pppMSCHAPOutAuthenticationFailures=pppMSCHAPOutAuthenticationFailures, pppCCPInResetAcks=pppCCPInResetAcks, platformFeatureSlot=platformFeatureSlot, pppProtocolIfIndex=pppProtocolIfIndex, ibmdlswQllcLsQaddress=ibmdlswQllcLsQaddress, platformNVRAMSize=platformNVRAMSize, pppLCProtoOutTimeRemains=pppLCProtoOutTimeRemains, pppMSCHAPInChallenges=pppMSCHAPInChallenges, pppMSCHAPOutNoPermissionFailures=pppMSCHAPOutNoPermissionFailures, ibmSysDumpFatalMsg3=ibmSysDumpFatalMsg3, frrcvdCLLM=frrcvdCLLM, pppCHAPInFailures=pppCHAPInFailures, frrcvdFECN=frrcvdFECN, pppCHAPTable=pppCHAPTable, pppECPInDictResets=pppECPInDictResets, ibmSysDumpBuildName=ibmSysDumpBuildName, tcpiprouteCacheUsed=tcpiprouteCacheUsed, ibmSysDumpFileDate=ibmSysDumpFileDate, ibmIROCfrcircuit=ibmIROCfrcircuit, ibmIROCroutingfr=ibmIROCroutingfr, ibmIROC=ibmIROC, pppLCProtoInRejects=pppLCProtoInRejects, pppEPInEncryptedOctets=pppEPInEncryptedOctets, pppSPAPInChangePasswords=pppSPAPInChangePasswords, pppProtocolPreviousState=pppProtocolPreviousState, ibmdlswQllcLsQdomain=ibmdlswQllcLsQdomain, ibmIROCroutingdlsw=ibmIROCroutingdlsw, pppLCProtoOutEchoReqs=pppLCProtoOutEchoReqs, pppMSCHAPInOctets=pppMSCHAPInOctets, pppMPPEInOctets=pppMPPEInOctets, ibmIROCtrapsfr=ibmIROCtrapsfr, pppEAPEntry=pppEAPEntry, pppBAPInCallBackRejs=pppBAPInCallBackRejs, pppCPTable=pppCPTable, pppLCProtoIfIndex=pppLCProtoIfIndex, pppCBCPOutOctets=pppCBCPOutOctets, ibmIROCrouting=ibmIROCrouting, pppCBCPOutPackets=pppCBCPOutPackets, pppMPPEOutDestroyed=pppMPPEOutDestroyed, pppProtocolDataInPkts=pppProtocolDataInPkts, ibmSysDumpFatalMsg2=ibmSysDumpFatalMsg2, mosMemLow=mosMemLow, pppProtocolCtlInPkts=pppProtocolCtlInPkts, pppCHAPInChallenges=pppCHAPInChallenges, pppProtocolDataOutPkts=pppProtocolDataOutPkts, pppMSCHAPInNoPermissionFailures=pppMSCHAPInNoPermissionFailures, frCLLMCauseIfIndex=frCLLMCauseIfIndex, ibmIROChardware=ibmIROChardware, ibmdlswTConnGroupOperOutDataPkts=ibmdlswTConnGroupOperOutDataPkts, pppProtocolDataOutOctets=pppProtocolDataOutOctets, pppBAPInStatSuccs=pppBAPInStatSuccs, pppBAPOutCallRejs=pppBAPOutCallRejs, pppEPIfIndex=pppEPIfIndex, pppMSCHAPInFailures=pppMSCHAPInFailures, ibmdlswTConnGroupOperNRexSents=ibmdlswTConnGroupOperNRexSents, ibmIROCcfgInfo=ibmIROCcfgInfo, pppEAPIfIndex=pppEAPIfIndex, pppLCProtoInCRejs=pppLCProtoInCRejs, ibmdlswTConnGroupOperRole=ibmdlswTConnGroupOperRole, ibmIROCVPNpolicy=ibmIROCVPNpolicy, tcpiprouteUnhLLbcast=tcpiprouteUnhLLbcast, pppLCProtoOutCRejs=pppLCProtoOutCRejs, pppMSCHAPTable=pppMSCHAPTable, elsTrap=elsTrap, pppLinkErrLastBadAddr=pppLinkErrLastBadAddr, pppCHAPOutChallenges=pppCHAPOutChallenges, pppCBCPTable=pppCBCPTable, ibmdlswTConnGroupOperInDataOctets=ibmdlswTConnGroupOperInDataOctets, ibmdlswTConnGroupOperTable=ibmdlswTConnGroupOperTable, pppSPAPInOctets=pppSPAPInOctets, pppSPAPOutRequests=pppSPAPOutRequests, pppCHAPOutResponses=pppCHAPOutResponses, ibmIROCadminOID=ibmIROCadminOID, pppLCProtoInResetReqs=pppLCProtoInResetReqs, pppBAPEntry=pppBAPEntry, pppCBCPAttempts=pppCBCPAttempts, serverCurrConnections=serverCurrConnections, frCLLMStatsTable=frCLLMStatsTable, pppEAPInNaks=pppEAPInNaks, pppLinkErrIfIndex=pppLinkErrIfIndex, pppLCProtoOutResetReqs=pppLCProtoOutResetReqs, frTrapStateCLLM=frTrapStateCLLM, ibmIROCadminSnmp=ibmIROCadminSnmp, pppMSCHAPOutSuccesses=pppMSCHAPOutSuccesses, pppEAPOutRequests=pppEAPOutRequests, ibmdlswTConnGroupOperJoinTime=ibmdlswTConnGroupOperJoinTime, ibmdlswTConnGroupOperEntry=ibmdlswTConnGroupOperEntry, ibmIROCroutingtn3270e=ibmIROCroutingtn3270e, pppCHAPInResponses=pppCHAPInResponses, tcpiprouteUnhBcast=tcpiprouteUnhBcast, pppLCProtoOutEchoReps=pppLCProtoOutEchoReps, agentMemUse=agentMemUse, ibmIROCroutingRlan=ibmIROCroutingRlan, pppLCProtoInResetAcks=pppLCProtoInResetAcks, pppLCProtoInTAs=pppLCProtoInTAs, pppLinkErrTable=pppLinkErrTable, ibmIROCAgentDebug=ibmIROCAgentDebug, frCLLMStatsIfIndex=frCLLMStatsIfIndex, ibmIROCtraps=ibmIROCtraps, ibmSysDumpFatalMsg1=ibmSysDumpFatalMsg1, pppPAPTable=pppPAPTable, pppCPOutCopies=pppCPOutCopies, pppSPAPInAcks=pppSPAPInAcks, pppMSCHAPOutFailures=pppMSCHAPOutFailures, pppProtocolDataInRejects=pppProtocolDataInRejects, pppSPAPOutPackets=pppSPAPOutPackets, pppCPOutDestroyeds=pppCPOutDestroyeds, pppLinkErrConfigTOs=pppLinkErrConfigTOs, ibmdlswQllcLsEntry=ibmdlswQllcLsEntry, pppCHAPEntry=pppCHAPEntry, pppEAPInPackets=pppEAPInPackets, ibmSysDumpBuildDate=ibmSysDumpBuildDate, ibmdlswQllcLsIfIndex=ibmdlswQllcLsIfIndex, tcpiprouteUnhMcast=tcpiprouteUnhMcast, pppSPAPOutOctets=pppSPAPOutOctets, pppMSCHAPOutChangePasswords=pppMSCHAPOutChangePasswords, pppMPPEIfIndex=pppMPPEIfIndex, pppProtocolCtlOutOctets=pppProtocolCtlOutOctets, pppLCProtoInEchoReps=pppLCProtoInEchoReps, ibmIROCconfigWrite=ibmIROCconfigWrite, pppLCProtoEntry=pppLCProtoEntry, pppCBCPInPackets=pppCBCPInPackets, pppCHAPInPackets=pppCHAPInPackets, ibmIROCtrapsels=ibmIROCtrapsels, ibmSysDumpFileName=ibmSysDumpFileName, pppECPOctetDiscards=pppECPOctetDiscards, pppProtocolEntry=pppProtocolEntry, pppPAPOutPackets=pppPAPOutPackets) |
# Time: O(n)
# Space: O(1)
def read4(buf):
global file_content
i = 0
while i < len(file_content) and i < 4:
buf[i] = file_content[i]
i += 1
if len(file_content) > 4:
file_content = file_content[4:]
else:
file_content = ""
return i
class Solution(object):
def read(self, buf, n):
"""
:type buf: Destination buffer (List[str])
:type n: Maximum number of characters to read (int)
:rtype: The number of characters read (int)
"""
read_bytes = 0
buffer = [''] * 4
for i in xrange(n / 4 + 1):
size = read4(buffer)
if size:
size = min(size, n-read_bytes)
buf[read_bytes:read_bytes+size] = buffer[:size]
read_bytes += size
else:
break
return read_bytes
| def read4(buf):
global file_content
i = 0
while i < len(file_content) and i < 4:
buf[i] = file_content[i]
i += 1
if len(file_content) > 4:
file_content = file_content[4:]
else:
file_content = ''
return i
class Solution(object):
def read(self, buf, n):
"""
:type buf: Destination buffer (List[str])
:type n: Maximum number of characters to read (int)
:rtype: The number of characters read (int)
"""
read_bytes = 0
buffer = [''] * 4
for i in xrange(n / 4 + 1):
size = read4(buffer)
if size:
size = min(size, n - read_bytes)
buf[read_bytes:read_bytes + size] = buffer[:size]
read_bytes += size
else:
break
return read_bytes |
## Declare file path
STYLE_AURORA= 'static/img/aurora.jpg'
STYLE_CHINESE = 'static/img/chinese.jpg'
STYLE_CHINGMIN = 'static/img/chingmin.jpg'
STYLE_COLORFUL = 'static/img/colorful.jpg'
STYLE_CRYSTAL = 'static/img/crystal.jpg'
STYLE_DES_GLANEUSES = 'static/img/des_glaneuses.jpg'
STYLE_FIRE = 'static/img/fire.jpg'
STYLE_JINGDO = 'static/img/jingdo.jpg'
STYLE_LA_MUSE = 'static/img/la_muse.jpg'
STYLE_MOSAIC = 'static/img/mosaic.jpg'
STYLE_MONALISA = 'static/img/monalisa.jpg'
STYLE_MOUNTAIN_WATER = 'static/img/mountain_water.jpg'
STYLE_PICASSOSELF = 'static/img/picassoself.jpg'
STYLE_SKY = 'static/img/sky.jpg'
STYLE_STARRY_NIGHT = 'static/img/starry_night.jpg'
STYLE_TIGER = 'static/img/tiger.jpg'
STYLE_UDNIE = 'static/img/udnie.jpg'
STYLE_WATER = 'static/img/water.jpg'
STYLE_WAVE_CROP = 'static/img/wave_crop.jpg'
STYLE_YBFIRE = "static/img/ybfire.jpg"
STYLE_ZHANGDAQIAN = 'static/img/zhangdachien.jpg'
style_dicts = {'aurora':STYLE_AURORA, 'chinese':STYLE_CHINESE,
'chingmin': STYLE_CHINGMIN, 'colorful':STYLE_COLORFUL, 'crystal':STYLE_CRYSTAL,
'des_glaneuses': STYLE_DES_GLANEUSES, 'fire': STYLE_FIRE, 'jingdo': STYLE_JINGDO,
'la_muse': STYLE_LA_MUSE, 'mosaic': STYLE_MOSAIC, 'monalisa': STYLE_MONALISA, 'mountain_water': STYLE_MOUNTAIN_WATER,
'picassoself': STYLE_PICASSOSELF, 'sky': STYLE_SKY, 'starry_night': STYLE_STARRY_NIGHT,
'tiger': STYLE_TIGER, 'udnie': STYLE_UDNIE, 'water': STYLE_WATER, 'wave_crop': STYLE_WAVE_CROP, 'ybfire': STYLE_YBFIRE,
'zhangdachien': STYLE_ZHANGDAQIAN}
def get_style_path(style):
if style in style_dicts:
return style_dicts[style]
else:
return False
| style_aurora = 'static/img/aurora.jpg'
style_chinese = 'static/img/chinese.jpg'
style_chingmin = 'static/img/chingmin.jpg'
style_colorful = 'static/img/colorful.jpg'
style_crystal = 'static/img/crystal.jpg'
style_des_glaneuses = 'static/img/des_glaneuses.jpg'
style_fire = 'static/img/fire.jpg'
style_jingdo = 'static/img/jingdo.jpg'
style_la_muse = 'static/img/la_muse.jpg'
style_mosaic = 'static/img/mosaic.jpg'
style_monalisa = 'static/img/monalisa.jpg'
style_mountain_water = 'static/img/mountain_water.jpg'
style_picassoself = 'static/img/picassoself.jpg'
style_sky = 'static/img/sky.jpg'
style_starry_night = 'static/img/starry_night.jpg'
style_tiger = 'static/img/tiger.jpg'
style_udnie = 'static/img/udnie.jpg'
style_water = 'static/img/water.jpg'
style_wave_crop = 'static/img/wave_crop.jpg'
style_ybfire = 'static/img/ybfire.jpg'
style_zhangdaqian = 'static/img/zhangdachien.jpg'
style_dicts = {'aurora': STYLE_AURORA, 'chinese': STYLE_CHINESE, 'chingmin': STYLE_CHINGMIN, 'colorful': STYLE_COLORFUL, 'crystal': STYLE_CRYSTAL, 'des_glaneuses': STYLE_DES_GLANEUSES, 'fire': STYLE_FIRE, 'jingdo': STYLE_JINGDO, 'la_muse': STYLE_LA_MUSE, 'mosaic': STYLE_MOSAIC, 'monalisa': STYLE_MONALISA, 'mountain_water': STYLE_MOUNTAIN_WATER, 'picassoself': STYLE_PICASSOSELF, 'sky': STYLE_SKY, 'starry_night': STYLE_STARRY_NIGHT, 'tiger': STYLE_TIGER, 'udnie': STYLE_UDNIE, 'water': STYLE_WATER, 'wave_crop': STYLE_WAVE_CROP, 'ybfire': STYLE_YBFIRE, 'zhangdachien': STYLE_ZHANGDAQIAN}
def get_style_path(style):
if style in style_dicts:
return style_dicts[style]
else:
return False |
def parallel_play_test(par_env):
obs = par_env.reset()
assert isinstance(obs, dict)
assert set(obs.keys()).issubset(set(par_env.agents))
for i in range(1000):
actions = {agent:space.sample() for agent, space in par_env.action_spaces.items()}
obs, rew, done, info = par_env.step(actions)
assert isinstance(obs, dict)
assert isinstance(rew, dict)
assert isinstance(done, dict)
assert isinstance(info, dict)
assert set(obs.keys()).issubset(set(par_env.agents))
assert set(rew.keys()).issubset(set(par_env.agents))
assert set(done.keys()).issubset(set(par_env.agents))
assert set(info.keys()).issubset(set(par_env.agents))
if all(done.values()):
break
| def parallel_play_test(par_env):
obs = par_env.reset()
assert isinstance(obs, dict)
assert set(obs.keys()).issubset(set(par_env.agents))
for i in range(1000):
actions = {agent: space.sample() for (agent, space) in par_env.action_spaces.items()}
(obs, rew, done, info) = par_env.step(actions)
assert isinstance(obs, dict)
assert isinstance(rew, dict)
assert isinstance(done, dict)
assert isinstance(info, dict)
assert set(obs.keys()).issubset(set(par_env.agents))
assert set(rew.keys()).issubset(set(par_env.agents))
assert set(done.keys()).issubset(set(par_env.agents))
assert set(info.keys()).issubset(set(par_env.agents))
if all(done.values()):
break |
class BattleshAPIException(Exception):
pass
class GameNotStartedException(BattleshAPIException):
pass
class NotYourTurnException(BattleshAPIException):
pass
class AlreadyRegisteredException(BattleshAPIException):
pass
class ShipInTheWayException(BattleshAPIException):
pass
class InsufficientFundsException(BattleshAPIException):
pass
class CanNotAccessShipException(BattleshAPIException):
pass
class OutOfShotsException(BattleshAPIException):
pass
class CannotAttackHomeBaseException(BattleshAPIException):
pass
class TargetOutOfRangeException(BattleshAPIException):
pass
class PositionOccupiedException(BattleshAPIException):
pass
class TargetOutOfBoundsException(BattleshAPIException):
pass
class ConflictException(BattleshAPIException):
pass
class GameEndedException(BattleshAPIException):
pass
CODE_EXCEPTION_LOOKUP = {
1: NotYourTurnException,
2: AlreadyRegisteredException,
3: ShipInTheWayException,
4: InsufficientFundsException,
5: CanNotAccessShipException,
6: OutOfShotsException,
7: CannotAttackHomeBaseException,
8: TargetOutOfRangeException,
9: PositionOccupiedException,
10: TargetOutOfBoundsException
}
| class Battleshapiexception(Exception):
pass
class Gamenotstartedexception(BattleshAPIException):
pass
class Notyourturnexception(BattleshAPIException):
pass
class Alreadyregisteredexception(BattleshAPIException):
pass
class Shipinthewayexception(BattleshAPIException):
pass
class Insufficientfundsexception(BattleshAPIException):
pass
class Cannotaccessshipexception(BattleshAPIException):
pass
class Outofshotsexception(BattleshAPIException):
pass
class Cannotattackhomebaseexception(BattleshAPIException):
pass
class Targetoutofrangeexception(BattleshAPIException):
pass
class Positionoccupiedexception(BattleshAPIException):
pass
class Targetoutofboundsexception(BattleshAPIException):
pass
class Conflictexception(BattleshAPIException):
pass
class Gameendedexception(BattleshAPIException):
pass
code_exception_lookup = {1: NotYourTurnException, 2: AlreadyRegisteredException, 3: ShipInTheWayException, 4: InsufficientFundsException, 5: CanNotAccessShipException, 6: OutOfShotsException, 7: CannotAttackHomeBaseException, 8: TargetOutOfRangeException, 9: PositionOccupiedException, 10: TargetOutOfBoundsException} |
# -*- coding: utf-8 -*-
#
# Author: Thomas Hangstoerfer
# License: MIT
#
class Screen(object):
"""docstring for Screen"""
def __init__(self):
#super(Screen, self).__init__()
#self.arg = arg
self.isVisible_ = False
pass
def setVisible(self, visible):
# print("Screen.setVisible(%s)" % visible)
self.isVisible_ = visible
self.update()
def isVisible(self):
return self.isVisible_
def update(self):
pass
def key(self, event):
print("Screen.key() %s" % event)
| class Screen(object):
"""docstring for Screen"""
def __init__(self):
self.isVisible_ = False
pass
def set_visible(self, visible):
self.isVisible_ = visible
self.update()
def is_visible(self):
return self.isVisible_
def update(self):
pass
def key(self, event):
print('Screen.key() %s' % event) |
games_won = dict(sara=0, bob=1, tim=5, julian=3, jim=1)
def print_game_stats(games=games_won):
"""Loop through games_won's dict (key, value) pairs (dict.items)
printing (print, not return) how many games each person has won,
pluralize 'game' based on number.
Expected output (ignore the docstring's indentation):
sara has won 0 games
bob has won 1 game
tim has won 5 games
julian has won 3 games
jim has won 1 game
(Note that as of Python 3.7 - which we're using atm - dict insert order is retained
so no sorting is required for this Bite.)
"""
for k, v in games.items():
if v == 1:
print(f"{k} has won {v} game")
else:
print(f"{k} has won {v} games")
print_game_stats(games_won)
| games_won = dict(sara=0, bob=1, tim=5, julian=3, jim=1)
def print_game_stats(games=games_won):
"""Loop through games_won's dict (key, value) pairs (dict.items)
printing (print, not return) how many games each person has won,
pluralize 'game' based on number.
Expected output (ignore the docstring's indentation):
sara has won 0 games
bob has won 1 game
tim has won 5 games
julian has won 3 games
jim has won 1 game
(Note that as of Python 3.7 - which we're using atm - dict insert order is retained
so no sorting is required for this Bite.)
"""
for (k, v) in games.items():
if v == 1:
print(f'{k} has won {v} game')
else:
print(f'{k} has won {v} games')
print_game_stats(games_won) |
MALE = "male"
FEMALE = "female"
OTHER = "other"
GENDERS = ((MALE, MALE), (FEMALE, FEMALE), (OTHER, OTHER))
MEMBER = "member"
LEADER = "leader"
CO_LEADER = "co-leader"
TREASURER = "treasurer"
RECRUITING = "recruiting"
DEVELOPMENT = "development"
EDITOR = "editor"
RETIREE = "retiree"
MEDIA_RELATIONS = "media_relations"
ACTIVE_RETIREE = "active_retiree"
ALUMNI = "alumni"
WEBMASTER = "webmaster"
INTEREST_GROUP_ADMIN = "interest_group_admin"
ALUMNI_ADMIN = "alumni_admin"
RETIREE_EMAIL = "retiree_email"
COMPANY_ADMIN = "company_admin"
DUGNAD_ADMIN = "dugnad_admin"
TRIP_ADMIN = "trip_admin"
SPONSOR_ADMIN = "sponsor_admin"
SOCIAL_ADMIN = "social_admin"
ROLES = (
(MEMBER, MEMBER),
(LEADER, LEADER),
(CO_LEADER, CO_LEADER),
(TREASURER, TREASURER),
(RECRUITING, RECRUITING),
(DEVELOPMENT, DEVELOPMENT),
(EDITOR, EDITOR),
(RETIREE, RETIREE),
(MEDIA_RELATIONS, MEDIA_RELATIONS),
(ACTIVE_RETIREE, ACTIVE_RETIREE),
(ALUMNI, ALUMNI),
(WEBMASTER, WEBMASTER),
(INTEREST_GROUP_ADMIN, INTEREST_GROUP_ADMIN),
(ALUMNI_ADMIN, ALUMNI_ADMIN),
(RETIREE_EMAIL, RETIREE_EMAIL),
(COMPANY_ADMIN, COMPANY_ADMIN),
(DUGNAD_ADMIN, DUGNAD_ADMIN),
(TRIP_ADMIN, TRIP_ADMIN),
(SPONSOR_ADMIN, SPONSOR_ADMIN),
(SOCIAL_ADMIN, SOCIAL_ADMIN),
)
DATA = "data"
KOMTEK = "komtek"
COURSES = ((DATA, DATA), (KOMTEK, KOMTEK))
DATA_LONG = "Datateknologi"
KOMTEK_LONG = "Kommunikasjonsteknologi"
COURSES_LONG = ((DATA_LONG, DATA_LONG), (KOMTEK_LONG, KOMTEK_LONG))
FIRST_GRADE_DATA = "1. klasse Datateknologi"
FIRST_GRADE_KOMTEK = "1. klasse Kommunikasjonsteknologi"
FIRST_GRADES = (
(FIRST_GRADE_DATA, FIRST_GRADE_DATA),
(FIRST_GRADE_KOMTEK, FIRST_GRADE_KOMTEK),
)
USER_GROUP = "Users"
MEMBER_GROUP = "Abakus"
STUDENT_EMAIL_DOMAIN = "stud.ntnu.no"
GROUP_COMMITTEE = "komite"
GROUP_INTEREST = "interesse"
GROUP_SUB = "under"
GROUP_GRADE = "klasse"
GROUP_OTHER = "annen"
GROUP_TYPES = (
(GROUP_COMMITTEE, GROUP_COMMITTEE),
(GROUP_INTEREST, GROUP_INTEREST),
(GROUP_GRADE, GROUP_GRADE),
(GROUP_OTHER, GROUP_OTHER),
(GROUP_SUB, GROUP_SUB),
)
OPEN_GROUPS = (GROUP_INTEREST,)
PUBLIC_GROUPS = (GROUP_INTEREST, GROUP_COMMITTEE, GROUP_SUB)
LIGHT_THEME = "light"
DARK_THEME = "dark"
THEMES = ((LIGHT_THEME, LIGHT_THEME), (DARK_THEME, DARK_THEME))
| male = 'male'
female = 'female'
other = 'other'
genders = ((MALE, MALE), (FEMALE, FEMALE), (OTHER, OTHER))
member = 'member'
leader = 'leader'
co_leader = 'co-leader'
treasurer = 'treasurer'
recruiting = 'recruiting'
development = 'development'
editor = 'editor'
retiree = 'retiree'
media_relations = 'media_relations'
active_retiree = 'active_retiree'
alumni = 'alumni'
webmaster = 'webmaster'
interest_group_admin = 'interest_group_admin'
alumni_admin = 'alumni_admin'
retiree_email = 'retiree_email'
company_admin = 'company_admin'
dugnad_admin = 'dugnad_admin'
trip_admin = 'trip_admin'
sponsor_admin = 'sponsor_admin'
social_admin = 'social_admin'
roles = ((MEMBER, MEMBER), (LEADER, LEADER), (CO_LEADER, CO_LEADER), (TREASURER, TREASURER), (RECRUITING, RECRUITING), (DEVELOPMENT, DEVELOPMENT), (EDITOR, EDITOR), (RETIREE, RETIREE), (MEDIA_RELATIONS, MEDIA_RELATIONS), (ACTIVE_RETIREE, ACTIVE_RETIREE), (ALUMNI, ALUMNI), (WEBMASTER, WEBMASTER), (INTEREST_GROUP_ADMIN, INTEREST_GROUP_ADMIN), (ALUMNI_ADMIN, ALUMNI_ADMIN), (RETIREE_EMAIL, RETIREE_EMAIL), (COMPANY_ADMIN, COMPANY_ADMIN), (DUGNAD_ADMIN, DUGNAD_ADMIN), (TRIP_ADMIN, TRIP_ADMIN), (SPONSOR_ADMIN, SPONSOR_ADMIN), (SOCIAL_ADMIN, SOCIAL_ADMIN))
data = 'data'
komtek = 'komtek'
courses = ((DATA, DATA), (KOMTEK, KOMTEK))
data_long = 'Datateknologi'
komtek_long = 'Kommunikasjonsteknologi'
courses_long = ((DATA_LONG, DATA_LONG), (KOMTEK_LONG, KOMTEK_LONG))
first_grade_data = '1. klasse Datateknologi'
first_grade_komtek = '1. klasse Kommunikasjonsteknologi'
first_grades = ((FIRST_GRADE_DATA, FIRST_GRADE_DATA), (FIRST_GRADE_KOMTEK, FIRST_GRADE_KOMTEK))
user_group = 'Users'
member_group = 'Abakus'
student_email_domain = 'stud.ntnu.no'
group_committee = 'komite'
group_interest = 'interesse'
group_sub = 'under'
group_grade = 'klasse'
group_other = 'annen'
group_types = ((GROUP_COMMITTEE, GROUP_COMMITTEE), (GROUP_INTEREST, GROUP_INTEREST), (GROUP_GRADE, GROUP_GRADE), (GROUP_OTHER, GROUP_OTHER), (GROUP_SUB, GROUP_SUB))
open_groups = (GROUP_INTEREST,)
public_groups = (GROUP_INTEREST, GROUP_COMMITTEE, GROUP_SUB)
light_theme = 'light'
dark_theme = 'dark'
themes = ((LIGHT_THEME, LIGHT_THEME), (DARK_THEME, DARK_THEME)) |
class ReprMixin:
def __repr__(self) -> str:
"""
This function is used to represent the object.
"""
return f'<{self.__class__.__name__} {self.id}>'
class Hashable(ReprMixin):
def __hash__(self):
"""
This function is used to hash the object.
"""
return self.id >> 22
class EnumMixin:
def __str__(self):
"""
This function is used to get the string value of the enum.
"""
return str(self.name)
def __int__(self):
"""
This function is used to get the int value of the enum.
"""
return int(self.value) | class Reprmixin:
def __repr__(self) -> str:
"""
This function is used to represent the object.
"""
return f'<{self.__class__.__name__} {self.id}>'
class Hashable(ReprMixin):
def __hash__(self):
"""
This function is used to hash the object.
"""
return self.id >> 22
class Enummixin:
def __str__(self):
"""
This function is used to get the string value of the enum.
"""
return str(self.name)
def __int__(self):
"""
This function is used to get the int value of the enum.
"""
return int(self.value) |
_NO_DEFAULT = object()
class Record(dict):
def __getitem__(self, key):
try:
return dict.__getitem__(self, key)
except TypeError:
return Record({k: dict.__getitem__(self, k) for k in key})
def __setitem__(self, key, value):
try:
dict.__setitem__(self, key, value)
except TypeError:
for k in key:
dict.__setitem__(self, k, value[k])
def get(self, key, default=None):
try:
return dict.get(self, key, default)
except TypeError:
if default is None:
default = {}
new_record = Record()
for k in key:
if k in self:
new_record[k] = self[k]
elif k in default:
new_record[k] = default[k]
return new_record
def pop(self, key, default=_NO_DEFAULT):
try:
if default is _NO_DEFAULT:
return dict.pop(self, key)
else:
return dict.pop(self, key, default)
except TypeError:
backup = Record(self)
try:
if default is _NO_DEFAULT:
return Record(
{k: dict.pop(self, k) for k in key})
else:
new_record = Record()
for k in key:
if k in self:
new_record[k] = dict.pop(self, k)
else:
new_record[k] = default[k]
return new_record
except:
for k in backup:
self[k] = backup[k]
raise
def popitem(self, key, default=_NO_DEFAULT):
raise NotImplementedError
def setdefault(self, key, default=_NO_DEFAULT):
raise NotImplementedError
def copy(self):
return Record(dict.copy(self))
def __setattr__(self, key, value):
raise RuntimeError
def __str__(self):
try:
_, width = subprocess.check_output(["stty", "size"]).split()
except:
width = 40
width = int(width)
vertical_edge = "".join(("+", "-"*(width - 2), "+"))
pairs = [
(str(key), str(item).replace("\n", " ")[:width - 6 - len(key)])
for key, item in self.items()
]
return "\n".join(
[vertical_edge,]
+ [
"".join(
(
"| ",
key,
": ",
item,
" "*(width - 6 - len(key) - len(item)),
" |",
)
)
for key, item in pairs
]
+ [vertical_edge,]
)
def __repr__(self):
return ''.join(('Record({', ', '.join([': '.join((key, repr(item))) for key, item in self.items()]), '})'))
@staticmethod
def _mergable(record1, record2):
return not any(
record1[key] != record2[key] for key in record1 if key in record2)
@staticmethod
def merge(records):
new_record = Record()
for record in records:
if any(record[key] != new_record[key]
for key in record if key in new_record):
raise ValueError("Records clash on key")
else:
new_record.update(record)
return new_record
@staticmethod
def merge_conflicts(records):
new_record = Record()
conflicts = []
for record in records:
for key in record:
if key not in new_record:
new_record[key] = record[key]
elif key in new_record and new_record[key] != record[key]:
conflicts.append(key)
return conflicts
def without(self, keys):
return self[set(self) - set(keys)]
def __add__(self, other):
return Record.merge((self, other))
| _no_default = object()
class Record(dict):
def __getitem__(self, key):
try:
return dict.__getitem__(self, key)
except TypeError:
return record({k: dict.__getitem__(self, k) for k in key})
def __setitem__(self, key, value):
try:
dict.__setitem__(self, key, value)
except TypeError:
for k in key:
dict.__setitem__(self, k, value[k])
def get(self, key, default=None):
try:
return dict.get(self, key, default)
except TypeError:
if default is None:
default = {}
new_record = record()
for k in key:
if k in self:
new_record[k] = self[k]
elif k in default:
new_record[k] = default[k]
return new_record
def pop(self, key, default=_NO_DEFAULT):
try:
if default is _NO_DEFAULT:
return dict.pop(self, key)
else:
return dict.pop(self, key, default)
except TypeError:
backup = record(self)
try:
if default is _NO_DEFAULT:
return record({k: dict.pop(self, k) for k in key})
else:
new_record = record()
for k in key:
if k in self:
new_record[k] = dict.pop(self, k)
else:
new_record[k] = default[k]
return new_record
except:
for k in backup:
self[k] = backup[k]
raise
def popitem(self, key, default=_NO_DEFAULT):
raise NotImplementedError
def setdefault(self, key, default=_NO_DEFAULT):
raise NotImplementedError
def copy(self):
return record(dict.copy(self))
def __setattr__(self, key, value):
raise RuntimeError
def __str__(self):
try:
(_, width) = subprocess.check_output(['stty', 'size']).split()
except:
width = 40
width = int(width)
vertical_edge = ''.join(('+', '-' * (width - 2), '+'))
pairs = [(str(key), str(item).replace('\n', ' ')[:width - 6 - len(key)]) for (key, item) in self.items()]
return '\n'.join([vertical_edge] + [''.join(('| ', key, ': ', item, ' ' * (width - 6 - len(key) - len(item)), ' |')) for (key, item) in pairs] + [vertical_edge])
def __repr__(self):
return ''.join(('Record({', ', '.join([': '.join((key, repr(item))) for (key, item) in self.items()]), '})'))
@staticmethod
def _mergable(record1, record2):
return not any((record1[key] != record2[key] for key in record1 if key in record2))
@staticmethod
def merge(records):
new_record = record()
for record in records:
if any((record[key] != new_record[key] for key in record if key in new_record)):
raise value_error('Records clash on key')
else:
new_record.update(record)
return new_record
@staticmethod
def merge_conflicts(records):
new_record = record()
conflicts = []
for record in records:
for key in record:
if key not in new_record:
new_record[key] = record[key]
elif key in new_record and new_record[key] != record[key]:
conflicts.append(key)
return conflicts
def without(self, keys):
return self[set(self) - set(keys)]
def __add__(self, other):
return Record.merge((self, other)) |
# -*- coding: utf-8 -*-
"""
This module serves the class for wrapping
any known client specific exceptions.
"""
class FullContactException(Exception):
pass
| """
This module serves the class for wrapping
any known client specific exceptions.
"""
class Fullcontactexception(Exception):
pass |
"""
Solution for https://codeforces.com/problemset/problem/236/A
"""
def main():
s = input()
set_s = set(s)
if len(set_s) % 2 == 0:
print("CHAT WITH HER!")
else:
print("IGNORE HIM!")
if __name__ == '__main__':
main() | """
Solution for https://codeforces.com/problemset/problem/236/A
"""
def main():
s = input()
set_s = set(s)
if len(set_s) % 2 == 0:
print('CHAT WITH HER!')
else:
print('IGNORE HIM!')
if __name__ == '__main__':
main() |
class Calculation:
def __init__(self):
self.checks = []
self.max_ratio_index = 0
self.show_max_ratio_calc = False
def add_item(self, location, name, check_item, check_force, unit):
self.checks.append([location, name, check_item["result"], check_force,
check_item["equations"], check_item["reference"],
unit])
def is_ok(self):
ok = True
for each in self.checks:
design_value = each[2]
check_value = each[3]
if check_value / design_value > 1.0:
ok = False
break
return ok
def create_report_calc(self, loc, report):
for each in self.checks:
location = each[0]
if location == loc:
name = each[1]
report += "#### " + name + "\n"
equations = each[4]
for item in equations:
if item["type"] == "equation":
report += item["content"]
elif item["type"] == "text":
report += item["content"] + "\n"
return report
def create_report_table_item(self, loc, report):
for i in range(len(self.checks)):
each = self.checks[i]
location = each[0]
if location == loc:
name = each[1]
reference = each[5]
unit = each[6]
design_value = str("%0.2f" % each[2]) + " " + unit
check_value = str(each[3]) + " " + unit
ratio_value = each[3] / each[2]
ratio = str("%0.3f" % ratio_value)
if self.show_max_ratio_calc and i == self.max_ratio_index:
ratio = "**" + ratio + "**"
success = "o.k." if not ratio_value > 1.0 else "no good"
report += "| " + name + " | " + design_value + " | " + check_value \
+ " | " + ratio + " | " + success + " | " + reference + " |\n"
return report
def find_max_ratio_index(self):
max_ratio = -1.0
for i in range(len(self.checks)):
design_value = self.checks[i][2]
check_value = self.checks[i][3]
ratio = check_value / design_value
if ratio > max_ratio:
max_ratio = ratio
self.max_ratio_index = i
| class Calculation:
def __init__(self):
self.checks = []
self.max_ratio_index = 0
self.show_max_ratio_calc = False
def add_item(self, location, name, check_item, check_force, unit):
self.checks.append([location, name, check_item['result'], check_force, check_item['equations'], check_item['reference'], unit])
def is_ok(self):
ok = True
for each in self.checks:
design_value = each[2]
check_value = each[3]
if check_value / design_value > 1.0:
ok = False
break
return ok
def create_report_calc(self, loc, report):
for each in self.checks:
location = each[0]
if location == loc:
name = each[1]
report += '#### ' + name + '\n'
equations = each[4]
for item in equations:
if item['type'] == 'equation':
report += item['content']
elif item['type'] == 'text':
report += item['content'] + '\n'
return report
def create_report_table_item(self, loc, report):
for i in range(len(self.checks)):
each = self.checks[i]
location = each[0]
if location == loc:
name = each[1]
reference = each[5]
unit = each[6]
design_value = str('%0.2f' % each[2]) + ' ' + unit
check_value = str(each[3]) + ' ' + unit
ratio_value = each[3] / each[2]
ratio = str('%0.3f' % ratio_value)
if self.show_max_ratio_calc and i == self.max_ratio_index:
ratio = '**' + ratio + '**'
success = 'o.k.' if not ratio_value > 1.0 else 'no good'
report += '| ' + name + ' | ' + design_value + ' | ' + check_value + ' | ' + ratio + ' | ' + success + ' | ' + reference + ' |\n'
return report
def find_max_ratio_index(self):
max_ratio = -1.0
for i in range(len(self.checks)):
design_value = self.checks[i][2]
check_value = self.checks[i][3]
ratio = check_value / design_value
if ratio > max_ratio:
max_ratio = ratio
self.max_ratio_index = i |
"""
Interface for pin class
functionality described in azubot_gpio.py
"""
class IPin:
def __init__(self, pin_no, mode):
raise NotImplementedError
def write(self, value):
raise NotImplementedError
| """
Interface for pin class
functionality described in azubot_gpio.py
"""
class Ipin:
def __init__(self, pin_no, mode):
raise NotImplementedError
def write(self, value):
raise NotImplementedError |
def voting(winners, author, text):
"""
Every author gets to vote once with their vote being text. The text is a
numberic string indicating a voting choice. Each vote is added to a dict of
all other votes.
"""
if author not in winners.keys():
if text.isnumeric():
winners[author] = text
return winners
| def voting(winners, author, text):
"""
Every author gets to vote once with their vote being text. The text is a
numberic string indicating a voting choice. Each vote is added to a dict of
all other votes.
"""
if author not in winners.keys():
if text.isnumeric():
winners[author] = text
return winners |
for i in range(1,10):
for j in range(1,i+1):
print('{}*{} = {}''\t'.format(i,j,i*j),end = '')
print()
| for i in range(1, 10):
for j in range(1, i + 1):
print('{}*{} = {}\t'.format(i, j, i * j), end='')
print() |
'''
Bayesian machine learning models with sklearn api
=================================================
IMPLEMENTED ALGORITHMS:
-----------------------
** Linear Models
- Type II ML Bayesian Logistic Regression with Laplace Approximation (EBLogisticRegression)
- Type II ML Bayesian Linear Regression (EBLinearRegression)
- Variational Bayes Linear Regression (VBLinearRegression)
- Variational Bayes Logistic Regression (VBLogisticRegression)
** RVM & ARD Models
- Relevance Vector Regression (RVR)
- Relevance Vector Classifier (RVC)
- Variational Relevance Vector Regression (VRVR)
- Variational ARD Regression (VariationalRegressionARD)
- Type II ML ARD Regression (RegressionARD)
- Type II ML ARD Classification (ClassificationARD)
** Mixture Models
- Variational Bayesian Bernoulli Mixture Model (VBBMM)
- Variational Bayesian Multinomial Mixture Model (VBMMM)
- Variational Bayesian Gaussian Mixture with Automatic Relevance Determination (VBGMMARD)
** Hidden Markov Models
- Variational Bayesian HMM with Bernoulli emission probabilities (VBBernoulliHMM)
- Variational Bayesian HMM with Multinoulli emission probabilities (VBMultinoulliHMM)
- Variational Bayesian HMM with Gaussian emission probabilities (VBGaussianHMM)
** Sparse Kernel Models
- Kernelised Elastic Net Regression (KernelisedElasticNetRegression)
- Kernelised Lasso Regression (KernelisedLassoRegression)
- Kernelised L1 Logistic Regression (KernelisedLogisticRegressionL1)
** Decomposition Models
- Latent Dirichlet Allocation (collapsed Gibbs Sampler)
PACKAGE CONTENTS:
-----------------
linear_models (package)
kernel_models (package)
rvm_ard_models (package)
mixture_models (package)
hidden_markov_models (package)
'''
__all__ = ['rvm_ard_models','linear_models','hidden_markov_models','mixture_models',
'kernel_models','datasets','decomposition_models']
__version__ = '0.1.0a1'
| """
Bayesian machine learning models with sklearn api
=================================================
IMPLEMENTED ALGORITHMS:
-----------------------
** Linear Models
- Type II ML Bayesian Logistic Regression with Laplace Approximation (EBLogisticRegression)
- Type II ML Bayesian Linear Regression (EBLinearRegression)
- Variational Bayes Linear Regression (VBLinearRegression)
- Variational Bayes Logistic Regression (VBLogisticRegression)
** RVM & ARD Models
- Relevance Vector Regression (RVR)
- Relevance Vector Classifier (RVC)
- Variational Relevance Vector Regression (VRVR)
- Variational ARD Regression (VariationalRegressionARD)
- Type II ML ARD Regression (RegressionARD)
- Type II ML ARD Classification (ClassificationARD)
** Mixture Models
- Variational Bayesian Bernoulli Mixture Model (VBBMM)
- Variational Bayesian Multinomial Mixture Model (VBMMM)
- Variational Bayesian Gaussian Mixture with Automatic Relevance Determination (VBGMMARD)
** Hidden Markov Models
- Variational Bayesian HMM with Bernoulli emission probabilities (VBBernoulliHMM)
- Variational Bayesian HMM with Multinoulli emission probabilities (VBMultinoulliHMM)
- Variational Bayesian HMM with Gaussian emission probabilities (VBGaussianHMM)
** Sparse Kernel Models
- Kernelised Elastic Net Regression (KernelisedElasticNetRegression)
- Kernelised Lasso Regression (KernelisedLassoRegression)
- Kernelised L1 Logistic Regression (KernelisedLogisticRegressionL1)
** Decomposition Models
- Latent Dirichlet Allocation (collapsed Gibbs Sampler)
PACKAGE CONTENTS:
-----------------
linear_models (package)
kernel_models (package)
rvm_ard_models (package)
mixture_models (package)
hidden_markov_models (package)
"""
__all__ = ['rvm_ard_models', 'linear_models', 'hidden_markov_models', 'mixture_models', 'kernel_models', 'datasets', 'decomposition_models']
__version__ = '0.1.0a1' |
#0.04s user 0.02s system 63% cpu 0.086 total
numbers = '7316717653133062491922511967442657474235534919493496983520312774506326239578318016984801869478851843858615607891129494954595017379583319528532088055111254069874715852386305071569329096329522744304355766896648950445244523161731856403098711121722383113622298934233803081353362766142828064444866452387493035890729629049156044077239071381051585930796086670172427121883998797908792274921901699720888093776657273330010533678812202354218097512545405947522435258490771167055601360483958644670632441572215539753697817977846174064955149290862569321978468622482839722413756570560574902614079729686524145351004748216637048440319989000889524345065854122758866688116427171479924442928230863465674813919123162824586178664583591245665294765456828489128831426076900422421902267105562632111110937054421750694165896040807198403850962455444362981230987879927244284909188845801561660979191338754992005240636899125607176060588611646710940507754100225698315520005593572972571636269561882670428252483600823257530420752963450'
maxnum = 0
for x in range(len(numbers)-13):
sum = 1
for y in range(13):
sum *= int(numbers[x+y])
if sum > maxnum:
maxnum = sum
print(maxnum)
| numbers = '7316717653133062491922511967442657474235534919493496983520312774506326239578318016984801869478851843858615607891129494954595017379583319528532088055111254069874715852386305071569329096329522744304355766896648950445244523161731856403098711121722383113622298934233803081353362766142828064444866452387493035890729629049156044077239071381051585930796086670172427121883998797908792274921901699720888093776657273330010533678812202354218097512545405947522435258490771167055601360483958644670632441572215539753697817977846174064955149290862569321978468622482839722413756570560574902614079729686524145351004748216637048440319989000889524345065854122758866688116427171479924442928230863465674813919123162824586178664583591245665294765456828489128831426076900422421902267105562632111110937054421750694165896040807198403850962455444362981230987879927244284909188845801561660979191338754992005240636899125607176060588611646710940507754100225698315520005593572972571636269561882670428252483600823257530420752963450'
maxnum = 0
for x in range(len(numbers) - 13):
sum = 1
for y in range(13):
sum *= int(numbers[x + y])
if sum > maxnum:
maxnum = sum
print(maxnum) |
# from pokemon import Pokemon
class Trainer:
def __init__(self, name):
self.name = name
self.pokemon = []
def add_pokemon(self, pokemon):
repeats = [owned_pokemon for owned_pokemon in self.pokemon if pokemon.name == owned_pokemon.name]
if not repeats:
self.pokemon.append(pokemon)
return f"Caught {pokemon.pokemon_details()}"
return "This pokemon is already caught"
def release_pokemon(self, pokemon_name):
for pokemon in self.pokemon:
if pokemon_name == pokemon.name:
self.pokemon.remove(pokemon)
return f"You have released {pokemon_name}"
return "Pokemon is not caught"
def trainer_data(self):
info = ""
info += f"Pokemon Trainer {self.name}\n"
info += f"Pokemon count {len(self.pokemon)}\n"
for pokemon in self.pokemon:
info += f"- {pokemon.pokemon_details()}\n"
return info
# pokemon = Pokemon("Pikachu", 90)
# print(pokemon.pokemon_details())
# trainer = Trainer("Ash")
# print(trainer.add_pokemon(pokemon))
# second_pokemon = Pokemon("Charizard", 110)
# print(trainer.add_pokemon(second_pokemon))
# second_pokemon = Pokemon("Charizard", 110)
# print(trainer.add_pokemon(second_pokemon))
# print(trainer.release_pokemon("Pikachu"))
# print(trainer.release_pokemon("xdddddddd"))
# print(trainer.release_pokemon("Pikachu"))
# print(trainer.trainer_data()) | class Trainer:
def __init__(self, name):
self.name = name
self.pokemon = []
def add_pokemon(self, pokemon):
repeats = [owned_pokemon for owned_pokemon in self.pokemon if pokemon.name == owned_pokemon.name]
if not repeats:
self.pokemon.append(pokemon)
return f'Caught {pokemon.pokemon_details()}'
return 'This pokemon is already caught'
def release_pokemon(self, pokemon_name):
for pokemon in self.pokemon:
if pokemon_name == pokemon.name:
self.pokemon.remove(pokemon)
return f'You have released {pokemon_name}'
return 'Pokemon is not caught'
def trainer_data(self):
info = ''
info += f'Pokemon Trainer {self.name}\n'
info += f'Pokemon count {len(self.pokemon)}\n'
for pokemon in self.pokemon:
info += f'- {pokemon.pokemon_details()}\n'
return info |
class Solution:
def twoSum(self, nums: List[int], target: int) -> List[int]:
diffs = {}
for i in range(len(nums)):
if nums[i] in diffs:
return [diffs[nums[i]], i]
diffs.update({
target - nums[i]: i
})
| class Solution:
def two_sum(self, nums: List[int], target: int) -> List[int]:
diffs = {}
for i in range(len(nums)):
if nums[i] in diffs:
return [diffs[nums[i]], i]
diffs.update({target - nums[i]: i}) |
S = input()
d = {}
for c in S:
d.setdefault(c, 0)
d[c] += 1
if all(map(lambda x: x == 1, d.values())):
print('YES')
else:
print('NO')
| s = input()
d = {}
for c in S:
d.setdefault(c, 0)
d[c] += 1
if all(map(lambda x: x == 1, d.values())):
print('YES')
else:
print('NO') |
var = 0
print(var == 0)
print(var == 0.)
var = 1
print(var == 0)
print(var != 1.1)
| var = 0
print(var == 0)
print(var == 0.0)
var = 1
print(var == 0)
print(var != 1.1) |
nome = input("Insira seu nome: ")
nota1 = float(input("Insira sua nota da primeira prova: "))
nota2 = float(input("Insira sua nota da segunda prova: "))
div = (nota1 + nota2) / 2
print(f"a media de {nome} foi {div:.2f} ao final das provas.")
| nome = input('Insira seu nome: ')
nota1 = float(input('Insira sua nota da primeira prova: '))
nota2 = float(input('Insira sua nota da segunda prova: '))
div = (nota1 + nota2) / 2
print(f'a media de {nome} foi {div:.2f} ao final das provas.') |
"""
Ende
====
Personal (En)cryption (De)cryption package with command-line tool
This program provides string, file & whole folder encrytion / decryption.
It may be used either as a importable package or a command-line tool.
- Encryption uses AES-128 CBC mode
- Authentication is signed with a SHA256 HMAC.
- Individual encryption and authentication keys are generated from the password via PBKDF2.
Modules:
1. `ende.Data` - data and string level functions
2. `ende.File` - folder level functions
3. `ende.Util` - ranodm utility functions
> This was built for fun, to learn about encryption,
> and for a real, non-trival, use case for learning about structuring python classes.
> An attempt was made to make this secure but it was not designed by a professional cyrptographer.
project : Ende
version : 0.1.0
status : development
modifydate : 2015-05-06 19:30:00 -0700
createdate : 2015-05-04 06:08:00 -0700
website : https://github.com/tmthydvnprt/ende
author : tmthydvnprt
email : tmthydvnprt@users.noreply.github.com
maintainer : tmthydvnprt
license : MIT
copyright : Copyright 2015, project
credits :
"""
__all__ = ['Data', 'File', 'Util']
__version__ = '0.1.0'
__status__ = 'development'
__date__ = '2015-05-06 19:30:00 -0700'
__website__ = 'https://github.com/tmthydvnprt/ende'
__author__ = 'tmthydvnprt'
__email__ = 'tmthydvnprt@users.noreply.github.com'
__maintainer__ = 'tmthydvnprt'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015, project'
__credits__ = ''
| """
Ende
====
Personal (En)cryption (De)cryption package with command-line tool
This program provides string, file & whole folder encrytion / decryption.
It may be used either as a importable package or a command-line tool.
- Encryption uses AES-128 CBC mode
- Authentication is signed with a SHA256 HMAC.
- Individual encryption and authentication keys are generated from the password via PBKDF2.
Modules:
1. `ende.Data` - data and string level functions
2. `ende.File` - folder level functions
3. `ende.Util` - ranodm utility functions
> This was built for fun, to learn about encryption,
> and for a real, non-trival, use case for learning about structuring python classes.
> An attempt was made to make this secure but it was not designed by a professional cyrptographer.
project : Ende
version : 0.1.0
status : development
modifydate : 2015-05-06 19:30:00 -0700
createdate : 2015-05-04 06:08:00 -0700
website : https://github.com/tmthydvnprt/ende
author : tmthydvnprt
email : tmthydvnprt@users.noreply.github.com
maintainer : tmthydvnprt
license : MIT
copyright : Copyright 2015, project
credits :
"""
__all__ = ['Data', 'File', 'Util']
__version__ = '0.1.0'
__status__ = 'development'
__date__ = '2015-05-06 19:30:00 -0700'
__website__ = 'https://github.com/tmthydvnprt/ende'
__author__ = 'tmthydvnprt'
__email__ = 'tmthydvnprt@users.noreply.github.com'
__maintainer__ = 'tmthydvnprt'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015, project'
__credits__ = '' |
dictionary = dict(
edep = r'$\mathrm{E}_\mathrm{dep}$',
edep_unit = 'MeV',
evis = r'$\mathrm{E}_\mathrm{vis}$',
evis_unit = 'MeV',
eres_sigma_rel = r'$\sigma_E/E$',
eres_sigma_rel_unit = '%',
)
| dictionary = dict(edep='$\\mathrm{E}_\\mathrm{dep}$', edep_unit='MeV', evis='$\\mathrm{E}_\\mathrm{vis}$', evis_unit='MeV', eres_sigma_rel='$\\sigma_E/E$', eres_sigma_rel_unit='%') |
"""pylint option block-disable"""
__revision__ = None
class Child2Class(object):
"""block-disable test"""
def __init__(self):
pass
def meth1OfChild(self, arg):
"""this issues a message"""
print (self)
| """pylint option block-disable"""
__revision__ = None
class Child2Class(object):
"""block-disable test"""
def __init__(self):
pass
def meth1_of_child(self, arg):
"""this issues a message"""
print(self) |
"""
For loops are called count controlled iteration
Unlike while loops that are controlled by a condition
for loops run a certain number of times and then stop.
The i variable after the key word for is the loop variable
Each time the loop executes the loop variable is incremented
The value of the loop variable starts at 0
You can only use the loop variable inside the loop (local variable)
The loop variable does not need to be called i. You can call it anything you like.
It is convention to call it i and if using a nested loop j
"""
print("\n\nFirst for loop\n")
# prints out "I love loops" 10 times
for i in range(10):
print("I love loops")
print("\n\nSecond for loop\n")
# prints out the value of the loop variable i on each loop
# notice that this starts at 0
for i in range(10):
print(i)
print("\n\nThird for loop\n")
# prints out the value of the loop variable i in the range 1 to 10
# The second element is the stop value and is value minus 1.
for i in range(1,11):
print(i)
print("\n\nfourth for loop\n")
# prints out the even values of the loop variable i in the range 2 to 10
# This uses the third element of the range function which is the step
# In this case step is set to 2
for i in range(2,11,2):
print(i)
print("\n\nfifth for loop\n")
# Asks the user for the number of the multiplication table to print
# Uses a for loop to print out that table
# Note the use of i the loop variable
multiplier = int(input("Enter the multiplication table you want to print: "))
for i in range(1,13):
print(i, "X", multiplier, "=", multiplier * i)
print("\n\nfifth for loop\n")
# using the keyword break terminates a loop immediately.
| """
For loops are called count controlled iteration
Unlike while loops that are controlled by a condition
for loops run a certain number of times and then stop.
The i variable after the key word for is the loop variable
Each time the loop executes the loop variable is incremented
The value of the loop variable starts at 0
You can only use the loop variable inside the loop (local variable)
The loop variable does not need to be called i. You can call it anything you like.
It is convention to call it i and if using a nested loop j
"""
print('\n\nFirst for loop\n')
for i in range(10):
print('I love loops')
print('\n\nSecond for loop\n')
for i in range(10):
print(i)
print('\n\nThird for loop\n')
for i in range(1, 11):
print(i)
print('\n\nfourth for loop\n')
for i in range(2, 11, 2):
print(i)
print('\n\nfifth for loop\n')
multiplier = int(input('Enter the multiplication table you want to print: '))
for i in range(1, 13):
print(i, 'X', multiplier, '=', multiplier * i)
print('\n\nfifth for loop\n') |
"""
molssi_math.py
A package containing math functions
Handles the primary functions
"""
def mean(my_list):
"""
This function calculates the mean of a list
Parameters
----------
my_list: list
The list of numbers that we want to average
Returns
-------
mean_list : float
The mean of the list
Examples
-------
>>> mean ([1,2,3,4,5])
3.0
"""
if not isinstance(my_list, list):
raise TypeError("Mean: {} is not a list".format(my_list))
return sum(my_list) / len(my_list)
def canvas(with_attribution=True):
"""
Placeholder function to show example docstring (NumPy format)
Replace this function and doc string for your own project
Parameters
----------
with_attribution : bool, Optional, default: True
Set whether or not to display who the quote is from
Returns
-------
quote : str
Compiled string including quote and optional attribution
"""
quote = "The code is but a canvas to our imagination."
if with_attribution:
quote += "\n\t- Adapted from Henry David Thoreau"
return quote
if __name__ == "__main__":
# Do something if this file is invoked on its own
print(canvas())
| """
molssi_math.py
A package containing math functions
Handles the primary functions
"""
def mean(my_list):
"""
This function calculates the mean of a list
Parameters
----------
my_list: list
The list of numbers that we want to average
Returns
-------
mean_list : float
The mean of the list
Examples
-------
>>> mean ([1,2,3,4,5])
3.0
"""
if not isinstance(my_list, list):
raise type_error('Mean: {} is not a list'.format(my_list))
return sum(my_list) / len(my_list)
def canvas(with_attribution=True):
"""
Placeholder function to show example docstring (NumPy format)
Replace this function and doc string for your own project
Parameters
----------
with_attribution : bool, Optional, default: True
Set whether or not to display who the quote is from
Returns
-------
quote : str
Compiled string including quote and optional attribution
"""
quote = 'The code is but a canvas to our imagination.'
if with_attribution:
quote += '\n\t- Adapted from Henry David Thoreau'
return quote
if __name__ == '__main__':
print(canvas()) |
class GameWorldMixin():
def __init__(self):
self.init_game = None
self._worlds = None
self.gameworld = None
def add_world(self, world_name, **kwargs):
self._worlds[world_name] = GameWorld(world_name, **kwargs)
self.gameworld.init_gameworld([], callback=self.init_game)
class GameWorld():
def __init__(self, world_name, screen_manager="gamescreenmanager", world_size=100 * 1024,
entity_block_size=128, system_count=8):
self.name = world_name
self.screen_manager = screen_manager
self.world_size = world_size
self.entity_block_size = entity_block_size
self.system_count = system_count
self.zones = {}
self._states = {}
def add_zone(self, zone, size):
self.zones[zone] = size
def _create_gameworld_str(self):
gw_str = f"\tgameworld: {self.name}\n"
gw_str += "\tGameWorld:\n"
gw_str += f"\t\tid: {self.name}\n"
gw_str += f"\t\tgamescreenmanager: {self.screen_manager}\n"
gw_str += f"\t\tsize_of_gameworld: {self.world_size}\n"
gw_str += f"\t\tsize_of_entity_block: {self.entity_block_size}\n"
gw_str += f"\t\tsystem_count: {self.system_count}\n"
gw_str += f"\t\tzones: {str(self.zones)}\n"
gw_str += f"\tGameScreenManager:\n"
gw_str += f"\t\tid: {self.screen_manager}\n"
gw_str += "\t\tsize: root.size\n"
gw_str += "\t\tpos: root.pos\n"
gw_str += f"\t\tgameworld: {self.name}\n"
gw_str += "\t\tGameScreen:\n"
gw_str += '\t\t\tname: "main"\n'
return gw_str
def _make_state_dict(self, state_name="main", screenmanager_screen="main", systems_added=[], systems_removed=[],
systems_paused=[], systems_unpaused=[], **kwargs):
return kwargs
def get_state(self):
pass | class Gameworldmixin:
def __init__(self):
self.init_game = None
self._worlds = None
self.gameworld = None
def add_world(self, world_name, **kwargs):
self._worlds[world_name] = game_world(world_name, **kwargs)
self.gameworld.init_gameworld([], callback=self.init_game)
class Gameworld:
def __init__(self, world_name, screen_manager='gamescreenmanager', world_size=100 * 1024, entity_block_size=128, system_count=8):
self.name = world_name
self.screen_manager = screen_manager
self.world_size = world_size
self.entity_block_size = entity_block_size
self.system_count = system_count
self.zones = {}
self._states = {}
def add_zone(self, zone, size):
self.zones[zone] = size
def _create_gameworld_str(self):
gw_str = f'\tgameworld: {self.name}\n'
gw_str += '\tGameWorld:\n'
gw_str += f'\t\tid: {self.name}\n'
gw_str += f'\t\tgamescreenmanager: {self.screen_manager}\n'
gw_str += f'\t\tsize_of_gameworld: {self.world_size}\n'
gw_str += f'\t\tsize_of_entity_block: {self.entity_block_size}\n'
gw_str += f'\t\tsystem_count: {self.system_count}\n'
gw_str += f'\t\tzones: {str(self.zones)}\n'
gw_str += f'\tGameScreenManager:\n'
gw_str += f'\t\tid: {self.screen_manager}\n'
gw_str += '\t\tsize: root.size\n'
gw_str += '\t\tpos: root.pos\n'
gw_str += f'\t\tgameworld: {self.name}\n'
gw_str += '\t\tGameScreen:\n'
gw_str += '\t\t\tname: "main"\n'
return gw_str
def _make_state_dict(self, state_name='main', screenmanager_screen='main', systems_added=[], systems_removed=[], systems_paused=[], systems_unpaused=[], **kwargs):
return kwargs
def get_state(self):
pass |
BOT_NAME = 'transparencia'
SPIDER_MODULES = ['transparencia.spiders']
NEWSPIDER_MODULE = 'transparencia.spiders'
USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0'
ROBOTSTXT_OBEY = False
RETRY_TIMES = 5
RETRY_HTTP_CODES = [500, 502, 503, 504, 522, 524, 403, 404, 408]
| bot_name = 'transparencia'
spider_modules = ['transparencia.spiders']
newspider_module = 'transparencia.spiders'
user_agent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0'
robotstxt_obey = False
retry_times = 5
retry_http_codes = [500, 502, 503, 504, 522, 524, 403, 404, 408] |
#!/usr/bin/python -S
"""Fake get-quantenna-interfaces implementation."""
_INTERFACES = []
def call(*unused_args, **unused_kwargs):
return 0, '\n'.join(_INTERFACES)
def mock(interfaces):
global _INTERFACES
_INTERFACES = list(interfaces)
| """Fake get-quantenna-interfaces implementation."""
_interfaces = []
def call(*unused_args, **unused_kwargs):
return (0, '\n'.join(_INTERFACES))
def mock(interfaces):
global _INTERFACES
_interfaces = list(interfaces) |
def collect_args(obj):
i = 0
items = []
while True:
key = '_{n}'.format(n=i)
if key not in obj:
break
items.append(obj[key])
i += 1
return items
| def collect_args(obj):
i = 0
items = []
while True:
key = '_{n}'.format(n=i)
if key not in obj:
break
items.append(obj[key])
i += 1
return items |
ALL_LAYERS = ('A', 'B', 'C', 'D', 'E', 'F')
def seconds_to_readable_time(seconds):
seconds = seconds if seconds > 0 else 0
return f'{int(seconds // 60)}:{seconds % 60:04.1f}'
| all_layers = ('A', 'B', 'C', 'D', 'E', 'F')
def seconds_to_readable_time(seconds):
seconds = seconds if seconds > 0 else 0
return f'{int(seconds // 60)}:{seconds % 60:04.1f}' |
# -*- coding: utf-8 -*-
# this file is released under public domain and you can use without limitations
# -------------------------------------------------------------------------
# This is a sample controller
# - index is the default action of any application
# - user is required for authentication and authorization
# - download is for downloading files uploaded in the db (does streaming)
# -------------------------------------------------------------------------
def index():
return dict()
def products():
form = SQLFORM.grid(db.products)
return dict(form=form)
def user():
return dict(form=auth())
@cache.action()
def download():
return response.download(request, db)
def call():
return service()
| def index():
return dict()
def products():
form = SQLFORM.grid(db.products)
return dict(form=form)
def user():
return dict(form=auth())
@cache.action()
def download():
return response.download(request, db)
def call():
return service() |
class Matrix:
def __init__(self, matrix):
self.matrix = list(matrix)
def number_of_row(self):
return len(self.matrix)
def number_of_column(self):
return len(self.matrix[0])
def __add__(self, other):
if (self.number_of_row() != other.number_of_row() or self.number_of_column() != other.number_of_column()):
return
result = []
for i in range(self.number_of_row()):
row = []
for j in range(self.number_of_column()):
row.append(self.matrix[i][j] + other.matrix[i][j])
result.append(row)
return Matrix(result)
def __mul__(self, other):
if (self.number_of_column() != other.number_of_row()):
return
result = []
for i in range(self.number_of_row()):
row = []
for j in range(other.number_of_column()):
sum = 0
for k in range(self.number_of_column()):
sum += self.matrix[i][k] * other.matrix[k][j]
row.append(sum)
result.append(row)
return Matrix(result)
def __mod__(self, number):
result = []
for i in range(self.number_of_row()):
row = []
for j in range(self.number_of_column()):
row.append(self.matrix[i][j] % number)
result.append(row)
return Matrix(result)
def __str__(self):
return str(self.matrix)
| class Matrix:
def __init__(self, matrix):
self.matrix = list(matrix)
def number_of_row(self):
return len(self.matrix)
def number_of_column(self):
return len(self.matrix[0])
def __add__(self, other):
if self.number_of_row() != other.number_of_row() or self.number_of_column() != other.number_of_column():
return
result = []
for i in range(self.number_of_row()):
row = []
for j in range(self.number_of_column()):
row.append(self.matrix[i][j] + other.matrix[i][j])
result.append(row)
return matrix(result)
def __mul__(self, other):
if self.number_of_column() != other.number_of_row():
return
result = []
for i in range(self.number_of_row()):
row = []
for j in range(other.number_of_column()):
sum = 0
for k in range(self.number_of_column()):
sum += self.matrix[i][k] * other.matrix[k][j]
row.append(sum)
result.append(row)
return matrix(result)
def __mod__(self, number):
result = []
for i in range(self.number_of_row()):
row = []
for j in range(self.number_of_column()):
row.append(self.matrix[i][j] % number)
result.append(row)
return matrix(result)
def __str__(self):
return str(self.matrix) |
# https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3157/
# O(n)
class Solution:
def moveZeroes(self, nums: List[int]) -> None:
"""
Do not return anything, modify nums in-place instead.
"""
i = -1
j = 0
for j in range(len(nums)):
if nums[j] != 0:
if i < j - 1:
i += 1
nums[i] = nums[j]
else:
i += 1
i += 1
while i < len(nums):
nums[i] = 0
i += 1
| class Solution:
def move_zeroes(self, nums: List[int]) -> None:
"""
Do not return anything, modify nums in-place instead.
"""
i = -1
j = 0
for j in range(len(nums)):
if nums[j] != 0:
if i < j - 1:
i += 1
nums[i] = nums[j]
else:
i += 1
i += 1
while i < len(nums):
nums[i] = 0
i += 1 |
destination = 0
new_savings = 0
savings = 0
while destination != "End":
destination = input()
if destination == "End":
break
min_budget = float(input())
while min_budget >= new_savings:
savings = float(input())
new_savings += savings
if new_savings >= min_budget:
print(f"Going to {destination}!")
new_savings = 0
break
| destination = 0
new_savings = 0
savings = 0
while destination != 'End':
destination = input()
if destination == 'End':
break
min_budget = float(input())
while min_budget >= new_savings:
savings = float(input())
new_savings += savings
if new_savings >= min_budget:
print(f'Going to {destination}!')
new_savings = 0
break |
class DefaultConfigEstimator:
def __init__(self, num_cores, # int
total_memory):
self.num_cores = num_cores
self.total_memory = total_memory
def get_min_executor_mem(self):
"""
:return: Returns the minimum executor memory
"""
return int(self.get_max_executor_mem() / self.num_cores)
def get_max_executor_mem(self):
"""
:return: Returns the maximum executor memory.
"""
return int(self.total_memory * 0.9)
def get_max_driver_memory(self):
"""
:return: Returns maximum driver memory that can be set
"""
return int(self.total_memory / self.num_cores)
def get_max_broadcast_threshold(self):
"""
:return: Returns maximum broadcast threshold that can be set
"""
return self.get_max_broadcast_of_driver_mem(self.get_max_driver_memory())
def get_max_broadcast_of_driver_mem(self, driver_memory):
"""
:return: Returns maximum of driver memory that can be set as broadcast threshold
"""
return min(max(int(driver_memory * 0.10), 10), 100) | class Defaultconfigestimator:
def __init__(self, num_cores, total_memory):
self.num_cores = num_cores
self.total_memory = total_memory
def get_min_executor_mem(self):
"""
:return: Returns the minimum executor memory
"""
return int(self.get_max_executor_mem() / self.num_cores)
def get_max_executor_mem(self):
"""
:return: Returns the maximum executor memory.
"""
return int(self.total_memory * 0.9)
def get_max_driver_memory(self):
"""
:return: Returns maximum driver memory that can be set
"""
return int(self.total_memory / self.num_cores)
def get_max_broadcast_threshold(self):
"""
:return: Returns maximum broadcast threshold that can be set
"""
return self.get_max_broadcast_of_driver_mem(self.get_max_driver_memory())
def get_max_broadcast_of_driver_mem(self, driver_memory):
"""
:return: Returns maximum of driver memory that can be set as broadcast threshold
"""
return min(max(int(driver_memory * 0.1), 10), 100) |
class Solution(object):
def multiply(self, num1: str, num2: str) -> str:
# If both number are 0
if num1 == "0" and num2 == "0":
return "0"
# Reverse both numbers
first_number = num1[::-1]
second_number = num2[::-1]
# For each digit in second number, multiply the digit by first number
# and then store the multiplication result (reversed) in a list
results = []
for index, digit in enumerate(second_number):
results.append(self.multiply_one_digit(digit, index, first_number))
# Add all of the results together to get out final answer in reverse order
answer = self.sum_results(results)
# Reverse answer and join the digits to get the final answer
return ''.join(str(digit) for digit in reversed(answer))
def multiply_one_digit(self, digit2, num_zeros, first_number):
"""
Multiplies first_number by a digit from second_number (digit 2).
"""
# Insert zeros at the beginning of the current result based on the
# current digit's place.
current_result = [0] * num_zeros
carry = 0
# Multiply each digit in first_number with the current digit of the second_number
for digit1 in first_number:
multiplication = int(digit1) * int(digit2) + carry
# Set carry equal to the tens place digit of multiplication
carry = multiplication // 10
# Append last digit to the current result
current_result.append(multiplication % 10)
if carry != 0:
current_result.append(carry)
return current_result
def sum_results(self, results):
# Init answer as a number from results
answer = results.pop()
# Add each result to the answer one at a time
for result in results:
new_answer = []
carry = 0
# Sum each digit from answer and result
for digit1, digit2 in zip(result, answer, fillvalue=0):
# Add current digit from both numbers
curr_sum = digit1 + digit2 + carry
# Set carry equal to the tens place digit of curr_sum
carry = curr_sum // 10
# Append the ones place digit of curr_sum to the new answer
new_answer.append(curr_sum % 10)
if carry != 0:
new_answer.append(carry)
# Update answer to new_answer which equals answer + result
answer = new_answer
return answer
| class Solution(object):
def multiply(self, num1: str, num2: str) -> str:
if num1 == '0' and num2 == '0':
return '0'
first_number = num1[::-1]
second_number = num2[::-1]
results = []
for (index, digit) in enumerate(second_number):
results.append(self.multiply_one_digit(digit, index, first_number))
answer = self.sum_results(results)
return ''.join((str(digit) for digit in reversed(answer)))
def multiply_one_digit(self, digit2, num_zeros, first_number):
"""
Multiplies first_number by a digit from second_number (digit 2).
"""
current_result = [0] * num_zeros
carry = 0
for digit1 in first_number:
multiplication = int(digit1) * int(digit2) + carry
carry = multiplication // 10
current_result.append(multiplication % 10)
if carry != 0:
current_result.append(carry)
return current_result
def sum_results(self, results):
answer = results.pop()
for result in results:
new_answer = []
carry = 0
for (digit1, digit2) in zip(result, answer, fillvalue=0):
curr_sum = digit1 + digit2 + carry
carry = curr_sum // 10
new_answer.append(curr_sum % 10)
if carry != 0:
new_answer.append(carry)
answer = new_answer
return answer |
# pylint: disable=line-too-long,invalid-name,missing-module-docstring
def extend_AllIndexed(self, elements, validate_continuity=False):
"""
Add all elements in list ``elements``, respecting ``@index`` order.
With ``validate_continuity``, check that all new elements come after all old elements
(or raise an exception).
Otherwise, ensure this condition silently (by increasing ``@index`` accordingly).
"""
if not isinstance(elements, list):
elements = [elements]
siblings = self.get_AllIndexed()
highest_sibling_index = siblings[-1].index if siblings else -1
if validate_continuity:
elements = sorted(elements, key=lambda x: x.index)
lowest_element_index = elements[0].index
if lowest_element_index <= highest_sibling_index:
raise Exception("@index already used: {}".format(lowest_element_index))
else:
for element in elements:
highest_sibling_index += 1
element.index = highest_sibling_index
for element in elements:
if isinstance(element, RegionRefIndexedType): # pylint: disable=undefined-variable
self.add_RegionRefIndexed(element)
elif isinstance(element, OrderedGroupIndexedType): # pylint: disable=undefined-variable
self.add_OrderedGroupIndexed(element)
elif isinstance(element, UnorderedGroupIndexedType): # pylint: disable=undefined-variable
self.add_UnorderedGroupIndexed(element)
return self.get_AllIndexed()
| def extend__all_indexed(self, elements, validate_continuity=False):
"""
Add all elements in list ``elements``, respecting ``@index`` order.
With ``validate_continuity``, check that all new elements come after all old elements
(or raise an exception).
Otherwise, ensure this condition silently (by increasing ``@index`` accordingly).
"""
if not isinstance(elements, list):
elements = [elements]
siblings = self.get_AllIndexed()
highest_sibling_index = siblings[-1].index if siblings else -1
if validate_continuity:
elements = sorted(elements, key=lambda x: x.index)
lowest_element_index = elements[0].index
if lowest_element_index <= highest_sibling_index:
raise exception('@index already used: {}'.format(lowest_element_index))
else:
for element in elements:
highest_sibling_index += 1
element.index = highest_sibling_index
for element in elements:
if isinstance(element, RegionRefIndexedType):
self.add_RegionRefIndexed(element)
elif isinstance(element, OrderedGroupIndexedType):
self.add_OrderedGroupIndexed(element)
elif isinstance(element, UnorderedGroupIndexedType):
self.add_UnorderedGroupIndexed(element)
return self.get_AllIndexed() |
# coding: utf-8
n, x = [int(i) for i in input().split()]
current = 1
ans = 0
for i in range(n):
l, r = [int(i) for i in input().split()]
ans += (l-current)%x + (r-l+1)
current = r+1
print(ans)
| (n, x) = [int(i) for i in input().split()]
current = 1
ans = 0
for i in range(n):
(l, r) = [int(i) for i in input().split()]
ans += (l - current) % x + (r - l + 1)
current = r + 1
print(ans) |
#print("Hello World")
print("Hello World")
a= 5
b =5
c = [9, 5,3]
if a == a:
print("Hello")
if a == c :
print("Hello")
if a > b:
print('Hello')
while True :
print ( "Hello" )
break
print ( a + b )
| print('Hello World')
a = 5
b = 5
c = [9, 5, 3]
if a == a:
print('Hello')
if a == c:
print('Hello')
if a > b:
print('Hello')
while True:
print('Hello')
break
print(a + b) |
#!/usr/bin/python3
def add(a, b):
i = a
j = b
return(i + j)
| def add(a, b):
i = a
j = b
return i + j |
#DictExample2.py
employee = {"Name":"Suprit","Age":22,"Company":"Wipro","Location":"Wipro"}
print("---------------------------------------------------")
print("Employee Name : ",employee['Name'])
print("Employee age : ",employee['Age'])
print("Employee Company : ",employee['Company'])
print("Company Location : ",employee['Location'])
print("---------------------------------------------------") | employee = {'Name': 'Suprit', 'Age': 22, 'Company': 'Wipro', 'Location': 'Wipro'}
print('---------------------------------------------------')
print('Employee Name : ', employee['Name'])
print('Employee age : ', employee['Age'])
print('Employee Company : ', employee['Company'])
print('Company Location : ', employee['Location'])
print('---------------------------------------------------') |
#Four Fours
#Zero
print("Zero is ", 44-44)
# One
print("One is ", 4/4 * 4/4)
# Two
print("Two is ", (4*4)/(4+4) )
# Three
print("Three is ", (4 + 4 + 4)/4)
# Four
print("Four is ", (4-4)/4 + 4) | print('Zero is ', 44 - 44)
print('One is ', 4 / 4 * 4 / 4)
print('Two is ', 4 * 4 / (4 + 4))
print('Three is ', (4 + 4 + 4) / 4)
print('Four is ', (4 - 4) / 4 + 4) |
class Solution(object):
def singleNumber(self, nums):
"""
:type nums: List[int]
:rtype: int
"""
def singleNumberK(nums, k):
ret = 0
count = [0] * 32
for i in xrange(0, 32):
for num in nums:
if num & (1 << i):
count[i] += 1
if count[i] % 3 != 0:
ret |= 1 << i
if ret > 0x7fffffff:
ret -= 0x100000000
return ret
return singleNumberK(nums, 3) | class Solution(object):
def single_number(self, nums):
"""
:type nums: List[int]
:rtype: int
"""
def single_number_k(nums, k):
ret = 0
count = [0] * 32
for i in xrange(0, 32):
for num in nums:
if num & 1 << i:
count[i] += 1
if count[i] % 3 != 0:
ret |= 1 << i
if ret > 2147483647:
ret -= 4294967296
return ret
return single_number_k(nums, 3) |
IMAGES_FOLDER = 'visual_images'
ACTUAL_IMAGE_BASE_FOLDER = 'actual'
DIFF_IMAGE_BASE_FOLDER = 'diff'
BASELINE_IMAGE_BASE_FOLDER = 'baseline'
MODE_TEST = 'test'
MODE_BASELINE = 'baseline'
REPORT_FILE = 'visualReport.html'
REPORT_EXPIRATION_THRESHOLD = 10
IMAGE_EXTENSIONS = ['png', 'jpg', 'jpeg', 'bmp', 'raw', 'pdf']
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
ROBOT_LISTENER_API_VERSION = 3 | images_folder = 'visual_images'
actual_image_base_folder = 'actual'
diff_image_base_folder = 'diff'
baseline_image_base_folder = 'baseline'
mode_test = 'test'
mode_baseline = 'baseline'
report_file = 'visualReport.html'
report_expiration_threshold = 10
image_extensions = ['png', 'jpg', 'jpeg', 'bmp', 'raw', 'pdf']
robot_library_scope = 'GLOBAL'
robot_listener_api_version = 3 |
"""
Triangles
A few functions that determine a points location
relative to a triangle
Author: Jared Siraco
"""
def splitPoints(r,q,testpoint,points): #splits points between points on the same side
if points == []:
return [],[]
if q==testpoint:
testpoint = points[0]
side1 = [] #as testpoint and those not
side2 = []
for p in points:
if(sameSide(p,testpoint,r,q)):
side1.append(p)
else:
side2.append(p)
return side1, side2
def inTriangle(p, t1,t2,t3): #Checking if p is in the triangle t
if(sameSide(p,t1, t2,t3) and sameSide(p,t2, t1,t3) and sameSide(p,t3, t2,t1)):
return True
else:
return False
def sameSide(p1,p2, q,r): #Determines if point p1 is on the same side of the line from q to r as p2
cp1 = crossProduct([r[0]-q[0], r[1]-q[1], 0], [p1[0]-q[0], p1[1]-q[1], 0])
cp2 = crossProduct([r[0]-q[0], r[1]-q[1], 0], [p2[0]-q[0], p2[1]-q[1], 0])
if((cp1[0]*cp2[0] + cp1[1]*cp2[1] + cp1[2]*cp2[2]) >= 0):
return True
else:
return False
def crossProduct(vec1, vec2): #Preforms cross product on 3 dimentional vectors
result = []
result.append(vec1[1]*vec2[2] - vec2[1]*vec1[2])
result.append(vec1[2]*vec2[0] - vec2[2]*vec1[0])
result.append(vec1[0]*vec2[1] - vec2[0]*vec1[1])
return result | """
Triangles
A few functions that determine a points location
relative to a triangle
Author: Jared Siraco
"""
def split_points(r, q, testpoint, points):
if points == []:
return ([], [])
if q == testpoint:
testpoint = points[0]
side1 = []
side2 = []
for p in points:
if same_side(p, testpoint, r, q):
side1.append(p)
else:
side2.append(p)
return (side1, side2)
def in_triangle(p, t1, t2, t3):
if same_side(p, t1, t2, t3) and same_side(p, t2, t1, t3) and same_side(p, t3, t2, t1):
return True
else:
return False
def same_side(p1, p2, q, r):
cp1 = cross_product([r[0] - q[0], r[1] - q[1], 0], [p1[0] - q[0], p1[1] - q[1], 0])
cp2 = cross_product([r[0] - q[0], r[1] - q[1], 0], [p2[0] - q[0], p2[1] - q[1], 0])
if cp1[0] * cp2[0] + cp1[1] * cp2[1] + cp1[2] * cp2[2] >= 0:
return True
else:
return False
def cross_product(vec1, vec2):
result = []
result.append(vec1[1] * vec2[2] - vec2[1] * vec1[2])
result.append(vec1[2] * vec2[0] - vec2[2] * vec1[0])
result.append(vec1[0] * vec2[1] - vec2[0] * vec1[1])
return result |
print("a(x**2) + b(x) + c = 0")
print("Enter the values of a,b,c")
a = int(input("Enter the value of a:"))
b = int(input("Enter the value of b:"))
c = int(input("Enter the value of c:"))
d = b**2 - 4*(a*c)
x = (-b - (d**0.5))/(2*a)
y = (-b + (d**0.5))/(2*a)
print("The roots of the equation are :",x,"and", y)
| print('a(x**2) + b(x) + c = 0')
print('Enter the values of a,b,c')
a = int(input('Enter the value of a:'))
b = int(input('Enter the value of b:'))
c = int(input('Enter the value of c:'))
d = b ** 2 - 4 * (a * c)
x = (-b - d ** 0.5) / (2 * a)
y = (-b + d ** 0.5) / (2 * a)
print('The roots of the equation are :', x, 'and', y) |
with open('input.txt') as file:
data = [int(line.strip()) for line in file.readlines()]
# to speed things up a little bit...
data = list(sorted(data))
def part1():
for i in range(len(data)):
for j in range(i + 1, len(data)):
if data[i] + data[j] == 2020:
return data[i] * data[j]
return 0
def part2():
for i in range(len(data)):
for j in range(i + 1, len(data)):
for k in range(j + 1, len(data)):
if data[i] + data[j] + data[k] == 2020:
return data[i] * data[j] * data[k]
return 0
print(part1())
print(part2())
| with open('input.txt') as file:
data = [int(line.strip()) for line in file.readlines()]
data = list(sorted(data))
def part1():
for i in range(len(data)):
for j in range(i + 1, len(data)):
if data[i] + data[j] == 2020:
return data[i] * data[j]
return 0
def part2():
for i in range(len(data)):
for j in range(i + 1, len(data)):
for k in range(j + 1, len(data)):
if data[i] + data[j] + data[k] == 2020:
return data[i] * data[j] * data[k]
return 0
print(part1())
print(part2()) |
x = 0
if x < 1000 and x % 3 == 0:
print(x, "is a multiple of 3!")
x += 1
if x < 1000 and x % 3 == 0:
print(x, "is a multiple of 3!")
x += 1
if x < 1000 and x % 3 == 0:
print(x, "is a multiple of 3!")
x += 1
if x < 1000 and x % 3 == 0:
print(x, "is a multiple of 3!")
x += 1
| x = 0
if x < 1000 and x % 3 == 0:
print(x, 'is a multiple of 3!')
x += 1
if x < 1000 and x % 3 == 0:
print(x, 'is a multiple of 3!')
x += 1
if x < 1000 and x % 3 == 0:
print(x, 'is a multiple of 3!')
x += 1
if x < 1000 and x % 3 == 0:
print(x, 'is a multiple of 3!')
x += 1 |
class PythonPackageTemplate(object):
def __unicode__(self):
return "just a template"
@staticmethod
def ping():
return "pong"
| class Pythonpackagetemplate(object):
def __unicode__(self):
return 'just a template'
@staticmethod
def ping():
return 'pong' |
class ageError(Exception):#Creating a new exception class
def __init__(self,message):
Exception.__init__(self,message)
class nameError(Exception):
def __init(self,message):
Exception.__init__(self,message)
class marksError(Exception):
def __init__(self,message):
Exception.__init__(self,message)
try:
name = input('Enter Full Name :')
if len(name)<4:
raise nameError('Name is too short')
for i in name:
if (ord(i) not in range(65,91)) and (ord(i) not in range(97,123) and ord(i) != 32):
raise nameError('Name should not contain number or special character')
age = int(input('Enter your age :'))
if age < 0 or age >=60:
raise ageError("Age is -ve or your age is greater than 60")
pmarks = int(input('Enter your Physics Marks :'))
if pmarks < 0 or pmarks > 100:
raise marksError("Marks is not in between 0 and 100")
cmarks = int(input('Enter your Chemsitry Marks :'))
if cmarks < 0 or cmarks > 100:
raise marksError("Marks is not in between 0 and 100")
except Exception as e:
print("!!!!!!Registration Failed!!!!!!")
print("Error : "+str(e))
else:
print("--:Registered Sucessfully:--")
finally:
print("Bye Bye")
| class Ageerror(Exception):
def __init__(self, message):
Exception.__init__(self, message)
class Nameerror(Exception):
def __init(self, message):
Exception.__init__(self, message)
class Markserror(Exception):
def __init__(self, message):
Exception.__init__(self, message)
try:
name = input('Enter Full Name :')
if len(name) < 4:
raise name_error('Name is too short')
for i in name:
if ord(i) not in range(65, 91) and (ord(i) not in range(97, 123) and ord(i) != 32):
raise name_error('Name should not contain number or special character')
age = int(input('Enter your age :'))
if age < 0 or age >= 60:
raise age_error('Age is -ve or your age is greater than 60')
pmarks = int(input('Enter your Physics Marks :'))
if pmarks < 0 or pmarks > 100:
raise marks_error('Marks is not in between 0 and 100')
cmarks = int(input('Enter your Chemsitry Marks :'))
if cmarks < 0 or cmarks > 100:
raise marks_error('Marks is not in between 0 and 100')
except Exception as e:
print('!!!!!!Registration Failed!!!!!!')
print('Error : ' + str(e))
else:
print('--:Registered Sucessfully:--')
finally:
print('Bye Bye') |
# https://www.hackerrank.com/challenges/absolute-permutation/problem
def absolutePermutation(n, k):
arr = list(range(1,n+1))
j = 0
l = -1
while(j<n):
l *= -1
for _ in range(max([1,k])):
arr[j] += l*k
j +=1
if(j==n):
break
return str(arr).replace(',','')[1:-1] if(sorted(arr) == list(range(1,n+1))) else '-1'
if __name__ == '__main__':
for t in range(int(input())):
n, k = tuple(map(int, input().rstrip().split()))
print(absolutePermutation(n, k))
| def absolute_permutation(n, k):
arr = list(range(1, n + 1))
j = 0
l = -1
while j < n:
l *= -1
for _ in range(max([1, k])):
arr[j] += l * k
j += 1
if j == n:
break
return str(arr).replace(',', '')[1:-1] if sorted(arr) == list(range(1, n + 1)) else '-1'
if __name__ == '__main__':
for t in range(int(input())):
(n, k) = tuple(map(int, input().rstrip().split()))
print(absolute_permutation(n, k)) |
try:
liczba1 = int (input())
except:
print("zjebales")
try:
liczba2 = int (input())
except:
print("zjebales")
try:
print (f"Twoja liczba to: {liczba1+liczba2}")
except:
print("zjebales") | try:
liczba1 = int(input())
except:
print('zjebales')
try:
liczba2 = int(input())
except:
print('zjebales')
try:
print(f'Twoja liczba to: {liczba1 + liczba2}')
except:
print('zjebales') |
class BaseType:
def check_value(self, value):
"""Check if value is good"""
pass
def set(self, value):
"""Check and set value"""
pass
def get(self):
"""Get value"""
pass
def to_save(self):
"""Build a serializable data to save"""
pass
def load(self, value):
"""Fill with value"""
pass
| class Basetype:
def check_value(self, value):
"""Check if value is good"""
pass
def set(self, value):
"""Check and set value"""
pass
def get(self):
"""Get value"""
pass
def to_save(self):
"""Build a serializable data to save"""
pass
def load(self, value):
"""Fill with value"""
pass |
class Problem:
def __init__(self, inp):
self.data = [{}, {}, {}, {}, {}, {}, {}, {}]
for line in inp.read().strip().split("\n"):
for i, char in enumerate(line):
self.data[i][char] = self.data[i].get(char, 0) + 1
def step1(self):
return ''.join(map(lambda m: sorted(m.items(), key=lambda y: y[1], reverse=True)[0][0], self.data))
def step2(self):
return ''.join(map(lambda m: sorted(m.items(), key=lambda y: y[1])[0][0], self.data))
| class Problem:
def __init__(self, inp):
self.data = [{}, {}, {}, {}, {}, {}, {}, {}]
for line in inp.read().strip().split('\n'):
for (i, char) in enumerate(line):
self.data[i][char] = self.data[i].get(char, 0) + 1
def step1(self):
return ''.join(map(lambda m: sorted(m.items(), key=lambda y: y[1], reverse=True)[0][0], self.data))
def step2(self):
return ''.join(map(lambda m: sorted(m.items(), key=lambda y: y[1])[0][0], self.data)) |
db.define_table(
'di_order',
*bucket_generic_fields
)
db.define_table(
'di_order_outbox',
Field('parent', 'reference di_order'),
*bucket_outbox_generic_fields
)
# IMPORTANT - always set not required fields to default = "", or else != operator in queries will return wrong values
# #https://groups.google.com/forum/#!topic/web2py/MgXAPqEGoUI
db.define_table(
'di_order_note',
Field('parent', 'reference di_order'),
*bucket_note_generic_fields
) | db.define_table('di_order', *bucket_generic_fields)
db.define_table('di_order_outbox', field('parent', 'reference di_order'), *bucket_outbox_generic_fields)
db.define_table('di_order_note', field('parent', 'reference di_order'), *bucket_note_generic_fields) |
# -*- coding: utf-8 -*-
i=1
j=60
while j>-1:
print("I=%i J=%i"%(i,j))
i+=3
j-=5 | i = 1
j = 60
while j > -1:
print('I=%i J=%i' % (i, j))
i += 3
j -= 5 |
"""Simple example calling str.format(...) directly."""
name = "Peter"
price = 1.2
print(str.format("Hello {}, do you have ${:0.2f}?", name, price))
| """Simple example calling str.format(...) directly."""
name = 'Peter'
price = 1.2
print(str.format('Hello {}, do you have ${:0.2f}?', name, price)) |
'''
Xldlib/Onstart
______________
Modules to initializes XL Discoverer.
:copyright: (c) 2015 The Regents of the University of California.
:license: GNU GPL, see licenses/GNU GPLv3.txt for more details.
'''
__all__ = [
'app',
'args',
'check_imports',
'error',
'launch',
'main',
'process',
'registers'
]
| """
Xldlib/Onstart
______________
Modules to initializes XL Discoverer.
:copyright: (c) 2015 The Regents of the University of California.
:license: GNU GPL, see licenses/GNU GPLv3.txt for more details.
"""
__all__ = ['app', 'args', 'check_imports', 'error', 'launch', 'main', 'process', 'registers'] |
"""
Copyright 2020 Twitter, Inc.
SPDX-License-Identifier: Apache-2.0
"""
development_seed = 1684992425
seeds = [
4258031807,
3829679737,
3706579387,
789594926,
3628091752,
54121625,
825346923,
646393804,
1579300575,
246132812,
2882726575,
970387138,
413984459,
288449314,
1594895720,
1950255998,
4015021126,
3798842978,
2668546961,
1254814623,
1804908540,
674684671,
1988664841,
3361110162,
3784152546,
3431665473,
1487802115,
1080377472,
1033325667,
2068347440,
50862517,
1266130159,
3705237643,
2523113545,
1385697073,
1227694832,
198559329,
1464601500,
490478722,
3144635527,
4085231799,
2935399337,
3291449301,
2933074791,
1604475278,
2748278770,
1041151773,
2302537583,
1592364233,
1347718791,
2260302349,
2870906085,
3324642025,
3383731094,
3268345887,
3861549985,
1839485103,
2440976226,
1348632978,
1730263803,
3273174762,
2443236195,
2018253000,
3131053563,
2750855724,
2142840570,
133334446,
2906772286,
1676623629,
2799515439,
1950780225,
245027879,
974231345,
1019551316,
418468904,
3645979760,
2676444879,
2600212003,
243207504,
4050914577,
395869280,
3037389484,
319467089,
2091061953,
1121224029,
1506683900,
4265586951,
910928236,
1175970114,
2105285287,
3164711608,
3255599240,
894959334,
493067366,
3349051410,
511641138,
2487307261,
951126382,
530590201,
17966177,
]
| """
Copyright 2020 Twitter, Inc.
SPDX-License-Identifier: Apache-2.0
"""
development_seed = 1684992425
seeds = [4258031807, 3829679737, 3706579387, 789594926, 3628091752, 54121625, 825346923, 646393804, 1579300575, 246132812, 2882726575, 970387138, 413984459, 288449314, 1594895720, 1950255998, 4015021126, 3798842978, 2668546961, 1254814623, 1804908540, 674684671, 1988664841, 3361110162, 3784152546, 3431665473, 1487802115, 1080377472, 1033325667, 2068347440, 50862517, 1266130159, 3705237643, 2523113545, 1385697073, 1227694832, 198559329, 1464601500, 490478722, 3144635527, 4085231799, 2935399337, 3291449301, 2933074791, 1604475278, 2748278770, 1041151773, 2302537583, 1592364233, 1347718791, 2260302349, 2870906085, 3324642025, 3383731094, 3268345887, 3861549985, 1839485103, 2440976226, 1348632978, 1730263803, 3273174762, 2443236195, 2018253000, 3131053563, 2750855724, 2142840570, 133334446, 2906772286, 1676623629, 2799515439, 1950780225, 245027879, 974231345, 1019551316, 418468904, 3645979760, 2676444879, 2600212003, 243207504, 4050914577, 395869280, 3037389484, 319467089, 2091061953, 1121224029, 1506683900, 4265586951, 910928236, 1175970114, 2105285287, 3164711608, 3255599240, 894959334, 493067366, 3349051410, 511641138, 2487307261, 951126382, 530590201, 17966177] |
s = input()
r = input()
t = ""
for i in range(1, len(s) + 1):
t += s[-i]
if r == t:
print("YES")
else:
print("NO")
| s = input()
r = input()
t = ''
for i in range(1, len(s) + 1):
t += s[-i]
if r == t:
print('YES')
else:
print('NO') |
n = int(input('Enter number of levels: '))
for i in range(1, n + 1):
string = "\t" * (n - i)
for j in range(i):
string += '*\t'
print(string)
| n = int(input('Enter number of levels: '))
for i in range(1, n + 1):
string = '\t' * (n - i)
for j in range(i):
string += '*\t'
print(string) |
n = int(input())
my_list = []
is_balanced = True
old_line = ''
for i in range(n):
line = input()
if line == '(' and old_line == '(':
is_balanced = False
my_list.append(line)
old_line = line
if my_list.count('(') == my_list.count(')') and is_balanced:
print('BALANCED')
else:
print('UNBALANCED')
| n = int(input())
my_list = []
is_balanced = True
old_line = ''
for i in range(n):
line = input()
if line == '(' and old_line == '(':
is_balanced = False
my_list.append(line)
old_line = line
if my_list.count('(') == my_list.count(')') and is_balanced:
print('BALANCED')
else:
print('UNBALANCED') |
# Python program to print prime numbers in an interval
def print_primes(lower_limit: int, upper_limit: int) -> None:
# iterating the lower interval till it reaches the upper interval
for i in range(lower_limit, upper_limit + 1):
if lower_limit > 1:
interval = 2
# now as 2 is always prime, we check further
for j in range(interval, i+1):
# if they divide, it is not a prime
if i % j == 0:
break
else:
print(i)
# Taking inputs
lower = int(input("Lower Limit: "))
upper = int(input("Upper Limit: "))
print_primes(lower, upper)
| def print_primes(lower_limit: int, upper_limit: int) -> None:
for i in range(lower_limit, upper_limit + 1):
if lower_limit > 1:
interval = 2
for j in range(interval, i + 1):
if i % j == 0:
break
else:
print(i)
lower = int(input('Lower Limit: '))
upper = int(input('Upper Limit: '))
print_primes(lower, upper) |
#!/usr/bin/env python3
# encoding: utf-8
"""
@version: 0.1
@author: lyrichu
@license: Apache Licence
@contact: 919987476@qq.com
@site: http://www.github.com/Lyrichu
@file: pso_config.py
@time: 2018/06/07 23:11
@description:
config settings for PSO
"""
class BASIC_CONFIG:
def __init__(self):
self.c1 = 1.49445
self.c2 = 1.49445
self.generations = 100
self.population_size = 50
self.vmax = 1
self.vmin = -1
self.func_type_min = 'min'
self.func_type_max = 'max'
self.w = 1
self.w_start = 0.9
self.w_end = 0.4
self.complex_constraints = None
class PSO_W_METHOD:
def __init__(self):
self.constant = 'constant'
self.linear_decrease = 'linear_decrease'
self.square1 = 'square1_decrease'
self.square2 = 'square2_decrease'
self.exp = 'exp_decrease'
class COMPLEX_CONSTRAINTS_METHOD:
def __init__(self):
# self.penalty = 'penalty'
self.loop = 'loop'
pso_config = BASIC_CONFIG()
pso_w_method = PSO_W_METHOD()
complex_constraints_method = COMPLEX_CONSTRAINTS_METHOD()
| """
@version: 0.1
@author: lyrichu
@license: Apache Licence
@contact: 919987476@qq.com
@site: http://www.github.com/Lyrichu
@file: pso_config.py
@time: 2018/06/07 23:11
@description:
config settings for PSO
"""
class Basic_Config:
def __init__(self):
self.c1 = 1.49445
self.c2 = 1.49445
self.generations = 100
self.population_size = 50
self.vmax = 1
self.vmin = -1
self.func_type_min = 'min'
self.func_type_max = 'max'
self.w = 1
self.w_start = 0.9
self.w_end = 0.4
self.complex_constraints = None
class Pso_W_Method:
def __init__(self):
self.constant = 'constant'
self.linear_decrease = 'linear_decrease'
self.square1 = 'square1_decrease'
self.square2 = 'square2_decrease'
self.exp = 'exp_decrease'
class Complex_Constraints_Method:
def __init__(self):
self.loop = 'loop'
pso_config = basic_config()
pso_w_method = pso_w_method()
complex_constraints_method = complex_constraints_method() |
class Solution:
def fourSum(self, nums, target):
"""
:type nums: List[int]
:type target: int
:rtype: List[List[int]]
"""
result = []
nums.sort()
for i in range(len(nums)-2):
if i and nums[i-1] == nums[i]:
continue
for j in range(i+1, len(nums)-2):
if j != i + 1 and nums[j-1] == nums[j]:
continue
start, end = j + 1, len(nums) - 1
while start < end:
four_sum = nums[i] + nums[j] + nums[start] + nums[end]
diff = four_sum - target
if diff < 0:
start += 1
elif diff > 0:
end -= 1
else:
result.append((nums[i], nums[j], nums[start], nums[end]))
while start < end and nums[start] == nums[start+1]:
start += 1
while start < end and nums[end] == nums[end-1]:
end -= 1
start += 1
end -= 1
return result
| class Solution:
def four_sum(self, nums, target):
"""
:type nums: List[int]
:type target: int
:rtype: List[List[int]]
"""
result = []
nums.sort()
for i in range(len(nums) - 2):
if i and nums[i - 1] == nums[i]:
continue
for j in range(i + 1, len(nums) - 2):
if j != i + 1 and nums[j - 1] == nums[j]:
continue
(start, end) = (j + 1, len(nums) - 1)
while start < end:
four_sum = nums[i] + nums[j] + nums[start] + nums[end]
diff = four_sum - target
if diff < 0:
start += 1
elif diff > 0:
end -= 1
else:
result.append((nums[i], nums[j], nums[start], nums[end]))
while start < end and nums[start] == nums[start + 1]:
start += 1
while start < end and nums[end] == nums[end - 1]:
end -= 1
start += 1
end -= 1
return result |
"""An event's location."""
class EventLocation:
"""An event's location as a textual description and a list of places."""
def __init__(self, description, places):
"""Initialize with the location description and a list of places."""
self.description = description
self.places = places
def __repr__(self):
"""Return the represention the event location."""
return '{}({!r}, {!r})'.format(
self.__class__.__name__,
self.description,
self.places)
def __str__(self):
"""Return the string version of the event location, represented the
event location solely by its description for compatibility with simple
location strings."""
return str(self.description)
def __eq__(self, other):
"""Return true if this event location is equal the other. Otherwise
return false. Used only for unit testing."""
return isinstance(other, EventLocation) \
and self.description == other.description \
and self.places == other.places
def __bool__(self):
"""Used for truth testing. Return true if the locatiion is non-blank;
false otherwise."""
return self.description != ""
@classmethod
def from_places(cls, places):
"""Make an event location from a list of places."""
description = cls.format_place_list(places)
return cls(description, places)
@staticmethod
def format_place_list(places):
"""Format a list of places as an English phrase."""
if len(places) < 3:
return " and ".join(places)
else:
most_places = ", ".join(places[0:-1])
return "{}, and {}".format(most_places, places[-1])
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 autoindent
| """An event's location."""
class Eventlocation:
"""An event's location as a textual description and a list of places."""
def __init__(self, description, places):
"""Initialize with the location description and a list of places."""
self.description = description
self.places = places
def __repr__(self):
"""Return the represention the event location."""
return '{}({!r}, {!r})'.format(self.__class__.__name__, self.description, self.places)
def __str__(self):
"""Return the string version of the event location, represented the
event location solely by its description for compatibility with simple
location strings."""
return str(self.description)
def __eq__(self, other):
"""Return true if this event location is equal the other. Otherwise
return false. Used only for unit testing."""
return isinstance(other, EventLocation) and self.description == other.description and (self.places == other.places)
def __bool__(self):
"""Used for truth testing. Return true if the locatiion is non-blank;
false otherwise."""
return self.description != ''
@classmethod
def from_places(cls, places):
"""Make an event location from a list of places."""
description = cls.format_place_list(places)
return cls(description, places)
@staticmethod
def format_place_list(places):
"""Format a list of places as an English phrase."""
if len(places) < 3:
return ' and '.join(places)
else:
most_places = ', '.join(places[0:-1])
return '{}, and {}'.format(most_places, places[-1]) |
a=0
b=1
input_n = int(input("Enter the number till you want to find fiboncci:"))
print(a,b,end=' ')
for i in range(2,input_n): # Since two numbers are already printed so now we will start range from 2
c= a+b
print(c,end= ' ')
a = b
b =c
print("\n\nFibonacci number of ",input_n," is ",c)
| a = 0
b = 1
input_n = int(input('Enter the number till you want to find fiboncci:'))
print(a, b, end=' ')
for i in range(2, input_n):
c = a + b
print(c, end=' ')
a = b
b = c
print('\n\nFibonacci number of ', input_n, ' is ', c) |
#!/usr/bin/env python3
# GUI
def required_option_not_set(option_name):
readable_name = option_name.replace('_', ' ').title()
return 'Option {0} is required but not set'.format(readable_name)
# Scraping
SCRAPE_INVALID_PLATFORM = 'You must provide a valid platform (emulated system) to enable scraping'
SCRAPE_INVALID_MODULE = 'You must provide a valid scraping module (metadata source) when scraping'
# UCE Building
SAVE_NOT_VALID_ZIP = 'save.zip is not a valid zipfile'
ZIP_HAS_NO_SAVE_IMG = 'save.zip does not contain a file named save.img'
NO_ADMIN_WINDOWS = 'Recipes can only be built if you run this tool as an administrator'
def zip_extract_failed(exception_message):
return 'Unable to extract and copy save.img file from zip: {0}'.format(exception_message)
# OS Errors
INVALID_OS = 'This tool requires either Linux or Windows'
# Edit UCE
INVALID_MOUNT_CONFIG = 'Mount option is only available under Linux and when running as root'
NO_FILE_MAN_FOUND = 'No filemanager was found. This tool does not have a complete list. Specify one explicitly'
# Recipe dir warnings
def no_required_subdir(dir_, subdir):
return 'Directory {0} does not contain {1} subdir'.format(dir_, subdir)
def no_required_file(dir_, file_name):
return 'Directory {0} does not contain a file named {1}'.format(dir_, file_name)
def dir_is_empty(dir_, subdir):
return 'Directory {0} in {1} is empty'.format(subdir, dir_)
# Common Utils
def failed_to_create_temp_dir(exception_message):
return 'Failed to create temp dir: '.format(exception_message)
def command_exited_non_zero(code, cmd):
return 'Last command exited with error code {0}: {1}'.format(code, ' '.join(cmd))
def command_failed_with_exception(cmd, exception_message):
return 'Command {0} failed to run: {1}'.format(' '.join(cmd), exception_message)
def access_failure(access_type, path, exception_message):
return 'Failed to {0} data to/from {1}: {2}'.format(access_type, path, exception_message)
def make_dir_failure(path, exception_message):
return 'Failed to create directory {0}: {1}'.format(path, exception_message)
def delete_failure(item_type, path, exception_message):
return 'Failed to remove {0} {1}: {2}'.format(item_type, path, exception_message)
def copy_failure(item_type, source, dest, exception_message):
return 'Error copying {0} {1} to {2}: {3}'.format(item_type, source, dest, exception_message)
def symlink_failure(symlink, target, exception_message):
return 'Failed to create symlink {0} to target {1}: {2}'.format(symlink, target, exception_message)
# Shared
def invalid_path(option_name, path, path_type):
return '{0} {1} is not a valid {2}'.format(option_name, path, path_type)
| def required_option_not_set(option_name):
readable_name = option_name.replace('_', ' ').title()
return 'Option {0} is required but not set'.format(readable_name)
scrape_invalid_platform = 'You must provide a valid platform (emulated system) to enable scraping'
scrape_invalid_module = 'You must provide a valid scraping module (metadata source) when scraping'
save_not_valid_zip = 'save.zip is not a valid zipfile'
zip_has_no_save_img = 'save.zip does not contain a file named save.img'
no_admin_windows = 'Recipes can only be built if you run this tool as an administrator'
def zip_extract_failed(exception_message):
return 'Unable to extract and copy save.img file from zip: {0}'.format(exception_message)
invalid_os = 'This tool requires either Linux or Windows'
invalid_mount_config = 'Mount option is only available under Linux and when running as root'
no_file_man_found = 'No filemanager was found. This tool does not have a complete list. Specify one explicitly'
def no_required_subdir(dir_, subdir):
return 'Directory {0} does not contain {1} subdir'.format(dir_, subdir)
def no_required_file(dir_, file_name):
return 'Directory {0} does not contain a file named {1}'.format(dir_, file_name)
def dir_is_empty(dir_, subdir):
return 'Directory {0} in {1} is empty'.format(subdir, dir_)
def failed_to_create_temp_dir(exception_message):
return 'Failed to create temp dir: '.format(exception_message)
def command_exited_non_zero(code, cmd):
return 'Last command exited with error code {0}: {1}'.format(code, ' '.join(cmd))
def command_failed_with_exception(cmd, exception_message):
return 'Command {0} failed to run: {1}'.format(' '.join(cmd), exception_message)
def access_failure(access_type, path, exception_message):
return 'Failed to {0} data to/from {1}: {2}'.format(access_type, path, exception_message)
def make_dir_failure(path, exception_message):
return 'Failed to create directory {0}: {1}'.format(path, exception_message)
def delete_failure(item_type, path, exception_message):
return 'Failed to remove {0} {1}: {2}'.format(item_type, path, exception_message)
def copy_failure(item_type, source, dest, exception_message):
return 'Error copying {0} {1} to {2}: {3}'.format(item_type, source, dest, exception_message)
def symlink_failure(symlink, target, exception_message):
return 'Failed to create symlink {0} to target {1}: {2}'.format(symlink, target, exception_message)
def invalid_path(option_name, path, path_type):
return '{0} {1} is not a valid {2}'.format(option_name, path, path_type) |
def read_matrix():
matrix_size = int(input())
matrix = []
for _ in range(matrix_size):
matrix.append(input().split())
return matrix
matrix = read_matrix()
symbol = input()
is_found = False
for col in range(len(matrix)):
if symbol in matrix[col][0]:
index, column = matrix[col][0].index(symbol), col
print(f"{column, index}")
is_found = True
break
if not is_found:
print(f'{symbol} does not occur in the matrix') | def read_matrix():
matrix_size = int(input())
matrix = []
for _ in range(matrix_size):
matrix.append(input().split())
return matrix
matrix = read_matrix()
symbol = input()
is_found = False
for col in range(len(matrix)):
if symbol in matrix[col][0]:
(index, column) = (matrix[col][0].index(symbol), col)
print(f'{(column, index)}')
is_found = True
break
if not is_found:
print(f'{symbol} does not occur in the matrix') |
# my_lambdata/my_mod.py
def enlarge(n):
"""
Param n is a number
Function will enlarge the number
"""
return n * 100
# this code breaks our ability to import enlarge from other files, if left in the global scope:
#
# print("HELLO")
# y = int(input("Please choose a number"))
# print(y, enlarge(y))
if __name__ == "__main__":
# only run the code below IF this script is invoked from the command-line
# not if it is imported from another script
print("HELLO")
y = int(input("Please choose a number"))
print(y, enlarge(y)) | def enlarge(n):
"""
Param n is a number
Function will enlarge the number
"""
return n * 100
if __name__ == '__main__':
print('HELLO')
y = int(input('Please choose a number'))
print(y, enlarge(y)) |
class Solution:
def twoSum(self, nums: List[int], target: int) -> List[int]:
d={}
for i,n in enumerate(nums):
d_n=target-n
if d_n in d:
return [d[d_n],i]
d[n]=i
return [None,None]
| class Solution:
def two_sum(self, nums: List[int], target: int) -> List[int]:
d = {}
for (i, n) in enumerate(nums):
d_n = target - n
if d_n in d:
return [d[d_n], i]
d[n] = i
return [None, None] |
"""
Input validation classes.
"""
yn_answers = ['y', 'n', 'yes', 'no']
commands = ['mkfs', 'open', 'ls', 'read', 'write', 'seek', 'close',
'mkdir', 'rmdir', 'tree', 'cd', 'cat', 'import', 'export']
def validate_yes_no(text):
if text:
if text not in yn_answers:
print('This input is not yes, no, y, or n.')
return False
return True
def validate_command(text):
if text:
if text not in commands:
print('This input is not a valid command.')
return False
return True
def validate_mkfs(text):
if text:
if text != 'mkfs':
print('Please call mkfs when the file system does not yet exist')
return False
return True
| """
Input validation classes.
"""
yn_answers = ['y', 'n', 'yes', 'no']
commands = ['mkfs', 'open', 'ls', 'read', 'write', 'seek', 'close', 'mkdir', 'rmdir', 'tree', 'cd', 'cat', 'import', 'export']
def validate_yes_no(text):
if text:
if text not in yn_answers:
print('This input is not yes, no, y, or n.')
return False
return True
def validate_command(text):
if text:
if text not in commands:
print('This input is not a valid command.')
return False
return True
def validate_mkfs(text):
if text:
if text != 'mkfs':
print('Please call mkfs when the file system does not yet exist')
return False
return True |
#!/usr/bin/env python3
def search_insert(nums, target: int) -> int:
start = 0
end = len(nums) - 1
mid = 0
while start <= end:
mid = (start + end) // 2
curr = nums[mid]
if curr == target:
return mid
if target < curr:
end = mid - 1
else:
start = mid + 1
return mid + 1 if nums[mid] < target else mid
| def search_insert(nums, target: int) -> int:
start = 0
end = len(nums) - 1
mid = 0
while start <= end:
mid = (start + end) // 2
curr = nums[mid]
if curr == target:
return mid
if target < curr:
end = mid - 1
else:
start = mid + 1
return mid + 1 if nums[mid] < target else mid |
class ProcessorProperty:
def __init__(self, label, default_value, min_value=None, max_value=None):
self.label = label
self.value = default_value
self.default_value = default_value
self._type = type(default_value)
self.min_value = min_value
self.max_value = max_value
def update(self, value):
if self._type == float:
self.value = min(max(value, self.min_value), self.max_value)
else:
self.value = value
class ProcessorProperties:
def __init__(self):
self.scaling_factor = ProcessorProperty("Zoom", 1.0, 1.0, 3.0)
self.brightness_factor = ProcessorProperty("Brightness", 1.0, 0.5, 2.0)
self.contrast_factor = ProcessorProperty("Contrast", 1.0, 0.5, 2.0)
self.grayscale = ProcessorProperty("Grayscale", False)
# example usage:
# props = ProcessorProperties()
#
# updating value
# props.brightness_factor.update(1.5)
#
# reading value
# brightness_factor = props.brightness_factor.value
| class Processorproperty:
def __init__(self, label, default_value, min_value=None, max_value=None):
self.label = label
self.value = default_value
self.default_value = default_value
self._type = type(default_value)
self.min_value = min_value
self.max_value = max_value
def update(self, value):
if self._type == float:
self.value = min(max(value, self.min_value), self.max_value)
else:
self.value = value
class Processorproperties:
def __init__(self):
self.scaling_factor = processor_property('Zoom', 1.0, 1.0, 3.0)
self.brightness_factor = processor_property('Brightness', 1.0, 0.5, 2.0)
self.contrast_factor = processor_property('Contrast', 1.0, 0.5, 2.0)
self.grayscale = processor_property('Grayscale', False) |
## Tower of Hanoi
# Given the number of disks and the three towers labels, the program will displays the moves required to solve.
def TowerOfHanoi(numDisks, source, intermediate, destination):
if(numDisks == 1):
print("Move Disk 1 From Pole {} to Pole {}".format(source, destination)) # if there is only one disk then it directly moved from source to destination pole
return
#function call with n-1 disks and pole order from source to intermediate
TowerOfHanoi(numDisks - 1, source, destination, intermediate)
print("Move Disk {} From Pole {} to Pole {}".format(numDisks, source, destination)) #function call itself again and again until it satisify the base condition function call itself again and again until it satisify the base condition
#After disk is changed from source to intermediate now again we call function with n-1 disk and now the disk is moved from intermediate to destination
TowerOfHanoi(numDisks - 1, intermediate, source, destination)
numDisks = int(input("Enter Number of Disks: "))
# Source : A, Intermediate : B, Destination : C
# A, C, B are the name of Poles
TowerOfHanoi(numDisks, 'A', 'B', 'C')
# Input : 3
# Output :
# Enter Number of Disks: 3
# Move Disk 1 From Pole A to Pole C
# Move Disk 2 From Pole A to Pole B
# Move Disk 1 From Pole C to Pole B
# Move Disk 3 From Pole A to Pole C
# Move Disk 1 From Pole B to Pole A
# Move Disk 2 From Pole B to Pole C
# Move Disk 1 From Pole A to Pole C
# Input : 2
# Output :
# Enter Number of Disks: 2
# Move Disk 1 From Pole A to Pole B
# Move Disk 2 From Pole A to Pole C
# Move Disk 1 From Pole B to Pole C
| def tower_of_hanoi(numDisks, source, intermediate, destination):
if numDisks == 1:
print('Move Disk 1 From Pole {} to Pole {}'.format(source, destination))
return
tower_of_hanoi(numDisks - 1, source, destination, intermediate)
print('Move Disk {} From Pole {} to Pole {}'.format(numDisks, source, destination))
tower_of_hanoi(numDisks - 1, intermediate, source, destination)
num_disks = int(input('Enter Number of Disks: '))
tower_of_hanoi(numDisks, 'A', 'B', 'C') |
a = 1
b = 2
c = a + b
d = '668'
| a = 1
b = 2
c = a + b
d = '668' |
class RowSource(object):
def get_rows(self, start, count):
raise Exception("not implemented")
class FileRowSource(RowSource):
def __init__(self, fileobj):
super().__init__();
self.fileobj = fileobj
def next_page(self, rows):
lines = []
for i in range(rows):
line = self.fileobj.readline()
if not line:
break
lines.append(line)
return lines
| class Rowsource(object):
def get_rows(self, start, count):
raise exception('not implemented')
class Filerowsource(RowSource):
def __init__(self, fileobj):
super().__init__()
self.fileobj = fileobj
def next_page(self, rows):
lines = []
for i in range(rows):
line = self.fileobj.readline()
if not line:
break
lines.append(line)
return lines |
"""
Static values about mods and mod actions that generally shouldn't need to change.
"""
BOTS = ["AnimeMod", "AutoModerator"]
ADMINS = ["reddit", "Reddit Legal", "Anti-Evil Operations"]
# There are more types of actions that can be set here, currently used in selecting distinct posts/comments/users.
MOD_ACTIONS_POSTS = [
"approvelink",
"editflair",
"removelink",
"spamlink",
"spoiler",
"unspoiler",
]
MOD_ACTIONS_COMMENTS = [
"approvecomment",
"distinguish", # Posts can be distinguished too but we aren't counting those right now.
"removecomment",
"spamcomment",
]
MOD_ACTIONS_USERS = ["acceptmoderatorinvite", "banuser", "invitemoderator", "removemoderator", "unbanuser"]
| """
Static values about mods and mod actions that generally shouldn't need to change.
"""
bots = ['AnimeMod', 'AutoModerator']
admins = ['reddit', 'Reddit Legal', 'Anti-Evil Operations']
mod_actions_posts = ['approvelink', 'editflair', 'removelink', 'spamlink', 'spoiler', 'unspoiler']
mod_actions_comments = ['approvecomment', 'distinguish', 'removecomment', 'spamcomment']
mod_actions_users = ['acceptmoderatorinvite', 'banuser', 'invitemoderator', 'removemoderator', 'unbanuser'] |
#!/usr/bin/env python3
name = input("what is your name? ")
print("hello", name)
| name = input('what is your name? ')
print('hello', name) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.