content
stringlengths
7
1.05M
class Solution: def peakIndexInMountainArray(self, arr: List[int]) -> int: l = -1 r = len(arr) while l < r - 1: m = (l + r) >> 1 if arr[m - 1] < arr[m] and arr[m] > arr[m + 1]: return m elif arr[m - 1] < arr[m]: l = m else: r = m class Solution: def nextGreatestLetter(self, letters: List[str], target: str) -> str: l = 0 r = len(letters) - 1 while l <= r: m = l + (r - l) // 2 if letters[m] > target: r = m - 1 else: l = m + 1 return letters[l % len(letters)] class Solution(object): def peakIndexInMountainArray(self, A): """ :type A: List[int] :rtype: int """ low = 0 high = len(A) - 1 while low <= high: mid = low + (high - low)//2 if A[mid - 1] < A[mid] > A[mid + 1]: return mid elif A[mid - 1] < A[mid] < A[mid + 1]: low = mid + 1 else: high = mid - 1 class Solution: def peakIndexInMountainArray(self, arr: List[int]) -> int: l = 0 r = len(arr) - 1 while True: mid = (l + r) // 2 if arr[mid]>arr[mid+1] and arr[mid]>arr[mid-1]: return mid elif arr[mid]>arr[mid+1]: r = mid + 1 else: l = mid class Solution: def peakIndexInMountainArray(self, arr: List[int]) -> int: for i in range(1, len(arr)): if arr[i - 1] < arr[i] and arr[i] > arr[i + 1]: return i class Solution: def peakIndexInMountainArray(self, arr: List[int]) -> int: l = -1 r = len(arr) while l < r - 1: mid = (l + r) >> 1 if arr[mid]>arr[mid+1] and arr[mid]>arr[mid-1]: return mid elif arr[mid]>arr[mid+1]: r = mid else: l = mid
# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. IGNORED_FILE_PREFIXES = ["."] IGNORED_FILE_SUFFIXES = ["~", ".swp"] IGNORED_DIRS = [".git", ".svn", ".hg"] def filter_filenames(filenames, ignored_files=[".hgignore"]): for filename in filenames: if filename in ignored_files: continue if any([filename.startswith(suffix) for suffix in IGNORED_FILE_PREFIXES]): continue if any([filename.endswith(suffix) for suffix in IGNORED_FILE_SUFFIXES]): continue yield filename def filter_dirnames(dirnames): return [dirname for dirname in dirnames if dirname not in IGNORED_DIRS]
# CHANGEME w = str(input("Pattern: ")) S = str(input("Search string (s): ")) B = {} or_mask = [0]*len(w) or_mask[len(w)-1] = 1 D = [0]*len(w) done = [] for i in list(set(w)): tmp = [0]*len(w) for pos in [pos for pos, char in enumerate(w) if char == i]: tmp[len(w)-pos-1] = 1 B[i] = tmp for c in w: if c not in done: print(f"B[{c}]: {''.join([str(i) for i in B.get(c)])}") done.append(c) print(f"D={D}") print(f"D <-- ((D << 1) OR 1) AND B[S[i]]") for i, c in enumerate(S): print(f"S[{i+1}]={c}") if B.get(c): b = B.get(c) else: b = [0]*len(w) str_current_b = "".join([str(x) for x in b]) str_d = "".join([str(x) for x in D]) print(f"B[S[{i+1}]]=B[{c}]={str_current_b}") D.pop(0) D.append(0) D = [a or b for a, b in zip(D, or_mask)] print( f"D = (({str_d} << 1) OR {''.join([str(x) for x in or_mask])}) = {''.join([str(x) for x in D])}", end="") D = [a and b for a, b in zip(D, b)] print(f" AND {str_current_b} = {''.join([str(x) for x in D])}") if D[0] == 1: print(f"Ocurrence found at pos {i+1} in S - {c}") print("- "*10)
""" A set of common vocabularies used in MIDAS queries. """ UK_COUNTIES = """ABERDEENSHIRE,ALDERNEY,ANGUS,ANTRIM,ARGYLL (IN HIGHLAND REGION), ARGYLL (IN STRATHCLYDE REGION),ARGYLLSHIRE,ARMAGH,ASCENSION IS, AUSTRALIA (ADDITIONAL ISLANDS),AVON,AYRSHIRE,BANFFSHIRE,BEDFORDSHIRE, BERKSHIRE,BERWICKSHIRE,BORDERS,BOUVET ISLAND,BRECKNOCKSHIRE,BRITISH VIRGIN ISLANDS, BUCKINGHAMSHIRE,BUTESHIRE,CAERNARFONSHIRE,CAITHNESS,CAMBRIDGESHIRE,CARDIGANSHIRE, CARLOW,CARMARTHENSHIRE,CAVAN,CAYMAN ISLANDS,CENTRAL,CHANNEL ISLANDS,CHESHIRE, CHRISTMAS ISLAND,CLACKMANNANSHIRE,CLARE,CLEVELAND,CLWYD,COCOS ISLAND,COOK ISLANDS, CORK,CORNWALL,CUMBERLAND,CUMBRIA,CYPRUS,DENBIGHSHIRE,DERBYSHIRE,DETACHED ISLANDS, DEVON,DONEGAL,DORSET,DOWN,DUBLIN,DUMFRIES & GALLOWAY,DUMFRIESSHIRE,DUNBARTONSHIRE, DURHAM,DYFED,EAST LOTHIAN,EAST SUSSEX,ESSEX,FALKLAND IS,FERMANAGH,FIFE,FLINTSHIRE, FORFARSHIRE,GALWAY,GLAMORGANSHIRE,GLOUCESTERSHIRE,GRAMPIAN,GREATER LONDON, GREATER MANCHESTER,GUADALOUPE,GUERNSEY,GWENT,GWYNEDD,HAMPSHIRE,HAWAII,HEREFORD, HEREFORD & WORCESTER,HERTFORDSHIRE,HIGHLAND,HUMBERSIDE,HUNTINGDONSHIRE,INVERNESS-SHIRE, ISLE OF ANGLESEY,ISLE OF MAN,ISLE OF WIGHT,ISLES OF SCILLY,JERSEY,KENT,KERRY,KILDARE, KILKENNY,KINCARDINESHIRE,KINROSS-SHIRE,KIRKCUDBRIGHTSHIRE,LANARKSHIRE,LANARKSHIRE, LANCASHIRE,LAOIS,LEICESTERSHIRE,LEITRIM,LIMERICK,LINCOLNSHIRE,LONDONDERRY,LONGFORD, LOTHIAN,LOUTH,MALDIVES,MALTA,MAYO,MEATH,MEDITERRANEAN ISLANDS,MERIONETHSHIRE, MERSEYSIDE,MIDDLESEX,MID GLAMORGAN,MIDLOTHIAN,MIDLOTHIAN (IN BORDERS REGION), MIDLOTHIAN (IN LOTHIAN REGION),MONAGHAN,MONMOUTHSHIRE,MONTGOMERYSHIRE,MORAY, MORAY (IN GRAMPIAN REGION),MORAY (IN HIGHLAND REGION),NAIRNSHIRE,NORFOLK, NORTHAMPTONSHIRE,NORTHUMBERLAND,NORTH YORKSHIRE,NOTTINGHAMSHIRE,OCEAN ISLANDS, OFFALY,ORKNEY,OXFORDSHIRE,PACIFIC ISLANDS NORTH OF EQUATOR,PEEBLESHIRE,PEMBROKESHIRE, PERTHSHIRE,PERTHSHIRE (IN CENTRAL REGION),PERTHSHIRE (IN TAYSIDE REGION), PHOENIX ISLANDS,POWYS,POWYS (NORTH),POWYS (SOUTH),RADNORSHIRE,RENFREWSHIRE,ROSCOMMON, ROSS & CROMARTY,ROXBURGHSHIRE,RUTLAND,SANTA CRUZ ISLANDS,SARK,SELKIRKSHIRE,SEYCHELLES, SHETLAND,SHROPSHIRE,SINGAPORE,SLIGO,SOLOMON ISLANDS,SOMERSET,SOUTHERN LINE ISLANDS, SOUTH GEORGIA,SOUTH GLAMORGAN,SOUTH ORKNEYS,SOUTH SHETLAND,SOUTH YORKSHIRE, SPAIN (CANARY ISLANDS),STAFFORDSHIRE,ST HELENA,STIRLING,STIRLING (IN CENTRAL REGION), STIRLING (IN STRATHCLYDE REGION),STRATHCLYDE,SUFFOLK,SURREY,SUSSEX,SUTHERLAND,TAYSIDE, TIPPERARY,TURKS & CAICOS ISLANDS,TYNE & WEAR,TYRONE,WARWICKSHIRE,WATERFORD,WESTERN ISLES, WEST GLAMORGAN,WEST LOTHIAN,WEST LOTHIAN (IN CENTRAL REGION), WEST LOTHIAN (IN LOTHIAN REGION),WESTMEATH,WEST MIDLANDS,WESTMORLAND,WEST SUFFOLK, WEST SUSSEX,WEST YORKSHIRE,WEXFORD,WICKLOW,WIGTOWNSHIRE,WILTSHIRE,WORCESTERSHIRE, YORKSHIRE""".replace('\n', '').split(',') DATA_TYPES = ['CLBD', 'CLBN', 'CLBR', 'CLBW', 'DCNN', 'FIXD', 'ICAO', 'LPMS', 'RAIN', 'SHIP', 'WIND', 'WMO'] TABLE_NAMES = ['TD', 'WD', 'RD', 'RH', 'RS', 'ST', 'WH', 'WM', 'RO'] MIDAS_CATALOGUE_DICT = { "WM": "http://catalogue.ceda.ac.uk/uuid/a1f65a362c26c9fa667d98c431a1ad38", "RH": "http://catalogue.ceda.ac.uk/uuid/bbd6916225e7475514e17fdbf11141c1", "CURS": "http://catalogue.ceda.ac.uk/uuid/7f76ab4a47ee107778e0a7e8a701ee77", "ST": "http://catalogue.ceda.ac.uk/uuid/8dc05f6ecc6065a5d10fc7b8829589ec", "GL": "http://catalogue.ceda.ac.uk/uuid/0ec59f09b3158829a059fe70b17de951", "CUNS": "http://catalogue.ceda.ac.uk/uuid/bef3d059255a0feaa14eb78c77d7bc48", "TMSL": "http://catalogue.ceda.ac.uk/uuid/33ca1887e5f116057340e404b2c752f2", "RO": "http://catalogue.ceda.ac.uk/uuid/b4c028814a666a651f52f2b37a97c7c7", "MO": "http://catalogue.ceda.ac.uk/uuid/77910bcec71c820d4c92f40d3ed3f249", "RS": "http://catalogue.ceda.ac.uk/uuid/455f0dd48613dada7bfb0ccfcb7a7d41", "RD": "http://catalogue.ceda.ac.uk/uuid/c732716511d3442f05cdeccbe99b8f90", "CUNL": "http://catalogue.ceda.ac.uk/uuid/ec1d8e1e511838b9303921986a0137de", "TD": "http://catalogue.ceda.ac.uk/uuid/1bb479d3b1e38c339adb9c82c15579d8", "SCLE": "http://catalogue.ceda.ac.uk/uuid/1d9aa0abc4e93fca1f91c8a187d46567", "WD": "http://catalogue.ceda.ac.uk/uuid/954d743d1c07d1dd034c131935db54e0", "WH": "http://catalogue.ceda.ac.uk/uuid/916ac4bbc46f7685ae9a5e10451bae7c", "CURL": "http://catalogue.ceda.ac.uk/uuid/fe9a02b85b50d3ee1d0b7366355bb9d8" }
# -*- coding: utf-8 -*- """ smash.models.encryption_model_response This file was automatically generated for SMASH by SMASH v2.0 ( https://smashlabs.io ) """ class EncryptionModelResponse(object): """Implementation of the 'Encryption Model Response' model. TODO: type model description here. Attributes: data (string): TODO: type description here. file (string): TODO: type description here. success (string): TODO: type description here. public (string): TODO: type description here. private (string): TODO: type description here. """ # Create a mapping from Model property names to API property names _names = { "data" : "data", "file" : "file", "success" : "success", "public" : "public", "private" : "private" } def __init__(self, data=None, file=None, success=None, public=None, private=None, additional_properties = {}): """Constructor for the EncryptionModelResponse class""" # Initialize members of the class self.data = data self.file = file self.success = success self.public = public self.private = private # Add additional model properties to the instance self.additional_properties = additional_properties @classmethod def from_dictionary(cls, dictionary): """Creates an instance of this model from a dictionary Args: dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server's response. The keys MUST match property names in the API description. Returns: object: An instance of this structure class. """ if dictionary is None: return None # Extract variables from the dictionary data = dictionary.get("data") file = dictionary.get("file") success = dictionary.get("success") public = dictionary.get("public") private = dictionary.get("private") # Clean out expected properties from dictionary for key in cls._names.values(): if key in dictionary: del dictionary[key] # Return an object of this model return cls(data, file, success, public, private, dictionary)
N, M = list(map(int, input().split())) grid = [['@' for x in range(M)] for y in range(N)] for i in range(N): line = input() for j in range(M): grid[i][j] = line[j] alreadySeen = False jr = jc = -1 for i in range(N): if alreadySeen: break for j in range(M): if (alreadySeen): break ch = grid[i][j] if ch == 'N': for k in range(i-1, -1, -1): if grid[k][j] == '.': grid[k][j] = '*' elif grid[k][j] == 'J': alreadySeen = True break elif grid[k][j] == 'M': alreadySeen = True break elif grid[k][j] == '#': break elif (ch == 'S'): for k in range(i+1, N): if grid[k][j] == '.': grid[k][j] = '*' elif (grid[k][j] == 'J'): alreadySeen = True break; elif grid[k][j] == 'M': alreadySeen = True break elif grid[k][j] == '#': break elif (ch == 'W'): for k in range(j-1, -1, -1): if grid[i][k] == '.': grid[i][k] = '*' elif grid[i][k] == 'J': alreadySeen = True break; elif grid[i][k] == 'M': alreadySeen = True break elif grid[i][k] == '#': break; elif (ch == 'E'): for k in range(j+1, M): if grid[i][k] == '.': grid[i][k] = '*' elif grid[i][k] == 'J': alreadySeen = True break; elif grid[i][k] == 'M': alreadySeen = True break elif grid[i][k] == '#': break; elif (ch == 'J'): jr = i jc = j possible = False if not alreadySeen: stack = [] grid[jr][jc] = '+' if grid[jr][jc+1] == '.': stack.append((jr, jc+1)) elif grid[jr][jc+1] == 'M': possible = True if grid[jr][jc-1] == '.': stack.append((jr, jc-1)) elif grid[jr][jc-1] == 'M': possible = True if grid[jr-1][jc] == '.': stack.append((jr-1, jc)) elif grid[jr-1][jc] == 'M': possible = True if grid[jr+1][jc] == '.': stack.append((jr+1, jc)) elif grid[jr+1][jc] == 'M': possible = True while not possible and stack: r, c = stack.pop() grid[r][c] = '+' if grid[r][c+1] == '.': stack.append((r, c+1)) elif grid[r][c+1] == 'M': possible = True if grid[r][c-1] == '.': stack.append((r, c-1)) elif grid[r][c-1] == 'M': possible = True if grid[r-1][c] == '.': stack.append((r-1, c)) elif grid[r-1][c] == 'M': possible = True if grid[r+1][c] == '.': stack.append((r+1, c)) elif grid[r+1][c] == 'M': possible = True if possible: print("YES") else: print("NO")
''' Author : MiKueen Level : Hard Problem Statement : Median of Two Sorted Arrays There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)). You may assume nums1 and nums2 cannot be both empty. Example 1: nums1 = [1, 3] nums2 = [2] The median is 2.0 Example 2: nums1 = [1, 2] nums2 = [3, 4] The median is (2 + 3)/2 = 2.5 ''' class Solution: def findMedianSortedArrays(self, nums1: List[int], nums2: List[int]) -> float: # Binary Search Solution if len(nums1) > len(nums2): nums1, nums2 = nums2, nums1 x = len(nums1) y = len(nums2) low = 0 high = x while low <= high: leftArr = (low + high)//2 rightArr = (x + y + 1)//2 - leftArr maxLeftX = float("-inf") if leftArr == 0 else nums1[leftArr - 1] minRightX = float("inf") if leftArr == x else nums1[leftArr] maxLeftY = float("-inf") if rightArr == 0 else nums2[rightArr - 1] minRightY = float("inf") if rightArr == y else nums2[rightArr] if (maxLeftX <= minRightY) and (maxLeftY <= minRightX): if ((x + y) % 2 != 0): return max(maxLeftX, maxLeftY) else: return (max(maxLeftX, maxLeftY) + min(minRightX, minRightY))/2 elif maxLeftX > minRightY: high = leftArr - 1 elif maxLeftY > minRightX: low = leftArr + 1
# -*- coding: utf-8 -*- class JoinMixin(object): """Provide join related functionality to statement classes. Note: This class is not to be instantiated directly. """ def __init__(self, **kwargs): """Constructor Keyword Arguments: **kwargs: Base class arguments. """ super(JoinMixin, self).__init__(**kwargs) self._join_refs = [] def join(self, dict_or_table_factor, join_cond=None, join_type='INNER'): """Join a table with a JOIN condition. Arguments: dict_or_table_factor (string or dict): Name of table to join or :py:class:`dict` mapping table names and conditions to join. join_cond (mixed, optional): A string, tuple or list of conditions: * string (not dot-prefixed): ``join(table, 'Field1')`` becomes ``JOIN table USING (Field1)`` * dot-prefixed string: ``join(table, '.Field1')`` becomes ``JOIN table ON (root_table_alias.Field1 = table.Field1)`` * dot-dot-prefixed string: ``join(table, '..Field1')`` becomes ``JOIN table ON (previous_join_table.Field1 = table.Field1)`` * tuple with two dot-prefixed items: ``join(table, ('.Field1', '.Field2'))`` becomes ``JOIN table ON (root_table_alias.Field1 = table.Field2)`` * tuple with two or more items: ``join(table, ('Field1', 'Field2', ...))`` becomes ``JOIN table USING (Field1, Field2, ...)`` * list of conditions: ``join(table, [condition,...])`` becomes ``JOIN table ON (condition [AND condition [AND ...]])`` join_type (string, optional): The type of join, such as ``INNER``, ``LEFT``, ``CROSS``, ``STRAIGHT_JOIN``, ``LEFT OUTER``, etc. The default is ``INNER``. Examples: :: >>> q = Select() >>> q.columns(['t1c1', 't2c1']).from_table('t1').join('t2', 't1c1', 'STRAIGHT_JOIN').sql() ('SELECT `t1c1`, `t2c1` FROM t1 STRAIGHT_JOIN t2 USING (`t1c1`)', None) """ # Turn 'INNER' into 'INNER JOIN' but ignore 'STRAIGHT_JOIN' if 'JOIN' not in join_type: join_type += ' JOIN' if not isinstance(dict_or_table_factor, basestring): for table_factor, cond in dict_or_table_factor.iteritems(): self.join(table_factor, cond, join_type) else: self._join_refs.append((join_type, dict_or_table_factor, join_cond)) return self def left_join(self, table_or_dict, join_cond=None): """Convenience function to create a LEFT JOIN. See :py:meth:`join` for details. Examples: :: >>> q = Select() >>> q.columns(['t1c1', 't2c1']).from_table('t1').left_join('t2', 't1c1').sql() ('SELECT `t1c1`, `t2c1` FROM t1 LEFT JOIN t2 USING (`t1c1`)', None) >>> q = Select() >>> q.columns(['t1c1', 't2c1']).from_table('t1').left_join('t2', '.t1c1').sql() ('SELECT `t1c1`, `t2c1` FROM t1 LEFT JOIN t2 ON (t1.`t1c1` = t2.`t1c1`)', None) >>> q = Select() >>> q.columns(['t1c1', 't2c1']).from_table('t1').left_join('t2', ('t1c1','t2c1')).sql() ('SELECT `t1c1`, `t2c1` FROM t1 LEFT JOIN t2 USING (`t1c1`, `t2c1`)', None) >>> q = Select() >>> q.columns(['t1c1', 't2c1']).from_table('t1').left_join('t2', ('.t1c1','.t2c1')).sql() ('SELECT `t1c1`, `t2c1` FROM t1 LEFT JOIN t2 ON (t1.`t1c1` = t2.`t2c1`)', None) >>> q = Select() >>> q.columns(['t1c1', 't2c1']).from_table('t1').left_join('t2', ['t1c1 = t2c1']).sql() ('SELECT `t1c1`, `t2c1` FROM t1 LEFT JOIN t2 ON (t1c1 = t2c1)', None) >>> q = Select() >>> q.columns(['t1c1', 't2c1']).from_table('t1').left_join('t2', ['t1c1 = t2c1']).sql() ('SELECT `t1c1`, `t2c1` FROM t1 LEFT JOIN t2 ON (t1c1 = t2c1)', None) >>> q = Select() >>> q.columns(['t1.t1c1', 't2.t2c1']).from_table('t1').left_join('t2', ('.t1c1','.t2c1')).sql() ('SELECT t1.`t1c1`, t2.`t2c1` FROM t1 LEFT JOIN t2 ON (t1.`t1c1` = t2.`t2c1`)', None) >>> q = Select() >>> q.columns(['t1a.c1', 't2a.c1']).from_table('t1 AS t1a').left_join('t2 AS t2a', ('.t1c1','.t2c1')).sql() ('SELECT t1a.`c1`, t2a.`c1` FROM t1 AS t1a LEFT JOIN t2 AS t2a ON (t1a.`t1c1` = t2a.`t2c1`)', None) >>> q = Select() >>> q.columns(['t1a.c1', 't2a.c1']).from_table('t1 AS t1a').left_join('t2 AS t2a', '.t1c1').sql() ('SELECT t1a.`c1`, t2a.`c1` FROM t1 AS t1a LEFT JOIN t2 AS t2a ON (t1a.`t1c1` = t2a.`t1c1`)', None) >>> q = Select() >>> q.columns(['t1c1', 't2c1', 't3c1']).from_table('t1').left_join('t2', '.t1c1').left_join('t3', '.t1c1').sql() ('SELECT `t1c1`, `t2c1`, `t3c1` FROM t1 LEFT JOIN t2 ON (t1.`t1c1` = t2.`t1c1`) LEFT JOIN t3 ON (t1.`t1c1` = t3.`t1c1`)', None) >>> q = Select() >>> q.columns(['t1c1', 't2c1', 't3c1']).from_table('t1').left_join(OrderedDict([('t2', '.t1c1'),('t3','.t1c1')])).sql() ('SELECT `t1c1`, `t2c1`, `t3c1` FROM t1 LEFT JOIN t2 ON (t1.`t1c1` = t2.`t1c1`) LEFT JOIN t3 ON (t1.`t1c1` = t3.`t1c1`)', None) >>> q = Select() >>> q.columns(['t1c1', 't2c1', 't3c1']).from_table('t1').left_join('t2', '..t1c1').left_join('t3', '..t2c1').sql() ('SELECT `t1c1`, `t2c1`, `t3c1` FROM t1 LEFT JOIN t2 ON (t1.`t1c1` = t2.`t1c1`) LEFT JOIN t3 ON (t2.`t2c1` = t3.`t2c1`)', None) """ return self.join(table_or_dict, join_cond, 'LEFT') def _append_join_table_refs(self, root_table_factor, table_refs): """ :param root_table_factor: :param table_refs: """ root_table_alias = self.table_alias(root_table_factor) prev_join_table = root_table_alias for join_type, join_table_factor, join_cond in self._join_refs: join_table = self.table_alias(join_table_factor) format_args = { 'join_table': join_table, 'join_table_factor': join_table_factor, # join_table [AS alias] 'join_type': join_type, 'root_table_alias': root_table_alias, 'prev_join_table': prev_join_table, } if isinstance(join_cond, tuple) and join_cond[0].startswith('.'): # tuple ('.Field1', '.Field2') # JOIN table ON (root_table_alias.Field1 = table.Field2) assert len(join_cond) == 2 field1, field2 = join_cond join_clause = '{join_type} {join_table_factor} ON ({root_table_alias}.{field1} = {join_table}.{field2})'.format( field1=self.quote_col_ref(field1[1:]), field2=self.quote_col_ref(field2[1:]), **format_args) elif isinstance(join_cond, tuple): # tuple ('Field1', 'Field2', ...) # JOIN table USING (Field1, Field2, ...) join_clause = '{join_type} {join_table_factor} USING ({column_list})'.format( column_list=', '.join([self.quote_col_ref(col) for col in join_cond]), **format_args) elif not isinstance(join_cond, basestring): # list [condition,...] # JOIN table ON (condition [AND condition [AND ...]]) join_clause = u'{join_type} {join_table_factor} ON ({conditions})'.format( conditions=' AND '.join(join_cond), **format_args) elif join_cond.startswith('..'): # '..Field1' # JOIN table ON (prev_join_table.Field1 = table.Field1) join_clause = '{join_type} {join_table_factor} ON ({prev_join_table}.{field} = {join_table}.{field})'.format( field=self.quote_col_ref(join_cond[2:]), **format_args) elif join_cond.startswith('.'): # '.Field1' # JOIN table ON (root_table_alias.Field1 = table.Field1) join_clause = '{join_type} {join_table_factor} ON ({root_table_alias}.{field} = {join_table}.{field})'.format( field=self.quote_col_ref(join_cond[1:]), **format_args) else: # 'Field1' # JOIN table USING (Field1) join_clause = '{join_type} {join_table_factor} USING ({field})'.format( field=self.quote_col_ref(join_cond), **format_args) table_refs.append(join_clause) prev_join_table = join_table
def main(): # Ask for the user's weight in pounds. weight = int(input('Please enter your weight in pounds: ')) # Ask for the user's height in inches. height = int(input('Please enter your height in inches: ')) # Calculate the BMI (BMI = weight*703/height^2) BMI = (weight * 703.0) / (height*height) print ('Your BMI is %.1f'%BMI) # Determine whether the user is underweight, overweight, or optimal if BMI < 18.5: print('You are underweight.') elif BMI > 25: print('It would appear that you are overweight.') else: print('You are at an optimal weight.') # Call the main function. main()
#!/usr/bin/env python3 # -*- coding: utf-8 -*- assert type(b'asdf') == bytes assert len(b'asdf') == 4 assert str(b'asdf') == "b'asdf'" assert type(b'asdf'[0]) == int assert b'asdf'[0] == 97 assert len('中文') == 2 assert len(bytes('中文', encoding = 'utf-8')) == 6 try: bytes('', 'fe') except LookupError as e: assert e.args[0] == 'unknown encoding: fe' else: raise Exception b = bytes(3) assert b[0] == 0 try: b[0] = 1 except TypeError as e: assert e.args[0] == "'bytes' object does not support item assignment" else: raise Exception b = bytes('中文', 'utf-8') assert str(b, 'utf-8') == '中文' assert b.decode('utf-8') == '中文'
class Employee: def __init__(self, name, ID, department, job_title): self.__name = name self.__id = ID self.__department = department self.__job_title = job_title def set_name(self, name): self.__name = name def set_id(self, ID): self.__id = ID def set_department(self, department): self.__department = department def set_job_title(self, job_title): self.__job_title = job_title def get_name(self): return self.__name def get_id(self): return self.__id def get_department(self): return self.__department def get_job_title(self): return self.__job_title def __str__(self): #return f"Name: {self.__name}\nID: {self.__id}\nDepartment: {self.__department}\n" +\ # f"Job Title: {self.__job_title}" return ( """ Name: %s ID: %s Department: %s Job Title: %s """%( self.__name, self.__id, self.__department, self.__job_title ) )
def selecao_em_vetor(): vetor = list() for i in range(100): vetor.append(float(input())) for j in range(100): if vetor[j] <= 10.0: print(f'A[{j}] = {vetor[j]:.1f}') selecao_em_vetor()
def pythoagorialTripletSum(sum1): if sum == 0: return 0 for i in range(1, int(sum1/3)+1): for j in range(i +1, int(sum1/2) + 1): k = sum1 - i - j if (i * i + j *j == k * k): print(i, j, k, end = " ") return print("No Triplets") return 0 if __name__ == "__main__": sum1 = int(input()) print(pythoagorialTripletSum(sum1))
class Scene: def __init__(self, name = ""): #print("new Scene Object created") self.srcs = [] #all sources with visible state of this scene, including srcs from nested scenes self.scenes = [] #list of all nested scenes self.name = name
with open("dane/liczby.txt") as f: lines = [l.strip() for l in f.readlines()] wynik42 = open("wynik42.txt", "w") div_2 = 0 div_8 = 0 for line in lines: if line[-1] == "0": div_2 += 1 if line[-1] == "0" and line[-2] == "0" and line[-3] == "0": div_8 += 1 wynik42.write(f"zadanie 4.2: {div_2} liczb podzielnych przez 2, {div_8} liczb podzielnych przez 8") wynik42.close()
st = ['id', 'pwd', 'name', 'age'] data = ['id01', 'pwd01', 'james', 30] cust = zip(st,data) print(cust) for s,d in cust: print('%s : %s' % (s,d)) dic_cust = dict(zip(st,data)) print(dic_cust)
### Quicksort 1 - Partition - Solution def quickSort(arr): pivotNum = arr[0] for i in range(1, len(arr)): if pivotNum > arr[i]: for j in range(i, 0, -1): temp = arr[j] arr[j] = arr[j-1] arr[j-1] = temp print(*arr) n = int(input()) arr = list(map(int, input().split()[:n])) quickSort(arr)
atuple = 'dev', "tst", '''acc''', """prd """ print(atuple,type(atuple),id(atuple), len(atuple))
# 2021-01-30 # Emma Benjaminson # Quick Sort Implementation # Source: https://www.educative.io/edpresso/how-to-implement-quicksort-in-python def QuickSort(arr): elements = len(arr) # base case if elements < 2: return arr current_position = 0 # position of the partitioning element # partitioning loop for i in range(1, elements): # if the i-th element is smaller than the partitioning element # then we swap that element with its neighbor and move the # partition frontier over? if arr[i] <= arr[0]: # current_position only increments if we found an element # that needs to move to the other side of the partition current_position += 1 # save the value of the i-th element in temp temp = arr[i] # swap the current position element into the i-th element arr[i] = arr[current_position] # assign the i-th element (that is smaller than partition) # to the current position value in the array arr[current_position] = temp # these steps move the partition element to its correct location # in the array temp = arr[0] arr[0] = arr[current_position] arr[current_position] = temp # now sort elements to the left and right of the partition left = QuickSort(arr[0:current_position]) right = QuickSort(arr[current_position+1:elements]) # merge everything together arr = left + [arr[current_position]] + right return arr array_to_sort = [4, 2, 7, 3, 1, 6] print("original array: ", array_to_sort) print("sorted array: ",QuickSort(array_to_sort))
# # PySNMP MIB module HPR-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/HPR-MIB # Produced by pysmi-0.3.4 at Mon Apr 29 19:30:23 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) # SnaControlPointName, = mibBuilder.importSymbols("APPN-MIB", "SnaControlPointName") ObjectIdentifier, Integer, OctetString = mibBuilder.importSymbols("ASN1", "ObjectIdentifier", "Integer", "OctetString") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") ConstraintsUnion, ConstraintsIntersection, ValueSizeConstraint, SingleValueConstraint, ValueRangeConstraint = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsUnion", "ConstraintsIntersection", "ValueSizeConstraint", "SingleValueConstraint", "ValueRangeConstraint") snanauMIB, = mibBuilder.importSymbols("SNA-NAU-MIB", "snanauMIB") NotificationGroup, ModuleCompliance, ObjectGroup = mibBuilder.importSymbols("SNMPv2-CONF", "NotificationGroup", "ModuleCompliance", "ObjectGroup") ModuleIdentity, Counter64, IpAddress, Gauge32, TimeTicks, iso, Bits, Integer32, NotificationType, MibScalar, MibTable, MibTableRow, MibTableColumn, ObjectIdentity, MibIdentifier, Counter32, Unsigned32 = mibBuilder.importSymbols("SNMPv2-SMI", "ModuleIdentity", "Counter64", "IpAddress", "Gauge32", "TimeTicks", "iso", "Bits", "Integer32", "NotificationType", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "ObjectIdentity", "MibIdentifier", "Counter32", "Unsigned32") TextualConvention, DisplayString, DateAndTime, TimeStamp = mibBuilder.importSymbols("SNMPv2-TC", "TextualConvention", "DisplayString", "DateAndTime", "TimeStamp") hprMIB = ModuleIdentity((1, 3, 6, 1, 2, 1, 34, 6)) if mibBuilder.loadTexts: hprMIB.setLastUpdated('970514000000Z') if mibBuilder.loadTexts: hprMIB.setOrganization('AIW APPN / HPR MIB SIG') class HprNceTypes(TextualConvention, Bits): status = 'current' namedValues = NamedValues(("controlPoint", 0), ("logicalUnit", 1), ("boundaryFunction", 2), ("routeSetup", 3)) class HprRtpCounter(TextualConvention, Counter32): status = 'current' hprObjects = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 6, 1)) hprGlobal = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 6, 1, 1)) hprNodeCpName = MibScalar((1, 3, 6, 1, 2, 1, 34, 6, 1, 1, 1), SnaControlPointName()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprNodeCpName.setStatus('current') hprOperatorPathSwitchSupport = MibScalar((1, 3, 6, 1, 2, 1, 34, 6, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("notSupported", 1), ("switchTriggerSupported", 2), ("switchToPathSupported", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprOperatorPathSwitchSupport.setStatus('current') hprAnrRouting = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 6, 1, 2)) hprAnrsAssigned = MibScalar((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 1), Counter32()).setUnits('ANR labels').setMaxAccess("readonly") if mibBuilder.loadTexts: hprAnrsAssigned.setStatus('current') hprAnrCounterState = MibScalar((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("notActive", 1), ("active", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: hprAnrCounterState.setStatus('current') hprAnrCounterStateTime = MibScalar((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 3), DateAndTime()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprAnrCounterStateTime.setStatus('current') hprAnrRoutingTable = MibTable((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 4), ) if mibBuilder.loadTexts: hprAnrRoutingTable.setStatus('current') hprAnrRoutingEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 4, 1), ).setIndexNames((0, "HPR-MIB", "hprAnrLabel")) if mibBuilder.loadTexts: hprAnrRoutingEntry.setStatus('current') hprAnrLabel = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 4, 1, 1), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 8))) if mibBuilder.loadTexts: hprAnrLabel.setStatus('current') hprAnrType = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 4, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("nce", 1), ("tg", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprAnrType.setStatus('current') hprAnrOutTgDest = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 4, 1, 3), DisplayString().subtype(subtypeSpec=ConstraintsUnion(ValueSizeConstraint(0, 0), ValueSizeConstraint(3, 17), ))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprAnrOutTgDest.setStatus('current') hprAnrOutTgNum = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 4, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprAnrOutTgNum.setStatus('current') hprAnrPacketsReceived = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 4, 1, 5), Counter32()).setUnits('ANR packets').setMaxAccess("readonly") if mibBuilder.loadTexts: hprAnrPacketsReceived.setStatus('current') hprAnrCounterDisconTime = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 2, 4, 1, 6), TimeStamp()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprAnrCounterDisconTime.setStatus('current') hprTransportUser = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 6, 1, 3)) hprNceTable = MibTable((1, 3, 6, 1, 2, 1, 34, 6, 1, 3, 1), ) if mibBuilder.loadTexts: hprNceTable.setStatus('current') hprNceEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 6, 1, 3, 1, 1), ).setIndexNames((0, "HPR-MIB", "hprNceId")) if mibBuilder.loadTexts: hprNceEntry.setStatus('current') hprNceId = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 3, 1, 1, 1), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 8))) if mibBuilder.loadTexts: hprNceId.setStatus('current') hprNceType = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 3, 1, 1, 2), HprNceTypes()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprNceType.setStatus('current') hprNceDefault = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 3, 1, 1, 3), HprNceTypes()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprNceDefault.setStatus('current') hprNceInstanceId = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 3, 1, 1, 4), OctetString().subtype(subtypeSpec=ValueSizeConstraint(4, 4)).setFixedLength(4)).setMaxAccess("readonly") if mibBuilder.loadTexts: hprNceInstanceId.setStatus('current') hprRtp = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 6, 1, 4)) hprRtpGlobe = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 1)) hprRtpGlobeConnSetups = MibScalar((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 1, 1), Counter32()).setUnits('RTP connection setups').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpGlobeConnSetups.setStatus('current') hprRtpGlobeCtrState = MibScalar((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("notActive", 1), ("active", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: hprRtpGlobeCtrState.setStatus('current') hprRtpGlobeCtrStateTime = MibScalar((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 1, 3), DateAndTime()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpGlobeCtrStateTime.setStatus('current') hprRtpTable = MibTable((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2), ) if mibBuilder.loadTexts: hprRtpTable.setStatus('current') hprRtpEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1), ).setIndexNames((0, "HPR-MIB", "hprRtpLocNceId"), (0, "HPR-MIB", "hprRtpLocTcid")) if mibBuilder.loadTexts: hprRtpEntry.setStatus('current') hprRtpLocNceId = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 1), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 8))) if mibBuilder.loadTexts: hprRtpLocNceId.setStatus('current') hprRtpLocTcid = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 2), OctetString().subtype(subtypeSpec=ValueSizeConstraint(8, 8)).setFixedLength(8)) if mibBuilder.loadTexts: hprRtpLocTcid.setStatus('current') hprRtpRemCpName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 3), SnaControlPointName()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpRemCpName.setStatus('current') hprRtpRemNceId = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 4), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 8))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpRemNceId.setStatus('current') hprRtpRemTcid = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 5), OctetString().subtype(subtypeSpec=ValueSizeConstraint(8, 8)).setFixedLength(8)).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpRemTcid.setStatus('current') hprRtpPathSwitchTrigger = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ready", 1), ("switchPathNow", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: hprRtpPathSwitchTrigger.setStatus('current') hprRtpRscv = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 7), OctetString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpRscv.setStatus('current') hprRtpTopic = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 8), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(8, 8)).setFixedLength(8)).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpTopic.setStatus('current') hprRtpState = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 99))).clone(namedValues=NamedValues(("rtpListening", 1), ("rtpCalling", 2), ("rtpConnected", 3), ("rtpPathSwitching", 4), ("rtpDisconnecting", 5), ("other", 99)))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpState.setStatus('current') hprRtpUpTime = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 10), TimeTicks()).setUnits('1/100ths of a second').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpUpTime.setStatus('current') hprRtpLivenessTimer = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 11), Unsigned32()).setUnits('1/100ths of a second').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpLivenessTimer.setStatus('current') hprRtpShortReqTimer = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 12), Unsigned32()).setUnits('1/100ths of a second').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpShortReqTimer.setStatus('current') hprRtpPathSwTimer = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 13), Unsigned32()).setUnits('1/100ths of a second').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpPathSwTimer.setStatus('current') hprRtpLivenessTimeouts = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 14), HprRtpCounter()).setUnits('liveness timeouts').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpLivenessTimeouts.setStatus('current') hprRtpShortReqTimeouts = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 15), HprRtpCounter()).setUnits('short request timeouts').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpShortReqTimeouts.setStatus('current') hprRtpMaxSendRate = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 16), Gauge32()).setUnits('bytes per second').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpMaxSendRate.setStatus('current') hprRtpMinSendRate = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 17), Gauge32()).setUnits('bytes per second').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpMinSendRate.setStatus('current') hprRtpCurSendRate = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 18), Gauge32()).setUnits('bytes per second').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpCurSendRate.setStatus('current') hprRtpSmRdTripDelay = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 19), Gauge32()).setUnits('1/1000ths of a second').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpSmRdTripDelay.setStatus('current') hprRtpSendPackets = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 20), HprRtpCounter()).setUnits('RTP packets').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpSendPackets.setStatus('current') hprRtpRecvPackets = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 21), HprRtpCounter()).setUnits('RTP packets').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpRecvPackets.setStatus('current') hprRtpSendBytes = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 22), HprRtpCounter()).setUnits('bytes').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpSendBytes.setStatus('current') hprRtpRecvBytes = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 23), HprRtpCounter()).setUnits('bytes').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpRecvBytes.setStatus('current') hprRtpRetrPackets = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 24), HprRtpCounter()).setUnits('RTP packets').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpRetrPackets.setStatus('current') hprRtpPacketsDiscarded = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 25), HprRtpCounter()).setUnits('RTP packets').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpPacketsDiscarded.setStatus('current') hprRtpDetectGaps = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 26), HprRtpCounter()).setUnits('gaps').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpDetectGaps.setStatus('current') hprRtpRateReqSends = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 27), HprRtpCounter()).setUnits('rate requests').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpRateReqSends.setStatus('current') hprRtpOkErrPathSws = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 28), HprRtpCounter()).setUnits('path switch attempts').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpOkErrPathSws.setStatus('current') hprRtpBadErrPathSws = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 29), HprRtpCounter()).setUnits('path switch attempts').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpBadErrPathSws.setStatus('current') hprRtpOkOpPathSws = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 30), HprRtpCounter()).setUnits('path switches').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpOkOpPathSws.setStatus('current') hprRtpBadOpPathSws = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 31), HprRtpCounter()).setUnits('path switches').setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpBadOpPathSws.setStatus('current') hprRtpCounterDisconTime = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 2, 1, 32), TimeStamp()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpCounterDisconTime.setStatus('current') hprRtpStatusTable = MibTable((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3), ) if mibBuilder.loadTexts: hprRtpStatusTable.setStatus('current') hprRtpStatusEntry = MibTableRow((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1), ).setIndexNames((0, "HPR-MIB", "hprRtpStatusLocNceId"), (0, "HPR-MIB", "hprRtpStatusLocTcid"), (0, "HPR-MIB", "hprRtpStatusIndex")) if mibBuilder.loadTexts: hprRtpStatusEntry.setStatus('current') hprRtpStatusLocNceId = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 1), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 8))) if mibBuilder.loadTexts: hprRtpStatusLocNceId.setStatus('current') hprRtpStatusLocTcid = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 2), OctetString().subtype(subtypeSpec=ValueSizeConstraint(8, 8)).setFixedLength(8)) if mibBuilder.loadTexts: hprRtpStatusLocTcid.setStatus('current') hprRtpStatusIndex = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 3), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 4294967295))) if mibBuilder.loadTexts: hprRtpStatusIndex.setStatus('current') hprRtpStatusStartTime = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 4), DateAndTime()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpStatusStartTime.setStatus('current') hprRtpStatusEndTime = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 5), DateAndTime()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpStatusEndTime.setStatus('current') hprRtpStatusRemCpName = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 6), SnaControlPointName()).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpStatusRemCpName.setStatus('current') hprRtpStatusRemNceId = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 7), OctetString().subtype(subtypeSpec=ValueSizeConstraint(1, 8))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpStatusRemNceId.setStatus('current') hprRtpStatusRemTcid = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 8), OctetString().subtype(subtypeSpec=ValueSizeConstraint(8, 8)).setFixedLength(8)).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpStatusRemTcid.setStatus('current') hprRtpStatusNewRscv = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 9), OctetString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpStatusNewRscv.setStatus('current') hprRtpStatusOldRscv = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 10), OctetString().subtype(subtypeSpec=ValueSizeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpStatusOldRscv.setStatus('current') hprRtpStatusCause = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("other", 1), ("rtpConnFail", 2), ("locLinkFail", 3), ("remLinkFail", 4), ("operRequest", 5)))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpStatusCause.setStatus('current') hprRtpStatusLastAttemptResult = MibTableColumn((1, 3, 6, 1, 2, 1, 34, 6, 1, 4, 3, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8))).clone(namedValues=NamedValues(("successful", 1), ("initiatorMoving", 2), ("directorySearchFailed", 3), ("rscvCalculationFailed", 4), ("negativeRouteSetupReply", 5), ("backoutRouteSetupReply", 6), ("timeoutDuringFirstAttempt", 7), ("otherUnsuccessful", 8)))).setMaxAccess("readonly") if mibBuilder.loadTexts: hprRtpStatusLastAttemptResult.setStatus('current') hprConformance = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 6, 2)) hprCompliances = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 6, 2, 1)) hprGroups = MibIdentifier((1, 3, 6, 1, 2, 1, 34, 6, 2, 2)) hprCompliance = ModuleCompliance((1, 3, 6, 1, 2, 1, 34, 6, 2, 1, 1)).setObjects(("HPR-MIB", "hprGlobalConfGroup"), ("HPR-MIB", "hprAnrRoutingConfGroup"), ("HPR-MIB", "hprTransportUserConfGroup"), ("HPR-MIB", "hprRtpConfGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): hprCompliance = hprCompliance.setStatus('current') hprGlobalConfGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 34, 6, 2, 2, 1)).setObjects(("HPR-MIB", "hprNodeCpName"), ("HPR-MIB", "hprOperatorPathSwitchSupport")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): hprGlobalConfGroup = hprGlobalConfGroup.setStatus('current') hprAnrRoutingConfGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 34, 6, 2, 2, 2)).setObjects(("HPR-MIB", "hprAnrsAssigned"), ("HPR-MIB", "hprAnrCounterState"), ("HPR-MIB", "hprAnrCounterStateTime"), ("HPR-MIB", "hprAnrType"), ("HPR-MIB", "hprAnrOutTgDest"), ("HPR-MIB", "hprAnrOutTgNum"), ("HPR-MIB", "hprAnrPacketsReceived"), ("HPR-MIB", "hprAnrCounterDisconTime")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): hprAnrRoutingConfGroup = hprAnrRoutingConfGroup.setStatus('current') hprTransportUserConfGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 34, 6, 2, 2, 3)).setObjects(("HPR-MIB", "hprNceType"), ("HPR-MIB", "hprNceDefault"), ("HPR-MIB", "hprNceInstanceId")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): hprTransportUserConfGroup = hprTransportUserConfGroup.setStatus('current') hprRtpConfGroup = ObjectGroup((1, 3, 6, 1, 2, 1, 34, 6, 2, 2, 4)).setObjects(("HPR-MIB", "hprRtpGlobeConnSetups"), ("HPR-MIB", "hprRtpGlobeCtrState"), ("HPR-MIB", "hprRtpGlobeCtrStateTime"), ("HPR-MIB", "hprRtpRemCpName"), ("HPR-MIB", "hprRtpRemNceId"), ("HPR-MIB", "hprRtpRemTcid"), ("HPR-MIB", "hprRtpPathSwitchTrigger"), ("HPR-MIB", "hprRtpRscv"), ("HPR-MIB", "hprRtpTopic"), ("HPR-MIB", "hprRtpState"), ("HPR-MIB", "hprRtpUpTime"), ("HPR-MIB", "hprRtpLivenessTimer"), ("HPR-MIB", "hprRtpShortReqTimer"), ("HPR-MIB", "hprRtpPathSwTimer"), ("HPR-MIB", "hprRtpLivenessTimeouts"), ("HPR-MIB", "hprRtpShortReqTimeouts"), ("HPR-MIB", "hprRtpMaxSendRate"), ("HPR-MIB", "hprRtpMinSendRate"), ("HPR-MIB", "hprRtpCurSendRate"), ("HPR-MIB", "hprRtpSmRdTripDelay"), ("HPR-MIB", "hprRtpSendPackets"), ("HPR-MIB", "hprRtpRecvPackets"), ("HPR-MIB", "hprRtpSendBytes"), ("HPR-MIB", "hprRtpRecvBytes"), ("HPR-MIB", "hprRtpRetrPackets"), ("HPR-MIB", "hprRtpPacketsDiscarded"), ("HPR-MIB", "hprRtpDetectGaps"), ("HPR-MIB", "hprRtpRateReqSends"), ("HPR-MIB", "hprRtpOkErrPathSws"), ("HPR-MIB", "hprRtpBadErrPathSws"), ("HPR-MIB", "hprRtpOkOpPathSws"), ("HPR-MIB", "hprRtpBadOpPathSws"), ("HPR-MIB", "hprRtpCounterDisconTime"), ("HPR-MIB", "hprRtpStatusStartTime"), ("HPR-MIB", "hprRtpStatusEndTime"), ("HPR-MIB", "hprRtpStatusRemNceId"), ("HPR-MIB", "hprRtpStatusRemTcid"), ("HPR-MIB", "hprRtpStatusRemCpName"), ("HPR-MIB", "hprRtpStatusNewRscv"), ("HPR-MIB", "hprRtpStatusOldRscv"), ("HPR-MIB", "hprRtpStatusCause"), ("HPR-MIB", "hprRtpStatusLastAttemptResult")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): hprRtpConfGroup = hprRtpConfGroup.setStatus('current') mibBuilder.exportSymbols("HPR-MIB", hprRtpTopic=hprRtpTopic, HprRtpCounter=HprRtpCounter, hprAnrOutTgNum=hprAnrOutTgNum, hprRtpMinSendRate=hprRtpMinSendRate, hprRtpRecvPackets=hprRtpRecvPackets, hprRtpConfGroup=hprRtpConfGroup, hprRtpState=hprRtpState, hprRtpGlobeCtrState=hprRtpGlobeCtrState, hprNceId=hprNceId, hprRtpStatusTable=hprRtpStatusTable, hprRtpOkOpPathSws=hprRtpOkOpPathSws, hprRtpGlobeConnSetups=hprRtpGlobeConnSetups, hprRtpLivenessTimer=hprRtpLivenessTimer, hprRtpShortReqTimeouts=hprRtpShortReqTimeouts, hprRtpStatusRemNceId=hprRtpStatusRemNceId, hprAnrRoutingTable=hprAnrRoutingTable, hprRtpRetrPackets=hprRtpRetrPackets, hprNceEntry=hprNceEntry, hprRtpSendBytes=hprRtpSendBytes, hprRtpSendPackets=hprRtpSendPackets, hprAnrType=hprAnrType, hprAnrRouting=hprAnrRouting, hprRtpBadErrPathSws=hprRtpBadErrPathSws, hprOperatorPathSwitchSupport=hprOperatorPathSwitchSupport, hprObjects=hprObjects, hprRtpGlobe=hprRtpGlobe, hprGlobalConfGroup=hprGlobalConfGroup, hprRtpLocNceId=hprRtpLocNceId, hprRtpLocTcid=hprRtpLocTcid, hprRtpDetectGaps=hprRtpDetectGaps, hprNceDefault=hprNceDefault, hprRtpStatusEntry=hprRtpStatusEntry, hprAnrLabel=hprAnrLabel, hprCompliance=hprCompliance, hprRtp=hprRtp, hprRtpPathSwTimer=hprRtpPathSwTimer, hprRtpRscv=hprRtpRscv, hprRtpOkErrPathSws=hprRtpOkErrPathSws, hprAnrCounterStateTime=hprAnrCounterStateTime, hprAnrPacketsReceived=hprAnrPacketsReceived, hprTransportUser=hprTransportUser, hprAnrOutTgDest=hprAnrOutTgDest, hprAnrRoutingEntry=hprAnrRoutingEntry, hprRtpStatusIndex=hprRtpStatusIndex, hprRtpStatusEndTime=hprRtpStatusEndTime, hprRtpStatusCause=hprRtpStatusCause, hprNceInstanceId=hprNceInstanceId, hprRtpRateReqSends=hprRtpRateReqSends, hprAnrCounterState=hprAnrCounterState, hprRtpEntry=hprRtpEntry, hprRtpStatusRemCpName=hprRtpStatusRemCpName, hprRtpStatusRemTcid=hprRtpStatusRemTcid, hprRtpCounterDisconTime=hprRtpCounterDisconTime, hprRtpCurSendRate=hprRtpCurSendRate, hprGroups=hprGroups, hprRtpSmRdTripDelay=hprRtpSmRdTripDelay, hprRtpStatusNewRscv=hprRtpStatusNewRscv, hprRtpStatusStartTime=hprRtpStatusStartTime, hprNceType=hprNceType, hprConformance=hprConformance, hprRtpStatusLocNceId=hprRtpStatusLocNceId, hprRtpGlobeCtrStateTime=hprRtpGlobeCtrStateTime, hprNodeCpName=hprNodeCpName, hprRtpUpTime=hprRtpUpTime, PYSNMP_MODULE_ID=hprMIB, hprGlobal=hprGlobal, HprNceTypes=HprNceTypes, hprRtpLivenessTimeouts=hprRtpLivenessTimeouts, hprRtpTable=hprRtpTable, hprAnrCounterDisconTime=hprAnrCounterDisconTime, hprRtpStatusLastAttemptResult=hprRtpStatusLastAttemptResult, hprRtpBadOpPathSws=hprRtpBadOpPathSws, hprRtpStatusLocTcid=hprRtpStatusLocTcid, hprRtpMaxSendRate=hprRtpMaxSendRate, hprRtpPacketsDiscarded=hprRtpPacketsDiscarded, hprRtpRemNceId=hprRtpRemNceId, hprRtpStatusOldRscv=hprRtpStatusOldRscv, hprAnrRoutingConfGroup=hprAnrRoutingConfGroup, hprRtpRemTcid=hprRtpRemTcid, hprMIB=hprMIB, hprCompliances=hprCompliances, hprAnrsAssigned=hprAnrsAssigned, hprNceTable=hprNceTable, hprRtpRecvBytes=hprRtpRecvBytes, hprRtpRemCpName=hprRtpRemCpName, hprRtpShortReqTimer=hprRtpShortReqTimer, hprTransportUserConfGroup=hprTransportUserConfGroup, hprRtpPathSwitchTrigger=hprRtpPathSwitchTrigger)
def get_binary_rep(data, spacing=0, separator=" "): format(i,'b').zfill(8) def bin_rep_string_arr(data): map() return [] def bin_rep_int_arr(data): return [] def bin_rep_unicode_arr(data): return [] def bin_rep_bytes_arr(data): return [] def hex_rep_string_arr(data): return [] def hex_rep_int_arr(data): return [] def hex_rep_unicode_arr(data): return [] def hex_rep_bytes_arr(data): return []
# Accessing tuple elements using slicing my_tuple = ('p','r','o','g','r','a','m','i','n','g') # elements 2nd to 4th print(my_tuple[1:4]) # elements beginning to 4nd print(my_tuple[:-7]) # elements 8th to end print(my_tuple[7:]) # elements beginning to end print(my_tuple[:])
image_width = 400 image_height = 400 prediction_size = 8 batch_size = 10 noise_ratio = 0.1
# # PySNMP MIB module ALTEON-CHEETAH-NETWORK-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/ALTEON-CHEETAH-NETWORK-MIB # Produced by pysmi-0.3.4 at Mon Apr 29 17:05:12 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) # aws_switch, = mibBuilder.importSymbols("ALTEON-ROOT-MIB", "aws-switch") ObjectIdentifier, OctetString, Integer = mibBuilder.importSymbols("ASN1", "ObjectIdentifier", "OctetString", "Integer") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") ValueRangeConstraint, ValueSizeConstraint, SingleValueConstraint, ConstraintsUnion, ConstraintsIntersection = mibBuilder.importSymbols("ASN1-REFINEMENT", "ValueRangeConstraint", "ValueSizeConstraint", "SingleValueConstraint", "ConstraintsUnion", "ConstraintsIntersection") ModuleCompliance, NotificationGroup = mibBuilder.importSymbols("SNMPv2-CONF", "ModuleCompliance", "NotificationGroup") NotificationType, Counter32, IpAddress, ObjectIdentity, Integer32, Gauge32, Bits, ModuleIdentity, Counter64, Unsigned32, TimeTicks, iso, MibScalar, MibTable, MibTableRow, MibTableColumn, MibIdentifier = mibBuilder.importSymbols("SNMPv2-SMI", "NotificationType", "Counter32", "IpAddress", "ObjectIdentity", "Integer32", "Gauge32", "Bits", "ModuleIdentity", "Counter64", "Unsigned32", "TimeTicks", "iso", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "MibIdentifier") DisplayString, TextualConvention, PhysAddress = mibBuilder.importSymbols("SNMPv2-TC", "DisplayString", "TextualConvention", "PhysAddress") layer3 = ModuleIdentity((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3)) layer3.setRevisions(('2009-08-05 00:00',)) if mibBuilder.loadTexts: layer3.setLastUpdated('200908050000Z') if mibBuilder.loadTexts: layer3.setOrganization('Radware Ltd.') layer3Configs = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1)) layer3Stats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2)) layer3Info = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3)) layer3Oper = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4)) ipInterfaceCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1)) ipGatewayCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2)) ipStaticRouteCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3)) ipForwardCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4)) vrrpCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6)) arpCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 7)) ipBootpCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 8)) dnsCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9)) ipNwfCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10)) ipRmapCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11)) bgpCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12)) ospfCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13)) ipGeneralCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 14)) ipStaticArpCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15)) rip2Cfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18)) arpStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 2)) routeStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 3)) dnsStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 4)) vrrpStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 5)) ospfStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6)) clearStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 7)) ip6Stats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10)) icmp6Stats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11)) ip6gwStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12)) rip2Stats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13)) tcpStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 14)) ipRoutingInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1)) arpInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2)) vrrpInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 3)) ospfinfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4)) gatewayInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 5)) nbrcacheInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7)) ipRoute6Info = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 8)) ipIntfInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9)) rip2Info = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10)) rip2RoutesInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 11)) allowedNwInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12)) vrrpOper = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 1)) ipOper = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2)) ipInterfaceTableMax = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipInterfaceTableMax.setStatus('current') ipCurCfgIntfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2), ) if mibBuilder.loadTexts: ipCurCfgIntfTable.setStatus('current') ipCurCfgIntfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgIntfIndex")) if mibBuilder.loadTexts: ipCurCfgIntfEntry.setStatus('current') ipCurCfgIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfIndex.setStatus('current') ipCurCfgIntfAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfAddr.setStatus('current') ipCurCfgIntfMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfMask.setStatus('current') ipCurCfgIntfBroadcast = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfBroadcast.setStatus('obsolete') ipCurCfgIntfVlan = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfVlan.setStatus('current') ipCurCfgIntfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfState.setStatus('current') ipCurCfgIntfBootpRelay = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfBootpRelay.setStatus('current') ipCurCfgIntfIpVer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ipv4", 1), ("ipv6", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfIpVer.setStatus('current') ipCurCfgIntfIpv6Addr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 10), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfIpv6Addr.setStatus('current') ipCurCfgIntfPrefixLen = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 11), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 128))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfPrefixLen.setStatus('current') ipCurCfgIntfRouteAdv = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 2, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgIntfRouteAdv.setStatus('current') ipNewCfgIntfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3), ) if mibBuilder.loadTexts: ipNewCfgIntfTable.setStatus('current') ipNewCfgIntfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgIntfIndex")) if mibBuilder.loadTexts: ipNewCfgIntfEntry.setStatus('current') ipNewCfgIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgIntfIndex.setStatus('current') ipNewCfgIntfAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfAddr.setStatus('current') ipNewCfgIntfMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 3), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfMask.setStatus('current') ipNewCfgIntfBroadcast = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 4), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfBroadcast.setStatus('obsolete') ipNewCfgIntfVlan = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 5), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfVlan.setStatus('current') ipNewCfgIntfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfState.setStatus('current') ipNewCfgIntfDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfDelete.setStatus('current') ipNewCfgIntfBootpRelay = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfBootpRelay.setStatus('current') ipNewCfgIntfIpVer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ipv4", 1), ("ipv6", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfIpVer.setStatus('current') ipNewCfgIntfIpv6Addr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 11), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfIpv6Addr.setStatus('current') ipNewCfgIntfPrefixLen = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 12), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 128))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfPrefixLen.setStatus('current') ipNewCfgIntfRouteAdv = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 1, 3, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgIntfRouteAdv.setStatus('current') ipCurCfgGwMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("strict", 1), ("roundrobin", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwMetric.setStatus('current') ipNewCfgGwMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("strict", 1), ("roundrobin", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipNewCfgGwMetric.setStatus('current') ipGatewayTableMax = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipGatewayTableMax.setStatus('current') ipCurCfgGwTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4), ) if mibBuilder.loadTexts: ipCurCfgGwTable.setStatus('current') ipCurCfgGwEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgGwIndex")) if mibBuilder.loadTexts: ipCurCfgGwEntry.setStatus('current') ipCurCfgGwIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwIndex.setStatus('current') ipCurCfgGwAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwAddr.setStatus('current') ipCurCfgGwInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 60))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwInterval.setStatus('current') ipCurCfgGwRetry = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 120))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwRetry.setStatus('current') ipCurCfgGwState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwState.setStatus('current') ipCurCfgGwArp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwArp.setStatus('current') ipCurCfgGwVlan = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwVlan.setStatus('current') ipCurCfgGwPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("low", 1), ("high", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwPriority.setStatus('current') ipCurCfgGwIpVer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ipv4", 1), ("ipv6", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwIpVer.setStatus('current') ipCurCfgGwIpv6Addr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 4, 1, 10), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgGwIpv6Addr.setStatus('current') ipNewCfgGwTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5), ) if mibBuilder.loadTexts: ipNewCfgGwTable.setStatus('current') ipNewCfgGwEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgGwIndex")) if mibBuilder.loadTexts: ipNewCfgGwEntry.setStatus('current') ipNewCfgGwIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgGwIndex.setStatus('current') ipNewCfgGwAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwAddr.setStatus('current') ipNewCfgGwInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 60))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwInterval.setStatus('current') ipNewCfgGwRetry = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 120))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwRetry.setStatus('current') ipNewCfgGwState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwState.setStatus('current') ipNewCfgGwDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwDelete.setStatus('current') ipNewCfgGwArp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwArp.setStatus('current') ipNewCfgGwVlan = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 8), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwVlan.setStatus('current') ipNewCfgGwPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("low", 1), ("high", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwPriority.setStatus('current') ipNewCfgGwIpVer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ipv4", 1), ("ipv6", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwIpVer.setStatus('current') ipNewCfgGwIpv6Addr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 2, 5, 1, 11), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgGwIpv6Addr.setStatus('current') ipStaticRouteTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipStaticRouteTableMaxSize.setStatus('current') ipCurCfgStaticRouteTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 2), ) if mibBuilder.loadTexts: ipCurCfgStaticRouteTable.setStatus('current') ipCurCfgStaticRouteEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgStaticRouteIndx")) if mibBuilder.loadTexts: ipCurCfgStaticRouteEntry.setStatus('current') ipCurCfgStaticRouteIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticRouteIndx.setStatus('current') ipCurCfgStaticRouteDestIp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 2, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticRouteDestIp.setStatus('current') ipCurCfgStaticRouteMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 2, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticRouteMask.setStatus('current') ipCurCfgStaticRouteGateway = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 2, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticRouteGateway.setStatus('current') ipCurCfgStaticRouteInterface = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 2, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticRouteInterface.setStatus('current') ipNewCfgStaticRouteTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 3), ) if mibBuilder.loadTexts: ipNewCfgStaticRouteTable.setStatus('current') ipNewCfgStaticRouteEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgStaticRouteIndx")) if mibBuilder.loadTexts: ipNewCfgStaticRouteEntry.setStatus('current') ipNewCfgStaticRouteIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgStaticRouteIndx.setStatus('current') ipNewCfgStaticRouteDestIp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 3, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticRouteDestIp.setStatus('current') ipNewCfgStaticRouteMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 3, 1, 3), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticRouteMask.setStatus('current') ipNewCfgStaticRouteGateway = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 3, 1, 4), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticRouteGateway.setStatus('current') ipNewCfgStaticRouteAction = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 3, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticRouteAction.setStatus('current') ipNewCfgStaticRouteInterface = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 3, 1, 6), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticRouteInterface.setStatus('current') ipv6CurCfgStaticRouteTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 4), ) if mibBuilder.loadTexts: ipv6CurCfgStaticRouteTable.setStatus('current') ipv6CurCfgStaticRouteEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 4, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipv6CurCfgStaticRouteIndx")) if mibBuilder.loadTexts: ipv6CurCfgStaticRouteEntry.setStatus('current') ipv6CurCfgStaticRouteIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 4, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipv6CurCfgStaticRouteIndx.setStatus('current') ipv6CurCfgStaticRouteDestIp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 4, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipv6CurCfgStaticRouteDestIp.setStatus('current') ipv6CurCfgStaticRouteMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 4, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 128))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipv6CurCfgStaticRouteMask.setStatus('current') ipv6CurCfgStaticRouteGateway = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 4, 1, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipv6CurCfgStaticRouteGateway.setStatus('current') ipv6CurCfgStaticRouteInterface = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 4, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 256))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipv6CurCfgStaticRouteInterface.setStatus('current') ipv6NewCfgStaticRouteTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 5), ) if mibBuilder.loadTexts: ipv6NewCfgStaticRouteTable.setStatus('current') ipv6NewCfgStaticRouteEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 5, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipv6NewCfgStaticRouteIndx")) if mibBuilder.loadTexts: ipv6NewCfgStaticRouteEntry.setStatus('current') ipv6NewCfgStaticRouteIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 5, 1, 1), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipv6NewCfgStaticRouteIndx.setStatus('current') ipv6NewCfgStaticRouteDestIp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 5, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipv6NewCfgStaticRouteDestIp.setStatus('current') ipv6NewCfgStaticRouteMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 5, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 128))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipv6NewCfgStaticRouteMask.setStatus('current') ipv6NewCfgStaticRouteGateway = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 5, 1, 4), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipv6NewCfgStaticRouteGateway.setStatus('current') ipv6NewCfgStaticRouteAction = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 5, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipv6NewCfgStaticRouteAction.setStatus('current') ipv6NewCfgStaticRouteInterface = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 3, 5, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 256))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipv6NewCfgStaticRouteInterface.setStatus('current') ripCurCfgIntfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1), ) if mibBuilder.loadTexts: ripCurCfgIntfTable.setStatus('current') ripCurCfgIntfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ripCurCfgIntfIndex")) if mibBuilder.loadTexts: ripCurCfgIntfEntry.setStatus('current') ripCurCfgIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfIndex.setStatus('current') ripCurCfgIntfVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("ripVersion1", 1), ("ripVersion2", 2), ("both", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfVersion.setStatus('current') ripCurCfgIntfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfState.setStatus('current') ripCurCfgIntfListen = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfListen.setStatus('current') ripCurCfgIntfDefListen = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfDefListen.setStatus('obsolete') ripCurCfgIntfTrigUpdate = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfTrigUpdate.setStatus('current') ripCurCfgIntfMcastUpdate = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfMcastUpdate.setStatus('current') ripCurCfgIntfPoisonReverse = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfPoisonReverse.setStatus('current') ripCurCfgIntfSupply = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfSupply.setStatus('current') ripCurCfgIntfMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 10), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 15))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfMetric.setStatus('current') ripCurCfgIntfAuth = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("none", 1), ("password", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfAuth.setStatus('current') ripCurCfgIntfKey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 12), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 16))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfKey.setStatus('current') ripCurCfgIntfDefault = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 1, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("both", 1), ("listen", 2), ("supply", 3), ("none", 4)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripCurCfgIntfDefault.setStatus('current') ripNewCfgIntfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2), ) if mibBuilder.loadTexts: ripNewCfgIntfTable.setStatus('current') ripNewCfgIntfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ripNewCfgIntfIndex")) if mibBuilder.loadTexts: ripNewCfgIntfEntry.setStatus('current') ripNewCfgIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripNewCfgIntfIndex.setStatus('current') ripNewCfgIntfVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("ripVersion1", 1), ("ripVersion2", 2), ("both", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfVersion.setStatus('current') ripNewCfgIntfSupply = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfSupply.setStatus('current') ripNewCfgIntfListen = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfListen.setStatus('current') ripNewCfgIntfDefListen = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfDefListen.setStatus('obsolete') ripNewCfgIntfTrigUpdate = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfTrigUpdate.setStatus('current') ripNewCfgIntfMcastUpdate = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfMcastUpdate.setStatus('current') ripNewCfgIntfPoisonReverse = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfPoisonReverse.setStatus('current') ripNewCfgIntfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfState.setStatus('current') ripNewCfgIntfMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 10), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 15))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ripNewCfgIntfMetric.setStatus('current') ripNewCfgIntfAuth = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("none", 1), ("password", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ripNewCfgIntfAuth.setStatus('current') ripNewCfgIntfKey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 12), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 16))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfKey.setStatus('current') ripNewCfgIntfDefault = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 2, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("both", 1), ("listen", 2), ("supply", 3), ("none", 4)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ripNewCfgIntfDefault.setStatus('current') ripGeneral = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 3)) rip2CurCfgState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 3, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("on", 1), ("off", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: rip2CurCfgState.setStatus('current') rip2NewCfgState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 3, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("on", 1), ("off", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: rip2NewCfgState.setStatus('current') rip2CurCfgUpdatePeriod = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 3, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 120))).setMaxAccess("readonly") if mibBuilder.loadTexts: rip2CurCfgUpdatePeriod.setStatus('current') rip2NewCfgUpdatePeriod = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 3, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 120))).setMaxAccess("readwrite") if mibBuilder.loadTexts: rip2NewCfgUpdatePeriod.setStatus('current') rip2CurCfgVip = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 3, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: rip2CurCfgVip.setStatus('current') rip2NewCfgVip = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 3, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: rip2NewCfgVip.setStatus('current') rip2CurCfgStaticSupply = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 3, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: rip2CurCfgStaticSupply.setStatus('current') rip2NewCfgStaticSupply = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 18, 3, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: rip2NewCfgStaticSupply.setStatus('current') ipFwdGeneralCfg = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 1)) ipFwdCurCfgState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("on", 2), ("off", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdCurCfgState.setStatus('current') ipFwdNewCfgState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("on", 2), ("off", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipFwdNewCfgState.setStatus('current') ipFwdCurCfgDirectedBcast = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdCurCfgDirectedBcast.setStatus('current') ipFwdNewCfgDirectedBcast = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipFwdNewCfgDirectedBcast.setStatus('current') ipFwdCurCfgNoICMPRedirect = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdCurCfgNoICMPRedirect.setStatus('current') ipFwdNewCfgNoICMPRedirect = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipFwdNewCfgNoICMPRedirect.setStatus('current') ipFwdCurCfgRtCache = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdCurCfgRtCache.setStatus('current') ipFwdNewCfgRtCache = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipFwdNewCfgRtCache.setStatus('current') ipFwdPortTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdPortTableMaxSize.setStatus('current') ipFwdCurCfgPortTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 3), ) if mibBuilder.loadTexts: ipFwdCurCfgPortTable.setStatus('current') ipFwdCurCfgPortEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipFwdCurCfgPortIndex")) if mibBuilder.loadTexts: ipFwdCurCfgPortEntry.setStatus('current') ipFwdCurCfgPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdCurCfgPortIndex.setStatus('current') ipFwdCurCfgPortState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 3, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdCurCfgPortState.setStatus('current') ipFwdNewCfgPortTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 4), ) if mibBuilder.loadTexts: ipFwdNewCfgPortTable.setStatus('current') ipFwdNewCfgPortEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 4, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipFwdNewCfgPortIndex")) if mibBuilder.loadTexts: ipFwdNewCfgPortEntry.setStatus('current') ipFwdNewCfgPortIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 4, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdNewCfgPortIndex.setStatus('current') ipFwdNewCfgPortState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 4, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipFwdNewCfgPortState.setStatus('current') ipFwdLocalTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdLocalTableMaxSize.setStatus('current') ipFwdCurCfgLocalTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 6), ) if mibBuilder.loadTexts: ipFwdCurCfgLocalTable.setStatus('current') ipFwdCurCfgLocalEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 6, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipFwdCurCfgLocalIndex")) if mibBuilder.loadTexts: ipFwdCurCfgLocalEntry.setStatus('current') ipFwdCurCfgLocalIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 6, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdCurCfgLocalIndex.setStatus('current') ipFwdCurCfgLocalSubnet = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 6, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdCurCfgLocalSubnet.setStatus('current') ipFwdCurCfgLocalMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 6, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdCurCfgLocalMask.setStatus('current') ipFwdNewCfgLocalTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 7), ) if mibBuilder.loadTexts: ipFwdNewCfgLocalTable.setStatus('current') ipFwdNewCfgLocalEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 7, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipFwdNewCfgLocalIndex")) if mibBuilder.loadTexts: ipFwdNewCfgLocalEntry.setStatus('current') ipFwdNewCfgLocalIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 7, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipFwdNewCfgLocalIndex.setStatus('current') ipFwdNewCfgLocalSubnet = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 7, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipFwdNewCfgLocalSubnet.setStatus('current') ipFwdNewCfgLocalMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 7, 1, 3), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipFwdNewCfgLocalMask.setStatus('current') ipFwdNewCfgLocalDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 4, 7, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipFwdNewCfgLocalDelete.setStatus('current') arpCurCfgReARPPeriod = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 7, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(2, 120))).setMaxAccess("readonly") if mibBuilder.loadTexts: arpCurCfgReARPPeriod.setStatus('current') arpNewCfgReARPPeriod = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 7, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(2, 120))).setMaxAccess("readwrite") if mibBuilder.loadTexts: arpNewCfgReARPPeriod.setStatus('current') ipCurCfgBootpAddr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 8, 1), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgBootpAddr.setStatus('current') ipNewCfgBootpAddr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 8, 2), IpAddress()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipNewCfgBootpAddr.setStatus('current') ipCurCfgBootpAddr2 = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 8, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgBootpAddr2.setStatus('current') ipNewCfgBootpAddr2 = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 8, 4), IpAddress()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipNewCfgBootpAddr2.setStatus('current') ipCurCfgBootpState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 8, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgBootpState.setStatus('current') ipNewCfgBootpState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 8, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipNewCfgBootpState.setStatus('current') vrrpGeneral = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1)) vrrpCurCfgGenState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenState.setStatus('current') vrrpNewCfgGenState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenState.setStatus('current') vrrpCurCfgGenTckVirtRtrInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenTckVirtRtrInc.setStatus('current') vrrpNewCfgGenTckVirtRtrInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenTckVirtRtrInc.setStatus('current') vrrpCurCfgGenTckIpIntfInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenTckIpIntfInc.setStatus('current') vrrpNewCfgGenTckIpIntfInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenTckIpIntfInc.setStatus('current') vrrpCurCfgGenTckVlanPortInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenTckVlanPortInc.setStatus('current') vrrpNewCfgGenTckVlanPortInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenTckVlanPortInc.setStatus('current') vrrpCurCfgGenTckL4PortInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenTckL4PortInc.setStatus('current') vrrpNewCfgGenTckL4PortInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 10), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenTckL4PortInc.setStatus('current') vrrpCurCfgGenTckRServerInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 11), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenTckRServerInc.setStatus('current') vrrpNewCfgGenTckRServerInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 12), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenTckRServerInc.setStatus('current') vrrpCurCfgGenTckHsrpInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 13), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenTckHsrpInc.setStatus('current') vrrpNewCfgGenTckHsrpInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 14), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenTckHsrpInc.setStatus('current') vrrpCurCfgGenHotstandby = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenHotstandby.setStatus('current') vrrpNewCfgGenHotstandby = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenHotstandby.setStatus('current') vrrpCurCfgGenTckHsrvInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 17), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenTckHsrvInc.setStatus('current') vrrpNewCfgGenTckHsrvInc = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 18), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 254))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenTckHsrvInc.setStatus('current') vrrpCurCfgGenHoldoff = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 19), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgGenHoldoff.setStatus('current') vrrpNewCfgGenHoldoff = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 1, 20), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpNewCfgGenHoldoff.setStatus('current') vrrpVirtRtrTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpVirtRtrTableMaxSize.setStatus('current') vrrpCurCfgVirtRtrTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3), ) if mibBuilder.loadTexts: vrrpCurCfgVirtRtrTable.setStatus('current') vrrpCurCfgVirtRtrTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpCurCfgVirtRtrIndx")) if mibBuilder.loadTexts: vrrpCurCfgVirtRtrTableEntry.setStatus('current') vrrpCurCfgVirtRtrIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrIndx.setStatus('current') vrrpCurCfgVirtRtrID = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 1024))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrID.setStatus('current') vrrpCurCfgVirtRtrAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrAddr.setStatus('current') vrrpCurCfgVirtRtrIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrIfIndex.setStatus('current') vrrpCurCfgVirtRtrInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrInterval.setStatus('current') vrrpCurCfgVirtRtrPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrPriority.setStatus('current') vrrpCurCfgVirtRtrPreempt = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrPreempt.setStatus('current') vrrpCurCfgVirtRtrState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrState.setStatus('current') vrrpCurCfgVirtRtrSharing = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrSharing.setStatus('current') vrrpCurCfgVirtRtrTckVirtRtr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrTckVirtRtr.setStatus('current') vrrpCurCfgVirtRtrTckIpIntf = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrTckIpIntf.setStatus('current') vrrpCurCfgVirtRtrTckVlanPort = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrTckVlanPort.setStatus('current') vrrpCurCfgVirtRtrTckL4Port = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrTckL4Port.setStatus('current') vrrpCurCfgVirtRtrTckRServer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrTckRServer.setStatus('current') vrrpCurCfgVirtRtrTckHsrp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrTckHsrp.setStatus('current') vrrpCurCfgVirtRtrTckHsrv = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrTckHsrv.setStatus('current') vrrpCurCfgVirtRtrVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("v4", 1), ("v6", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVersion.setStatus('current') vrrpCurCfgVirtRtrIpv6Addr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 18), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrIpv6Addr.setStatus('current') vrrpCurCfgVirtRtrIpv6Interval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 3, 1, 19), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 1045))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrIpv6Interval.setStatus('current') vrrpNewCfgVirtRtrTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4), ) if mibBuilder.loadTexts: vrrpNewCfgVirtRtrTable.setStatus('current') vrrpNewCfgVirtRtrTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpNewCfgVirtRtrIndx")) if mibBuilder.loadTexts: vrrpNewCfgVirtRtrTableEntry.setStatus('current') vrrpNewCfgVirtRtrIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrIndx.setStatus('current') vrrpNewCfgVirtRtrID = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 1024))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrID.setStatus('current') vrrpNewCfgVirtRtrAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 3), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrAddr.setStatus('current') vrrpNewCfgVirtRtrIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 4), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrIfIndex.setStatus('current') vrrpNewCfgVirtRtrInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrInterval.setStatus('current') vrrpNewCfgVirtRtrPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 254))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrPriority.setStatus('current') vrrpNewCfgVirtRtrPreempt = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrPreempt.setStatus('current') vrrpNewCfgVirtRtrState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrState.setStatus('current') vrrpNewCfgVirtRtrDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrDelete.setStatus('current') vrrpNewCfgVirtRtrSharing = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrSharing.setStatus('current') vrrpNewCfgVirtRtrTckVirtRtr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrTckVirtRtr.setStatus('current') vrrpNewCfgVirtRtrTckIpIntf = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrTckIpIntf.setStatus('current') vrrpNewCfgVirtRtrTckVlanPort = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrTckVlanPort.setStatus('current') vrrpNewCfgVirtRtrTckL4Port = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrTckL4Port.setStatus('current') vrrpNewCfgVirtRtrTckRServer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrTckRServer.setStatus('current') vrrpNewCfgVirtRtrTckHsrp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrTckHsrp.setStatus('current') vrrpNewCfgVirtRtrTckHsrv = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrTckHsrv.setStatus('current') vrrpNewCfgVirtRtrVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 18), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("v4", 1), ("v6", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVersion.setStatus('current') vrrpNewCfgVirtRtrIpv6Addr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 19), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrIpv6Addr.setStatus('current') vrrpNewCfgVirtRtrIpv6Interval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 4, 1, 20), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 4095))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrIpv6Interval.setStatus('current') vrrpIfTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpIfTableMaxSize.setStatus('current') vrrpCurCfgIfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 6), ) if mibBuilder.loadTexts: vrrpCurCfgIfTable.setStatus('current') vrrpCurCfgIfTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 6, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpCurCfgIfIndx")) if mibBuilder.loadTexts: vrrpCurCfgIfTableEntry.setStatus('current') vrrpCurCfgIfIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 6, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgIfIndx.setStatus('current') vrrpCurCfgIfAuthType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 6, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("none", 1), ("simple-text-password", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgIfAuthType.setStatus('current') vrrpCurCfgIfPasswd = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 6, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 7))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgIfPasswd.setStatus('current') vrrpCurCfgIfIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 6, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgIfIpAddr.setStatus('current') vrrpNewCfgIfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 7), ) if mibBuilder.loadTexts: vrrpNewCfgIfTable.setStatus('current') vrrpNewCfgIfTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 7, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpNewCfgIfIndx")) if mibBuilder.loadTexts: vrrpNewCfgIfTableEntry.setStatus('current') vrrpNewCfgIfIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 7, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpNewCfgIfIndx.setStatus('current') vrrpNewCfgIfAuthType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 7, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("none", 1), ("simple-text-password", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgIfAuthType.setStatus('current') vrrpNewCfgIfPasswd = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 7, 1, 3), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 7))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgIfPasswd.setStatus('current') vrrpNewCfgIfDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 7, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgIfDelete.setStatus('current') vrrpVirtRtrGrpTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpVirtRtrGrpTableMaxSize.setStatus('current') vrrpCurCfgVirtRtrGrpTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9), ) if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpTable.setStatus('current') vrrpCurCfgVirtRtrGrpTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpCurCfgVirtRtrGrpIndx")) if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpTableEntry.setStatus('current') vrrpCurCfgVirtRtrGrpIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpIndx.setStatus('current') vrrpCurCfgVirtRtrGrpID = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 1024))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpID.setStatus('current') vrrpCurCfgVirtRtrGrpIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpIfIndex.setStatus('current') vrrpCurCfgVirtRtrGrpInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpInterval.setStatus('current') vrrpCurCfgVirtRtrGrpPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpPriority.setStatus('current') vrrpCurCfgVirtRtrGrpPreempt = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpPreempt.setStatus('current') vrrpCurCfgVirtRtrGrpState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpState.setStatus('current') vrrpCurCfgVirtRtrGrpSharing = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpSharing.setStatus('current') vrrpCurCfgVirtRtrGrpTckVirtRtr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpTckVirtRtr.setStatus('current') vrrpCurCfgVirtRtrGrpTckIpIntf = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpTckIpIntf.setStatus('current') vrrpCurCfgVirtRtrGrpTckVlanPort = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpTckVlanPort.setStatus('current') vrrpCurCfgVirtRtrGrpTckL4Port = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpTckL4Port.setStatus('current') vrrpCurCfgVirtRtrGrpTckRServer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpTckRServer.setStatus('current') vrrpCurCfgVirtRtrGrpTckHsrp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpTckHsrp.setStatus('current') vrrpCurCfgVirtRtrGrpTckHsrv = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpTckHsrv.setStatus('current') vrrpCurCfgVirtRtrGrpVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("v4", 1), ("v6", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpVersion.setStatus('current') vrrpCurCfgVirtRtrGrpIpv6Interval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 9, 1, 17), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 4095))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrGrpIpv6Interval.setStatus('current') vrrpNewCfgVirtRtrGrpTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10), ) if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpTable.setStatus('current') vrrpNewCfgVirtRtrGrpTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpNewCfgVirtRtrGrpIndx")) if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpTableEntry.setStatus('current') vrrpNewCfgVirtRtrGrpIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpIndx.setStatus('current') vrrpNewCfgVirtRtrGrpID = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 1024))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpID.setStatus('current') vrrpNewCfgVirtRtrGrpIfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 3), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpIfIndex.setStatus('current') vrrpNewCfgVirtRtrGrpInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpInterval.setStatus('current') vrrpNewCfgVirtRtrGrpPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 254))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpPriority.setStatus('current') vrrpNewCfgVirtRtrGrpPreempt = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpPreempt.setStatus('current') vrrpNewCfgVirtRtrGrpState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpState.setStatus('current') vrrpNewCfgVirtRtrGrpDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpDelete.setStatus('current') vrrpNewCfgVirtRtrGrpSharing = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpSharing.setStatus('current') vrrpNewCfgVirtRtrGrpTckVirtRtr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpTckVirtRtr.setStatus('current') vrrpNewCfgVirtRtrGrpTckIpIntf = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpTckIpIntf.setStatus('current') vrrpNewCfgVirtRtrGrpTckVlanPort = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpTckVlanPort.setStatus('current') vrrpNewCfgVirtRtrGrpTckL4Port = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpTckL4Port.setStatus('current') vrrpNewCfgVirtRtrGrpTckRServer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpTckRServer.setStatus('current') vrrpNewCfgVirtRtrGrpTckHsrp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpTckHsrp.setStatus('current') vrrpNewCfgVirtRtrGrpTckHsrv = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpTckHsrv.setStatus('current') vrrpNewCfgVirtRtrGrpVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("v4", 1), ("v6", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpVersion.setStatus('current') vrrpNewCfgVirtRtrGrpIpv6Interval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 10, 1, 18), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 4095))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrGrpIpv6Interval.setStatus('current') vrrpVirtRtrVrGrpTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 11), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpVirtRtrVrGrpTableMaxSize.setStatus('current') vrrpCurCfgVirtRtrVrGrpTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12), ) if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpTable.setStatus('current') vrrpCurCfgVirtRtrVrGrpTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpCurCfgVirtRtrVrGrpIndx")) if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpTableEntry.setStatus('current') vrrpCurCfgVirtRtrVrGrpIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpIndx.setStatus('current') vrrpCurCfgVirtRtrVrGrpName = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 8))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpName.setStatus('current') vrrpCurCfgVirtRtrVrGrpState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpState.setStatus('current') vrrpCurCfgVirtRtrVrGrpBmap = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 4), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpBmap.setStatus('current') vrrpCurCfgVirtRtrVrGrpPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 254))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpPriority.setStatus('current') vrrpCurCfgVirtRtrVrGrpTckIpIntf = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpTckIpIntf.setStatus('current') vrrpCurCfgVirtRtrVrGrpTckVlanPort = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpTckVlanPort.setStatus('current') vrrpCurCfgVirtRtrVrGrpTckL4Port = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpTckL4Port.setStatus('current') vrrpCurCfgVirtRtrVrGrpTckRServer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpTckRServer.setStatus('current') vrrpCurCfgVirtRtrVrGrpTckHsrp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpTckHsrp.setStatus('current') vrrpCurCfgVirtRtrVrGrpTckHsrv = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpTckHsrv.setStatus('current') vrrpCurCfgVirtRtrVrGrpTckVirtRtrNo = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 12), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 1024))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpTckVirtRtrNo.setStatus('current') vrrpCurCfgVirtRtrVrGrpAdd = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 13), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 1024))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpAdd.setStatus('current') vrrpCurCfgVirtRtrVrGrpAdverInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 14), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpAdverInterval.setStatus('current') vrrpCurCfgVirtRtrVrGrpPreemption = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpPreemption.setStatus('current') vrrpCurCfgVirtRtrVrGrpSharing = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 12, 1, 16), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpCurCfgVirtRtrVrGrpSharing.setStatus('current') vrrpNewCfgVirtRtrVrGrpTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13), ) if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpTable.setStatus('current') vrrpNewCfgVirtRtrVrGrpTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpNewCfgVirtRtrVrGrpIndx")) if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpTableEntry.setStatus('current') vrrpNewCfgVirtRtrVrGrpIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpIndx.setStatus('current') vrrpNewCfgVirtRtrVrGrpName = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 8))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpName.setStatus('current') vrrpNewCfgVirtRtrVrGrpAdd = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 1024))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpAdd.setStatus('current') vrrpNewCfgVirtRtrVrGrpRem = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 1024))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpRem.setStatus('current') vrrpNewCfgVirtRtrVrGrpState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpState.setStatus('current') vrrpNewCfgVirtRtrVrGrpDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpDelete.setStatus('current') vrrpNewCfgVirtRtrVrGrpBmap = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 7), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpBmap.setStatus('current') vrrpNewCfgVirtRtrVrGrpPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 254))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpPriority.setStatus('current') vrrpNewCfgVirtRtrVrGrpTckIpIntf = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpTckIpIntf.setStatus('current') vrrpNewCfgVirtRtrVrGrpTckVlanPort = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpTckVlanPort.setStatus('current') vrrpNewCfgVirtRtrVrGrpTckL4Port = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpTckL4Port.setStatus('current') vrrpNewCfgVirtRtrVrGrpTckRServer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpTckRServer.setStatus('current') vrrpNewCfgVirtRtrVrGrpTckHsrp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpTckHsrp.setStatus('current') vrrpNewCfgVirtRtrVrGrpTckHsrv = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpTckHsrv.setStatus('current') vrrpNewCfgVirtRtrVrGrpTckVirtRtrNo = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 15), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 1024))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpTckVirtRtrNo.setStatus('current') vrrpNewCfgVirtRtrVrGrpAdverInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 16), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpAdverInterval.setStatus('current') vrrpNewCfgVirtRtrVrGrpPreemption = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 17), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpPreemption.setStatus('current') vrrpNewCfgVirtRtrVrGrpSharing = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 6, 13, 1, 18), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: vrrpNewCfgVirtRtrVrGrpSharing.setStatus('current') dnsCurCfgPrimaryIpAddr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 1), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: dnsCurCfgPrimaryIpAddr.setStatus('current') dnsNewCfgPrimaryIpAddr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 2), IpAddress()).setMaxAccess("readwrite") if mibBuilder.loadTexts: dnsNewCfgPrimaryIpAddr.setStatus('current') dnsCurCfgSecondaryIpAddr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: dnsCurCfgSecondaryIpAddr.setStatus('current') dnsNewCfgSecondaryIpAddr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 4), IpAddress()).setMaxAccess("readwrite") if mibBuilder.loadTexts: dnsNewCfgSecondaryIpAddr.setStatus('current') dnsCurCfgDomainName = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 5), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 191))).setMaxAccess("readonly") if mibBuilder.loadTexts: dnsCurCfgDomainName.setStatus('current') dnsNewCfgDomainName = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 6), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 191))).setMaxAccess("readwrite") if mibBuilder.loadTexts: dnsNewCfgDomainName.setStatus('current') dnsCurCfgPrimaryIpv6Addr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readonly") if mibBuilder.loadTexts: dnsCurCfgPrimaryIpv6Addr.setStatus('current') dnsNewCfgPrimaryIpv6Addr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 8), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readwrite") if mibBuilder.loadTexts: dnsNewCfgPrimaryIpv6Addr.setStatus('current') dnsCurCfgSecondaryIpv6Addr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 9), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readonly") if mibBuilder.loadTexts: dnsCurCfgSecondaryIpv6Addr.setStatus('current') dnsNewCfgSecondaryIpv6Addr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 9, 10), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 40))).setMaxAccess("readwrite") if mibBuilder.loadTexts: dnsNewCfgSecondaryIpv6Addr.setStatus('current') ipNwfTableMax = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNwfTableMax.setStatus('current') ipCurCfgNwfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 2), ) if mibBuilder.loadTexts: ipCurCfgNwfTable.setStatus('current') ipCurCfgNwfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgNwfIndex")) if mibBuilder.loadTexts: ipCurCfgNwfEntry.setStatus('current') ipCurCfgNwfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgNwfIndex.setStatus('current') ipCurCfgNwfAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 2, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgNwfAddr.setStatus('current') ipCurCfgNwfMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 2, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgNwfMask.setStatus('current') ipCurCfgNwfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 2, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgNwfState.setStatus('current') ipNewCfgNwfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 3), ) if mibBuilder.loadTexts: ipNewCfgNwfTable.setStatus('current') ipNewCfgNwfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgNwfIndex")) if mibBuilder.loadTexts: ipNewCfgNwfEntry.setStatus('current') ipNewCfgNwfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgNwfIndex.setStatus('current') ipNewCfgNwfAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 3, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgNwfAddr.setStatus('current') ipNewCfgNwfMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 3, 1, 3), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgNwfMask.setStatus('current') ipNewCfgNwfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 3, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgNwfState.setStatus('current') ipNewCfgNwfDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 10, 3, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgNwfDelete.setStatus('current') ipRmapTableMax = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRmapTableMax.setStatus('current') ipCurCfgRmapTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2), ) if mibBuilder.loadTexts: ipCurCfgRmapTable.setStatus('current') ipCurCfgRmapEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgRmapIndex")) if mibBuilder.loadTexts: ipCurCfgRmapEntry.setStatus('current') ipCurCfgRmapIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgRmapIndex.setStatus('current') ipCurCfgRmapLp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2, 1, 2), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967295))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgRmapLp.setStatus('current') ipCurCfgRmapMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2, 1, 3), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967295))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgRmapMetric.setStatus('current') ipCurCfgRmapPrec = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgRmapPrec.setStatus('current') ipCurCfgRmapWeight = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgRmapWeight.setStatus('current') ipCurCfgRmapState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgRmapState.setStatus('current') ipCurCfgRmapAp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2, 1, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 18))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgRmapAp.setStatus('current') ipCurCfgRmapMetricType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 2, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgRmapMetricType.setStatus('current') ipNewCfgRmapTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3), ) if mibBuilder.loadTexts: ipNewCfgRmapTable.setStatus('current') ipNewCfgRmapEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgRmapIndex")) if mibBuilder.loadTexts: ipNewCfgRmapEntry.setStatus('current') ipNewCfgRmapIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgRmapIndex.setStatus('current') ipNewCfgRmapLp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1, 2), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967295))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgRmapLp.setStatus('current') ipNewCfgRmapMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1, 3), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967295))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgRmapMetric.setStatus('current') ipNewCfgRmapPrec = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgRmapPrec.setStatus('current') ipNewCfgRmapWeight = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgRmapWeight.setStatus('current') ipNewCfgRmapState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgRmapState.setStatus('current') ipNewCfgRmapAp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1, 7), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 18))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgRmapAp.setStatus('current') ipNewCfgRmapMetricType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgRmapMetricType.setStatus('current') ipNewCfgRmapDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 3, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgRmapDelete.setStatus('current') ipAlistTableMax = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipAlistTableMax.setStatus('current') ipCurCfgAlistTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 5), ) if mibBuilder.loadTexts: ipCurCfgAlistTable.setStatus('current') ipCurCfgAlistEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 5, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgAlistRmapIndex"), (0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgAlistIndex")) if mibBuilder.loadTexts: ipCurCfgAlistEntry.setStatus('current') ipCurCfgAlistRmapIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 5, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAlistRmapIndex.setStatus('current') ipCurCfgAlistIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 5, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAlistIndex.setStatus('current') ipCurCfgAlistNwf = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 5, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 256))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAlistNwf.setStatus('current') ipCurCfgAlistMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 5, 1, 4), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967295))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAlistMetric.setStatus('current') ipCurCfgAlistAction = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 5, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("permit", 1), ("deny", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAlistAction.setStatus('current') ipCurCfgAlistState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 5, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAlistState.setStatus('current') ipNewCfgAlistTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 6), ) if mibBuilder.loadTexts: ipNewCfgAlistTable.setStatus('current') ipNewCfgAlistEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 6, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgAlistRmapIndex"), (0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgAlistIndex")) if mibBuilder.loadTexts: ipNewCfgAlistEntry.setStatus('current') ipNewCfgAlistRmapIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 6, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgAlistRmapIndex.setStatus('current') ipNewCfgAlistIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 6, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgAlistIndex.setStatus('current') ipNewCfgAlistNwf = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 6, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 256))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgAlistNwf.setStatus('current') ipNewCfgAlistMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 6, 1, 4), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967295))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgAlistMetric.setStatus('current') ipNewCfgAlistAction = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 6, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("permit", 1), ("deny", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgAlistAction.setStatus('current') ipNewCfgAlistState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 6, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgAlistState.setStatus('current') ipNewCfgAlistDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 6, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgAlistDelete.setStatus('current') ipAspathTableMax = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipAspathTableMax.setStatus('current') ipCurCfgAspathTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 8), ) if mibBuilder.loadTexts: ipCurCfgAspathTable.setStatus('current') ipCurCfgAspathEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 8, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgAspathRmapIndex"), (0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgAlistIndex")) if mibBuilder.loadTexts: ipCurCfgAspathEntry.setStatus('current') ipCurCfgAspathRmapIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 8, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAspathRmapIndex.setStatus('current') ipCurCfgAspathIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 8, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAspathIndex.setStatus('current') ipCurCfgAspathAS = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 8, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAspathAS.setStatus('current') ipCurCfgAspathAction = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 8, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("permit", 1), ("deny", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAspathAction.setStatus('current') ipCurCfgAspathState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 8, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgAspathState.setStatus('current') ipNewCfgAspathTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 9), ) if mibBuilder.loadTexts: ipNewCfgAspathTable.setStatus('current') ipNewCfgAspathEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 9, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgAspathRmapIndex"), (0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgAspathIndex")) if mibBuilder.loadTexts: ipNewCfgAspathEntry.setStatus('current') ipNewCfgAspathRmapIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 9, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgAspathRmapIndex.setStatus('current') ipNewCfgAspathIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 9, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgAspathIndex.setStatus('current') ipNewCfgAspathAS = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 9, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgAspathAS.setStatus('current') ipNewCfgAspathAction = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 9, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("permit", 1), ("deny", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgAspathAction.setStatus('current') ipNewCfgAspathState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 9, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgAspathState.setStatus('current') ipNewCfgAspathDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 11, 9, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgAspathDelete.setStatus('current') bgpGeneral = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 1)) bgpCurCfgState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("on", 1), ("off", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgState.setStatus('current') bgpNewCfgState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("on", 1), ("off", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: bgpNewCfgState.setStatus('current') bgpCurCfgLocalPref = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 1, 3), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967294))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgLocalPref.setStatus('current') bgpNewCfgLocalPref = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 1, 4), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967294))).setMaxAccess("readwrite") if mibBuilder.loadTexts: bgpNewCfgLocalPref.setStatus('current') bgpCurCfgMaxASPath = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 1, 5), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 127))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgMaxASPath.setStatus('current') bgpNewCfgMaxASPath = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 1, 6), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(1, 127))).setMaxAccess("readwrite") if mibBuilder.loadTexts: bgpNewCfgMaxASPath.setStatus('current') bgpCurCfgASNumber = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 1, 7), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgASNumber.setStatus('current') bgpNewCfgASNumber = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 1, 8), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readwrite") if mibBuilder.loadTexts: bgpNewCfgASNumber.setStatus('current') bgpPeerTableMax = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpPeerTableMax.setStatus('current') bgpCurCfgPeerTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3), ) if mibBuilder.loadTexts: bgpCurCfgPeerTable.setStatus('current') bgpCurCfgPeerEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "bgpCurCfgPeerIndex")) if mibBuilder.loadTexts: bgpCurCfgPeerEntry.setStatus('current') bgpCurCfgPeerIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerIndex.setStatus('current') bgpCurCfgPeerRemoteAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerRemoteAddr.setStatus('current') bgpCurCfgPeerRemoteAs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerRemoteAs.setStatus('current') bgpCurCfgPeerTtl = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerTtl.setStatus('current') bgpCurCfgPeerState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerState.setStatus('current') bgpCurCfgPeerMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 10), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967294))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerMetric.setStatus('current') bgpCurCfgPeerDefaultAction = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("none", 1), ("import", 2), ("originate", 3), ("redistribute", 4)))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerDefaultAction.setStatus('current') bgpCurCfgPeerOspfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerOspfState.setStatus('current') bgpCurCfgPeerFixedState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerFixedState.setStatus('current') bgpCurCfgPeerStaticState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerStaticState.setStatus('current') bgpCurCfgPeerVipState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerVipState.setStatus('current') bgpCurCfgPeerInRmapList = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 16), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerInRmapList.setStatus('current') bgpCurCfgPeerOutRmapList = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 17), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerOutRmapList.setStatus('current') bgpCurCfgPeerHoldTime = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 18), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerHoldTime.setStatus('current') bgpCurCfgPeerKeepAlive = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 19), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 21845))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerKeepAlive.setStatus('current') bgpCurCfgPeerMinTime = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 20), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerMinTime.setStatus('current') bgpCurCfgPeerConRetry = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 21), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerConRetry.setStatus('current') bgpCurCfgPeerMinAS = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 22), Integer32().subtype(subtypeSpec=ValueRangeConstraint(30, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerMinAS.setStatus('current') bgpCurCfgPeerRipState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 3, 1, 23), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgPeerRipState.setStatus('current') bgpNewCfgPeerTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4), ) if mibBuilder.loadTexts: bgpNewCfgPeerTable.setStatus('current') bgpNewCfgPeerEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "bgpNewCfgPeerIndex")) if mibBuilder.loadTexts: bgpNewCfgPeerEntry.setStatus('current') bgpNewCfgPeerIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpNewCfgPeerIndex.setStatus('current') bgpNewCfgPeerRemoteAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerRemoteAddr.setStatus('current') bgpNewCfgPeerRemoteAs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerRemoteAs.setStatus('current') bgpNewCfgPeerTtl = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerTtl.setStatus('current') bgpNewCfgPeerState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerState.setStatus('current') bgpNewCfgPeerDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerDelete.setStatus('current') bgpNewCfgPeerMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 10), Unsigned32().subtype(subtypeSpec=ValueRangeConstraint(0, 4294967294))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerMetric.setStatus('current') bgpNewCfgPeerDefaultAction = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("none", 1), ("import", 2), ("originate", 3), ("redistribute", 4)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerDefaultAction.setStatus('current') bgpNewCfgPeerOspfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerOspfState.setStatus('current') bgpNewCfgPeerFixedState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerFixedState.setStatus('current') bgpNewCfgPeerStaticState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 14), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerStaticState.setStatus('current') bgpNewCfgPeerVipState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 15), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerVipState.setStatus('current') bgpNewCfgPeerInRmapList = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 16), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpNewCfgPeerInRmapList.setStatus('current') bgpNewCfgPeerOutRmapList = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 17), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpNewCfgPeerOutRmapList.setStatus('current') bgpNewCfgPeerAddInRmap = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 18), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerAddInRmap.setStatus('current') bgpNewCfgPeerAddOutRmap = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 19), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerAddOutRmap.setStatus('current') bgpNewCfgPeerRemoveInRmap = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 20), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerRemoveInRmap.setStatus('current') bgpNewCfgPeerRemoveOutRmap = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 21), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerRemoveOutRmap.setStatus('current') bgpNewCfgPeerHoldTime = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 22), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerHoldTime.setStatus('current') bgpNewCfgPeerKeepAlive = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 23), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 21845))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerKeepAlive.setStatus('current') bgpNewCfgPeerMinTime = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 24), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerMinTime.setStatus('current') bgpNewCfgPeerConRetry = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 25), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerConRetry.setStatus('current') bgpNewCfgPeerMinAS = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 26), Integer32().subtype(subtypeSpec=ValueRangeConstraint(30, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerMinAS.setStatus('current') bgpNewCfgPeerRipState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 4, 1, 27), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgPeerRipState.setStatus('current') bgpAggrTableMax = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpAggrTableMax.setStatus('current') bgpCurCfgAggrTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 6), ) if mibBuilder.loadTexts: bgpCurCfgAggrTable.setStatus('current') bgpCurCfgAggrEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 6, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "bgpCurCfgAggrIndex")) if mibBuilder.loadTexts: bgpCurCfgAggrEntry.setStatus('current') bgpCurCfgAggrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 6, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgAggrIndex.setStatus('current') bgpCurCfgAggrAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 6, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgAggrAddr.setStatus('current') bgpCurCfgAggrMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 6, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgAggrMask.setStatus('current') bgpCurCfgAggrState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 6, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpCurCfgAggrState.setStatus('current') bgpNewCfgAggrTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 7), ) if mibBuilder.loadTexts: bgpNewCfgAggrTable.setStatus('current') bgpNewCfgAggrEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 7, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "bgpNewCfgAggrIndex")) if mibBuilder.loadTexts: bgpNewCfgAggrEntry.setStatus('current') bgpNewCfgAggrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 7, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: bgpNewCfgAggrIndex.setStatus('current') bgpNewCfgAggrAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 7, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgAggrAddr.setStatus('current') bgpNewCfgAggrMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 7, 1, 3), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgAggrMask.setStatus('current') bgpNewCfgAggrState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 7, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgAggrState.setStatus('current') bgpNewCfgAggrDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 12, 7, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: bgpNewCfgAggrDelete.setStatus('current') ospfGeneral = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1)) ospfCurCfgDefaultRouteMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgDefaultRouteMetric.setStatus('current') ospfNewCfgDefaultRouteMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgDefaultRouteMetric.setStatus('current') ospfCurCfgDefaultRouteMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgDefaultRouteMetricType.setStatus('current') ospfNewCfgDefaultRouteMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgDefaultRouteMetricType.setStatus('current') ospfIntfTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfTableMaxSize.setStatus('current') ospfAreaTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaTableMaxSize.setStatus('current') ospfRangeTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfRangeTableMaxSize.setStatus('current') ospfVirtIntfTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfVirtIntfTableMaxSize.setStatus('current') ospfHostTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfHostTableMaxSize.setStatus('current') ospfCurCfgState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("on", 1), ("off", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgState.setStatus('current') ospfNewCfgState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("on", 1), ("off", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgState.setStatus('current') ospfCurCfgLsdb = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 12), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2000))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgLsdb.setStatus('current') ospfNewCfgLsdb = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 1, 13), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2000))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgLsdb.setStatus('current') ospfCurCfgAreaTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 2), ) if mibBuilder.loadTexts: ospfCurCfgAreaTable.setStatus('current') ospfCurCfgAreaEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfCurCfgAreaIndex"), (0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfCurCfgAreaId")) if mibBuilder.loadTexts: ospfCurCfgAreaEntry.setStatus('current') ospfCurCfgAreaIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgAreaIndex.setStatus('current') ospfCurCfgAreaId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 2, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgAreaId.setStatus('current') ospfCurCfgAreaSpfInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 2, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgAreaSpfInterval.setStatus('current') ospfCurCfgAreaAuthType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 2, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("password", 2), ("md5", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgAreaAuthType.setStatus('current') ospfCurCfgAreaType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 2, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("transit", 1), ("stub", 2), ("nssa", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgAreaType.setStatus('current') ospfCurCfgAreaMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 2, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgAreaMetric.setStatus('current') ospfCurCfgAreaState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 2, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("on", 1), ("off", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgAreaState.setStatus('current') ospfNewCfgAreaTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3), ) if mibBuilder.loadTexts: ospfNewCfgAreaTable.setStatus('current') ospfNewCfgAreaEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfNewCfgAreaIndex"), (0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfNewCfgAreaId")) if mibBuilder.loadTexts: ospfNewCfgAreaEntry.setStatus('current') ospfNewCfgAreaIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgAreaIndex.setStatus('current') ospfNewCfgAreaId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgAreaId.setStatus('current') ospfNewCfgAreaSpfInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgAreaSpfInterval.setStatus('current') ospfNewCfgAreaAuthType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("password", 2), ("md5", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgAreaAuthType.setStatus('current') ospfNewCfgAreaType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("transit", 1), ("stub", 2), ("nssa", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgAreaType.setStatus('current') ospfNewCfgAreaMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgAreaMetric.setStatus('current') ospfNewCfgAreaState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgAreaState.setStatus('current') ospfNewCfgAreaDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 3, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgAreaDelete.setStatus('current') ospfNewCfgVisionAreaTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16), ) if mibBuilder.loadTexts: ospfNewCfgVisionAreaTable.setStatus('current') ospfNewCfgVisionAreaEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfNewCfgVisionAreaIndex")) if mibBuilder.loadTexts: ospfNewCfgVisionAreaEntry.setStatus('current') ospfNewCfgVisionAreaIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgVisionAreaIndex.setStatus('current') ospfNewCfgVisionAreaId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16, 1, 2), IpAddress()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgVisionAreaId.setStatus('current') ospfNewCfgVisionAreaSpfInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVisionAreaSpfInterval.setStatus('current') ospfNewCfgVisionAreaAuthType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("password", 2), ("md5", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVisionAreaAuthType.setStatus('current') ospfNewCfgVisionAreaType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("transit", 1), ("stub", 2), ("nssa", 3)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVisionAreaType.setStatus('current') ospfNewCfgVisionAreaMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVisionAreaMetric.setStatus('current') ospfNewCfgVisionAreaState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVisionAreaState.setStatus('current') ospfNewCfgVisionAreaDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 16, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVisionAreaDelete.setStatus('current') ospfCurCfgHostTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 12), ) if mibBuilder.loadTexts: ospfCurCfgHostTable.setStatus('current') ospfCurCfgHostEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 12, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfCurCfgHostIndex")) if mibBuilder.loadTexts: ospfCurCfgHostEntry.setStatus('current') ospfCurCfgHostIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 12, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgHostIndex.setStatus('current') ospfCurCfgHostIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 12, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgHostIpAddr.setStatus('current') ospfCurCfgHostAreaIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 12, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgHostAreaIndex.setStatus('current') ospfCurCfgHostCost = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 12, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgHostCost.setStatus('current') ospfCurCfgHostState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 12, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgHostState.setStatus('current') ospfNewCfgHostTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 13), ) if mibBuilder.loadTexts: ospfNewCfgHostTable.setStatus('current') ospfNewCfgHostEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 13, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfNewCfgHostIndex")) if mibBuilder.loadTexts: ospfNewCfgHostEntry.setStatus('current') ospfNewCfgHostIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 13, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgHostIndex.setStatus('current') ospfNewCfgHostIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 13, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgHostIpAddr.setStatus('current') ospfNewCfgHostAreaIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 13, 1, 3), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgHostAreaIndex.setStatus('current') ospfNewCfgHostCost = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 13, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgHostCost.setStatus('current') ospfNewCfgHostState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 13, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgHostState.setStatus('current') ospfNewCfgHostDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 13, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgHostDelete.setStatus('current') ospfMdkeyTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 11), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfMdkeyTableMaxSize.setStatus('current') ospfCurCfgMdkeyTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 5), ) if mibBuilder.loadTexts: ospfCurCfgMdkeyTable.setStatus('current') ospfCurCfgMdkeyEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 5, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfCurCfgMdkeyIndex")) if mibBuilder.loadTexts: ospfCurCfgMdkeyEntry.setStatus('current') ospfCurCfgMdkeyIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 5, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgMdkeyIndex.setStatus('current') ospfCurCfgMdkeyKey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 5, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 16))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgMdkeyKey.setStatus('current') ospfNewCfgMdkeyTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 6), ) if mibBuilder.loadTexts: ospfNewCfgMdkeyTable.setStatus('current') ospfNewCfgMdkeyEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 6, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfNewCfgMdkeyIndex")) if mibBuilder.loadTexts: ospfNewCfgMdkeyEntry.setStatus('current') ospfNewCfgMdkeyIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 6, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgMdkeyIndex.setStatus('current') ospfNewCfgMdkeyKey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 6, 1, 2), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 16))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgMdkeyKey.setStatus('current') ospfNewCfgMdkeyDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 6, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgMdkeyDelete.setStatus('current') ospfCurCfgIntfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7), ) if mibBuilder.loadTexts: ospfCurCfgIntfTable.setStatus('current') ospfCurCfgIntfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfCurCfgIntfIndex")) if mibBuilder.loadTexts: ospfCurCfgIntfEntry.setStatus('current') ospfCurCfgIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfIndex.setStatus('current') ospfCurCfgIntfId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfId.setStatus('current') ospfCurCfgIntfMdkey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfMdkey.setStatus('current') ospfCurCfgIntfAreaId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfAreaId.setStatus('current') ospfCurCfgIntfPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfPriority.setStatus('current') ospfCurCfgIntfCost = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfCost.setStatus('current') ospfCurCfgIntfHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfHello.setStatus('current') ospfCurCfgIntfDead = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfDead.setStatus('current') ospfCurCfgIntfTransit = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 3600))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfTransit.setStatus('current') ospfCurCfgIntfRetrans = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 10), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 3600))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfRetrans.setStatus('current') ospfCurCfgIntfKey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 11), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 8))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfKey.setStatus('current') ospfCurCfgIntfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 7, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIntfState.setStatus('current') ospfNewCfgIntfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8), ) if mibBuilder.loadTexts: ospfNewCfgIntfTable.setStatus('current') ospfNewCfgIntfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfNewCfgIntfIndex")) if mibBuilder.loadTexts: ospfNewCfgIntfEntry.setStatus('current') ospfNewCfgIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgIntfIndex.setStatus('current') ospfNewCfgIntfId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgIntfId.setStatus('current') ospfNewCfgIntfMdkey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfMdkey.setStatus('current') ospfNewCfgIntfAreaId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfAreaId.setStatus('current') ospfNewCfgIntfPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfPriority.setStatus('current') ospfNewCfgIntfCost = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfCost.setStatus('current') ospfNewCfgIntfHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfHello.setStatus('current') ospfNewCfgIntfDead = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfDead.setStatus('current') ospfNewCfgIntfTransit = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 9), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 3600))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfTransit.setStatus('current') ospfNewCfgIntfRetrans = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 10), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 3600))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfRetrans.setStatus('current') ospfNewCfgIntfKey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 11), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 8))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfKey.setStatus('current') ospfNewCfgIntfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 12), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfState.setStatus('current') ospfNewCfgIntfDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 8, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgIntfDelete.setStatus('current') ospfCurCfgVirtIntfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9), ) if mibBuilder.loadTexts: ospfCurCfgVirtIntfTable.setStatus('current') ospfCurCfgVirtIntfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfCurCfgVirtIntfIndex")) if mibBuilder.loadTexts: ospfCurCfgVirtIntfEntry.setStatus('current') ospfCurCfgVirtIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfIndex.setStatus('current') ospfCurCfgVirtIntfAreaId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfAreaId.setStatus('current') ospfCurCfgVirtIntfNbr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfNbr.setStatus('current') ospfCurCfgVirtIntfMdkey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfMdkey.setStatus('current') ospfCurCfgVirtIntfHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfHello.setStatus('current') ospfCurCfgVirtIntfDead = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfDead.setStatus('current') ospfCurCfgVirtIntfTransit = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 3600))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfTransit.setStatus('current') ospfCurCfgVirtIntfRetrans = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 3600))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfRetrans.setStatus('current') ospfCurCfgVirtIntfKey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 9), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 8))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfKey.setStatus('current') ospfCurCfgVirtIntfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 9, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgVirtIntfState.setStatus('current') ospfNewCfgVirtIntfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10), ) if mibBuilder.loadTexts: ospfNewCfgVirtIntfTable.setStatus('current') ospfNewCfgVirtIntfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfNewCfgVirtIntfIndex")) if mibBuilder.loadTexts: ospfNewCfgVirtIntfEntry.setStatus('current') ospfNewCfgVirtIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgVirtIntfIndex.setStatus('current') ospfNewCfgVirtIntfAreaId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 2))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfAreaId.setStatus('current') ospfNewCfgVirtIntfNbr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 3), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfNbr.setStatus('current') ospfNewCfgVirtIntfMdkey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 255))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfMdkey.setStatus('current') ospfNewCfgVirtIntfHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfHello.setStatus('current') ospfNewCfgVirtIntfDead = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 6), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfDead.setStatus('current') ospfNewCfgVirtIntfTransit = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 7), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 3600))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfTransit.setStatus('current') ospfNewCfgVirtIntfRetrans = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 8), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 3600))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfRetrans.setStatus('current') ospfNewCfgVirtIntfKey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 9), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 8))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfKey.setStatus('current') ospfNewCfgVirtIntfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 10), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfState.setStatus('current') ospfNewCfgVirtIntfDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 10, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgVirtIntfDelete.setStatus('current') ospfCurCfgRangeTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 14), ) if mibBuilder.loadTexts: ospfCurCfgRangeTable.setStatus('current') ospfCurCfgRangeEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 14, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfCurCfgRangeIndex")) if mibBuilder.loadTexts: ospfCurCfgRangeEntry.setStatus('current') ospfCurCfgRangeIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 14, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgRangeIndex.setStatus('current') ospfCurCfgRangeAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 14, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgRangeAddr.setStatus('current') ospfCurCfgRangeMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 14, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgRangeMask.setStatus('current') ospfCurCfgRangeAreaIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 14, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgRangeAreaIndex.setStatus('current') ospfCurCfgRangeHideState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 14, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgRangeHideState.setStatus('current') ospfCurCfgRangeState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 14, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgRangeState.setStatus('current') ospfNewCfgRangeTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 15), ) if mibBuilder.loadTexts: ospfNewCfgRangeTable.setStatus('current') ospfNewCfgRangeEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 15, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfNewCfgRangeIndex")) if mibBuilder.loadTexts: ospfNewCfgRangeEntry.setStatus('current') ospfNewCfgRangeIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 15, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgRangeIndex.setStatus('current') ospfNewCfgRangeAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 15, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgRangeAddr.setStatus('current') ospfNewCfgRangeMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 15, 1, 3), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgRangeMask.setStatus('current') ospfNewCfgRangeAreaIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 15, 1, 4), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgRangeAreaIndex.setStatus('current') ospfNewCfgRangeHideState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 15, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgRangeHideState.setStatus('current') ospfNewCfgRangeState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 15, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgRangeState.setStatus('current') ospfNewCfgRangeDelete = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 15, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ospfNewCfgRangeDelete.setStatus('current') ospfRouteRedistribution = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4)) ospfRedistributeStatic = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 1)) ospfCurCfgStaticMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgStaticMetric.setStatus('current') ospfNewCfgStaticMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgStaticMetric.setStatus('current') ospfCurCfgStaticMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgStaticMetricType.setStatus('current') ospfNewCfgStaticMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgStaticMetricType.setStatus('current') ospfCurCfgStaticOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 1, 5), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgStaticOutRmapList.setStatus('current') ospfNewCfgStaticOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 1, 6), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgStaticOutRmapList.setStatus('current') ospfNewCfgStaticAddOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 1, 7), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgStaticAddOutRmap.setStatus('current') ospfNewCfgStaticRemoveOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 1, 8), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgStaticRemoveOutRmap.setStatus('current') ospfRedistributeEbgp = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 2)) ospfCurCfgEbgpMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 2, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgEbgpMetric.setStatus('current') ospfNewCfgEbgpMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 2, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgEbgpMetric.setStatus('current') ospfCurCfgEbgpMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 2, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgEbgpMetricType.setStatus('current') ospfNewCfgEbgpMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 2, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgEbgpMetricType.setStatus('current') ospfCurCfgEbgpOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 2, 5), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgEbgpOutRmapList.setStatus('current') ospfNewCfgEbgpOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 2, 6), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgEbgpOutRmapList.setStatus('current') ospfNewCfgEbgpAddOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 2, 7), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgEbgpAddOutRmap.setStatus('current') ospfNewCfgEbgpRemoveOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 2, 8), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgEbgpRemoveOutRmap.setStatus('current') ospfRedistributeIbgp = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 3)) ospfCurCfgIbgpMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 3, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIbgpMetric.setStatus('current') ospfNewCfgIbgpMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 3, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgIbgpMetric.setStatus('current') ospfCurCfgIbgpMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 3, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIbgpMetricType.setStatus('current') ospfNewCfgIbgpMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 3, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgIbgpMetricType.setStatus('current') ospfCurCfgIbgpOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 3, 5), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgIbgpOutRmapList.setStatus('current') ospfNewCfgIbgpOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 3, 6), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgIbgpOutRmapList.setStatus('current') ospfNewCfgIbgpAddOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 3, 7), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgIbgpAddOutRmap.setStatus('current') ospfNewCfgIbgpRemoveOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 3, 8), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgIbgpRemoveOutRmap.setStatus('current') ospfRedistributeFixed = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 4)) ospfCurCfgFixedMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 4, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgFixedMetric.setStatus('current') ospfNewCfgFixedMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 4, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgFixedMetric.setStatus('current') ospfCurCfgFixedMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 4, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgFixedMetricType.setStatus('current') ospfNewCfgFixedMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 4, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgFixedMetricType.setStatus('current') ospfCurCfgFixedOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 4, 5), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgFixedOutRmapList.setStatus('current') ospfNewCfgFixedOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 4, 6), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgFixedOutRmapList.setStatus('current') ospfNewCfgFixedAddOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 4, 7), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgFixedAddOutRmap.setStatus('current') ospfNewCfgFixedRemoveOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 4, 8), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgFixedRemoveOutRmap.setStatus('current') ospfRedistributeRip = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 5)) ospfCurCfgRipMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 5, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgRipMetric.setStatus('current') ospfNewCfgRipMetric = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 5, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(0, 16777215))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgRipMetric.setStatus('current') ospfCurCfgRipMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 5, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgRipMetricType.setStatus('current') ospfNewCfgRipMetricType = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 5, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("none", 1), ("type1", 2), ("type2", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgRipMetricType.setStatus('current') ospfCurCfgRipOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 5, 5), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCurCfgRipOutRmapList.setStatus('current') ospfNewCfgRipOutRmapList = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 5, 6), OctetString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNewCfgRipOutRmapList.setStatus('current') ospfNewCfgRipAddOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 5, 7), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgRipAddOutRmap.setStatus('current') ospfNewCfgRipRemoveOutRmap = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 13, 4, 5, 8), Integer32()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ospfNewCfgRipRemoveOutRmap.setStatus('current') ipCurCfgRouterID = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 14, 1), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgRouterID.setStatus('current') ipNewCfgRouterID = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 14, 2), IpAddress()).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipNewCfgRouterID.setStatus('current') ipCurCfgASNumber = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 14, 3), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgASNumber.setStatus('current') ipNewCfgASNumber = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 14, 4), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 65535))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipNewCfgASNumber.setStatus('current') ipStaticArpTableMaxSize = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipStaticArpTableMaxSize.setStatus('current') ipCurCfgStaticArpTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 2), ) if mibBuilder.loadTexts: ipCurCfgStaticArpTable.setStatus('current') ipCurCfgStaticArpEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipCurCfgStaticArpIndx")) if mibBuilder.loadTexts: ipCurCfgStaticArpEntry.setStatus('current') ipCurCfgStaticArpIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticArpIndx.setStatus('current') ipCurCfgStaticArpIp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 2, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticArpIp.setStatus('current') ipCurCfgStaticArpMAC = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 2, 1, 3), PhysAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticArpMAC.setStatus('current') ipCurCfgStaticArpVlan = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 2, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticArpVlan.setStatus('current') ipCurCfgStaticArpPort = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 2, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipCurCfgStaticArpPort.setStatus('current') ipNewCfgStaticArpTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 3), ) if mibBuilder.loadTexts: ipNewCfgStaticArpTable.setStatus('current') ipNewCfgStaticArpEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipNewCfgStaticArpIndx")) if mibBuilder.loadTexts: ipNewCfgStaticArpEntry.setStatus('current') ipNewCfgStaticArpIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipNewCfgStaticArpIndx.setStatus('current') ipNewCfgStaticArpIp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 3, 1, 2), IpAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticArpIp.setStatus('current') ipNewCfgStaticArpMAC = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 3, 1, 3), PhysAddress()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticArpMAC.setStatus('current') ipNewCfgStaticArpVlan = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 3, 1, 4), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticArpVlan.setStatus('current') ipNewCfgStaticArpPort = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 3, 1, 5), Integer32()).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticArpPort.setStatus('current') ipNewCfgStaticArpAction = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 3, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("other", 1), ("delete", 2)))).setMaxAccess("readcreate") if mibBuilder.loadTexts: ipNewCfgStaticArpAction.setStatus('current') ipStaticArpTableNextAvailableIndex = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 1, 15, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipStaticArpTableNextAvailableIndex.setStatus('current') ripStatInPackets = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatInPackets.setStatus('current') ripStatOutPackets = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatOutPackets.setStatus('current') ripStatInRequestPkts = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatInRequestPkts.setStatus('current') ripStatInResponsePkts = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatInResponsePkts.setStatus('current') ripStatOutRequestPkts = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatOutRequestPkts.setStatus('current') ripStatOutResponsePkts = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatOutResponsePkts.setStatus('current') ripStatRouteTimeout = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatRouteTimeout.setStatus('current') ripStatInBadSizePkts = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatInBadSizePkts.setStatus('current') ripStatInBadVersion = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatInBadVersion.setStatus('current') ripStatInBadZeros = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatInBadZeros.setStatus('current') ripStatInBadSourcePort = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatInBadSourcePort.setStatus('current') ripStatInBadSourceIP = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatInBadSourceIP.setStatus('current') ripStatInSelfRcvPkts = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 13, 13), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripStatInSelfRcvPkts.setStatus('current') tcpStatCurConn = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 14, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: tcpStatCurConn.setStatus('current') tcpStatCurInConn = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 14, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: tcpStatCurInConn.setStatus('current') tcpStatCurOutConn = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 14, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: tcpStatCurOutConn.setStatus('current') arpStatEntries = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 2, 1), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: arpStatEntries.setStatus('current') arpStatHighWater = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 2, 2), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: arpStatHighWater.setStatus('current') arpStatMaxEntries = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 2, 3), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: arpStatMaxEntries.setStatus('current') routeStatEntries = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 3, 1), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: routeStatEntries.setStatus('current') routeStatHighWater = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 3, 2), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: routeStatHighWater.setStatus('current') routeStatMaxEntries = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 3, 3), Gauge32()).setMaxAccess("readonly") if mibBuilder.loadTexts: routeStatMaxEntries.setStatus('current') dnsStatInGoodDnsRequests = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 4, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dnsStatInGoodDnsRequests.setStatus('current') dnsStatInBadDnsRequests = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 4, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dnsStatInBadDnsRequests.setStatus('current') dnsStatOutDnsRequests = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 4, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: dnsStatOutDnsRequests.setStatus('current') vrrpStatInAdvers = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 5, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpStatInAdvers.setStatus('current') vrrpStatOutAdvers = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 5, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpStatOutAdvers.setStatus('current') vrrpStatOutBadAdvers = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 5, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpStatOutBadAdvers.setStatus('current') ipClearStats = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 7, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ok", 1), ("clear", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ipClearStats.setStatus('current') ifStatsTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 7, 2), ) if mibBuilder.loadTexts: ifStatsTable.setStatus('current') ifStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 7, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ifStatsIndex")) if mibBuilder.loadTexts: ifStatsEntry.setStatus('current') ifStatsIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 7, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ifStatsIndex.setStatus('current') ifClearStats = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 7, 2, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ok", 1), ("clear", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: ifClearStats.setStatus('current') ospfGeneralStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1)) ospfCumRxTxStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1)) ospfCumNbrChangeStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2)) ospfCumIntfChangeStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 3)) ospfTimersKickOffStats = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 4)) ospfArea = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2)) ospfAreaRxTxStats = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1), ) if mibBuilder.loadTexts: ospfAreaRxTxStats.setStatus('current') ospfAreaRxTxStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfAreaRxTxIndex")) if mibBuilder.loadTexts: ospfAreaRxTxStatsEntry.setStatus('current') ospfAreaRxTxIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaRxTxIndex.setStatus('current') ospfAreaRxPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaRxPkts.setStatus('current') ospfAreaTxPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaTxPkts.setStatus('current') ospfAreaRxHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaRxHello.setStatus('current') ospfAreaTxHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaTxHello.setStatus('current') ospfAreaRxDatabase = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaRxDatabase.setStatus('current') ospfAreaTxDatabase = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaTxDatabase.setStatus('current') ospfAreaRxlsReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaRxlsReqs.setStatus('current') ospfAreaTxlsReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaTxlsReqs.setStatus('current') ospfAreaRxlsAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaRxlsAcks.setStatus('current') ospfAreaTxlsAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaTxlsAcks.setStatus('current') ospfAreaRxlsUpdates = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaRxlsUpdates.setStatus('current') ospfAreaTxlsUpdates = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 1, 1, 13), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaTxlsUpdates.setStatus('current') ospfAreaNbrChangeStats = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2), ) if mibBuilder.loadTexts: ospfAreaNbrChangeStats.setStatus('current') ospfAreaNbrChangeStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfAreaNbrIndex")) if mibBuilder.loadTexts: ospfAreaNbrChangeStatsEntry.setStatus('current') ospfAreaNbrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrIndex.setStatus('current') ospfAreaNbrhello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrhello.setStatus('current') ospfAreaNbrStart = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrStart.setStatus('current') ospfAreaNbrAdjointOk = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrAdjointOk.setStatus('current') ospfAreaNbrNegotiationDone = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrNegotiationDone.setStatus('current') ospfAreaNbrExchangeDone = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrExchangeDone.setStatus('current') ospfAreaNbrBadRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrBadRequests.setStatus('current') ospfAreaNbrBadSequence = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrBadSequence.setStatus('current') ospfAreaNbrLoadingDone = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrLoadingDone.setStatus('current') ospfAreaNbrN1way = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrN1way.setStatus('current') ospfAreaNbrRstAd = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrRstAd.setStatus('current') ospfAreaNbrDown = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrDown.setStatus('current') ospfAreaNbrN2way = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 2, 1, 13), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaNbrN2way.setStatus('current') ospfAreaChangeStats = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3), ) if mibBuilder.loadTexts: ospfAreaChangeStats.setStatus('current') ospfAreaChangeStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfAreaIntfIndex")) if mibBuilder.loadTexts: ospfAreaChangeStatsEntry.setStatus('current') ospfAreaIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaIntfIndex.setStatus('current') ospfAreaIntfHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaIntfHello.setStatus('current') ospfAreaIntfDown = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaIntfDown.setStatus('current') ospfAreaIntfLoop = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaIntfLoop.setStatus('current') ospfAreaIntfUnloop = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaIntfUnloop.setStatus('current') ospfAreaIntfWaitTimer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaIntfWaitTimer.setStatus('current') ospfAreaIntfBackup = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaIntfBackup.setStatus('current') ospfAreaIntfNbrChange = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 3, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaIntfNbrChange.setStatus('current') ospfAreaErrorStats = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 4), ) if mibBuilder.loadTexts: ospfAreaErrorStats.setStatus('current') ospfAreaErrorStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 4, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfAreaErrIndex")) if mibBuilder.loadTexts: ospfAreaErrorStatsEntry.setStatus('current') ospfAreaErrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 4, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaErrIndex.setStatus('current') ospfAreaErrAuthFailure = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 4, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaErrAuthFailure.setStatus('current') ospfAreaErrNetmaskMismatch = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 4, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaErrNetmaskMismatch.setStatus('current') ospfAreaErrHelloMismatch = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 4, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaErrHelloMismatch.setStatus('current') ospfAreaErrDeadMismatch = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 4, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaErrDeadMismatch.setStatus('current') ospfAreaErrOptionsMismatch = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 4, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaErrOptionsMismatch.setStatus('current') ospfAreaErrUnknownNbr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 2, 4, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaErrUnknownNbr.setStatus('current') ospfInterface = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3)) ospfIntfRxTxStats = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1), ) if mibBuilder.loadTexts: ospfIntfRxTxStats.setStatus('current') ospfIntfRxTxStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfIntfRxTxIndex")) if mibBuilder.loadTexts: ospfIntfRxTxStatsEntry.setStatus('current') ospfIntfRxTxIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfRxTxIndex.setStatus('current') ospfIntfRxPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfRxPkts.setStatus('current') ospfIntfTxPkts = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfTxPkts.setStatus('current') ospfIntfRxHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfRxHello.setStatus('current') ospfIntfTxHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfTxHello.setStatus('current') ospfIntfRxDatabase = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfRxDatabase.setStatus('current') ospfIntfTxDatabase = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfTxDatabase.setStatus('current') ospfIntfRxlsReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfRxlsReqs.setStatus('current') ospfIntfTxlsReqs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfTxlsReqs.setStatus('current') ospfIntfRxlsAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfRxlsAcks.setStatus('current') ospfIntfTxlsAcks = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfTxlsAcks.setStatus('current') ospfIntfRxlsUpdates = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfRxlsUpdates.setStatus('current') ospfIntfTxlsUpdates = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 1, 1, 13), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfTxlsUpdates.setStatus('current') ospfIntfNbrChangeStats = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2), ) if mibBuilder.loadTexts: ospfIntfNbrChangeStats.setStatus('current') ospfIntfNbrChangeStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfIntfNbrIndex")) if mibBuilder.loadTexts: ospfIntfNbrChangeStatsEntry.setStatus('current') ospfIntfNbrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrIndex.setStatus('current') ospfIntfNbrhello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrhello.setStatus('current') ospfIntfNbrStart = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrStart.setStatus('current') ospfIntfNbrAdjointOk = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrAdjointOk.setStatus('current') ospfIntfNbrNegotiationDone = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrNegotiationDone.setStatus('current') ospfIntfNbrExchangeDone = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrExchangeDone.setStatus('current') ospfIntfNbrBadRequests = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrBadRequests.setStatus('current') ospfIntfNbrBadSequence = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrBadSequence.setStatus('current') ospfIntfNbrLoadingDone = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrLoadingDone.setStatus('current') ospfIntfNbrN1way = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrN1way.setStatus('current') ospfIntfNbrRstAd = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrRstAd.setStatus('current') ospfIntfNbrDown = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrDown.setStatus('current') ospfIntfNbrN2way = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 2, 1, 13), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrN2way.setStatus('current') ospfIntfChangeStats = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3), ) if mibBuilder.loadTexts: ospfIntfChangeStats.setStatus('current') ospfIntfChangeStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfIntfIndex")) if mibBuilder.loadTexts: ospfIntfChangeStatsEntry.setStatus('current') ospfIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfIndex.setStatus('current') ospfIntfHello = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfHello.setStatus('current') ospfIntfDown = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfDown.setStatus('current') ospfIntfLoop = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfLoop.setStatus('current') ospfIntfUnloop = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfUnloop.setStatus('current') ospfIntfWaitTimer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfWaitTimer.setStatus('current') ospfIntfBackup = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfBackup.setStatus('current') ospfIntfNbrChange = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 3, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfNbrChange.setStatus('current') ospfIntfErrorStats = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 4), ) if mibBuilder.loadTexts: ospfIntfErrorStats.setStatus('current') ospfIntfErrorStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 4, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfIntfErrIndex")) if mibBuilder.loadTexts: ospfIntfErrorStatsEntry.setStatus('current') ospfIntfErrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 4, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfErrIndex.setStatus('current') ospfIntfErrAuthFailure = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 4, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfErrAuthFailure.setStatus('current') ospfIntfErrNetmaskMismatch = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 4, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfErrNetmaskMismatch.setStatus('current') ospfIntfErrHelloMismatch = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 4, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfErrHelloMismatch.setStatus('current') ospfIntfErrDeadMismatch = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 4, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfErrDeadMismatch.setStatus('current') ospfIntfErrOptionsMismatch = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 4, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfErrOptionsMismatch.setStatus('current') ospfIntfErrUnknownNbr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 3, 4, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfErrUnknownNbr.setStatus('current') ospfCumRxPkts = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumRxPkts.setStatus('current') ospfCumTxPkts = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumTxPkts.setStatus('current') ospfCumRxHello = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumRxHello.setStatus('current') ospfCumTxHello = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumTxHello.setStatus('current') ospfCumRxDatabase = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumRxDatabase.setStatus('current') ospfCumTxDatabase = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumTxDatabase.setStatus('current') ospfCumRxlsReqs = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumRxlsReqs.setStatus('current') ospfCumTxlsReqs = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumTxlsReqs.setStatus('current') ospfCumRxlsAcks = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumRxlsAcks.setStatus('current') ospfCumTxlsAcks = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumTxlsAcks.setStatus('current') ospfCumRxlsUpdates = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumRxlsUpdates.setStatus('current') ospfCumTxlsUpdates = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 1, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumTxlsUpdates.setStatus('current') ospfCumNbrhello = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrhello.setStatus('current') ospfCumNbrStart = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrStart.setStatus('current') ospfCumNbrAdjointOk = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrAdjointOk.setStatus('current') ospfCumNbrNegotiationDone = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrNegotiationDone.setStatus('current') ospfCumNbrExchangeDone = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrExchangeDone.setStatus('current') ospfCumNbrBadRequests = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrBadRequests.setStatus('current') ospfCumNbrBadSequence = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrBadSequence.setStatus('current') ospfCumNbrLoadingDone = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrLoadingDone.setStatus('current') ospfCumNbrN1way = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrN1way.setStatus('current') ospfCumNbrRstAd = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrRstAd.setStatus('current') ospfCumNbrDown = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrDown.setStatus('current') ospfCumNbrN2way = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 2, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumNbrN2way.setStatus('current') ospfCumIntfHello = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 3, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumIntfHello.setStatus('current') ospfCumIntfDown = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 3, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumIntfDown.setStatus('current') ospfCumIntfLoop = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 3, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumIntfLoop.setStatus('current') ospfCumIntfUnloop = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 3, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumIntfUnloop.setStatus('current') ospfCumIntfWaitTimer = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 3, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumIntfWaitTimer.setStatus('current') ospfCumIntfBackup = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 3, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumIntfBackup.setStatus('current') ospfCumIntfNbrChange = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 3, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfCumIntfNbrChange.setStatus('current') ospfTmrsKckOffHello = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 4, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTmrsKckOffHello.setStatus('current') ospfTmrsKckOffRetransmit = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 4, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTmrsKckOffRetransmit.setStatus('current') ospfTmrsKckOffLsaLock = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 4, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTmrsKckOffLsaLock.setStatus('current') ospfTmrsKckOffLsaAck = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 4, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTmrsKckOffLsaAck.setStatus('current') ospfTmrsKckOffDbage = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 4, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTmrsKckOffDbage.setStatus('current') ospfTmrsKckOffSummary = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 4, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTmrsKckOffSummary.setStatus('current') ospfTmrsKckOffAseExport = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 6, 1, 4, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTmrsKckOffAseExport.setStatus('current') ip6InReceives = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6InReceives.setStatus('current') ip6ForwDatagrams = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6ForwDatagrams.setStatus('current') ip6InDelivers = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6InDelivers.setStatus('current') ip6InDiscards = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6InDiscards.setStatus('current') ip6InUnknownProtos = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6InUnknownProtos.setStatus('current') ip6InAddrErrors = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6InAddrErrors.setStatus('current') ip6OutRequests = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6OutRequests.setStatus('current') ip6OutNoRoutes = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6OutNoRoutes.setStatus('current') ip6ReasmOKs = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6ReasmOKs.setStatus('current') ip6ReasmFails = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6ReasmFails.setStatus('current') ip6icmpInMsgs = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6icmpInMsgs.setStatus('current') ip6icmpOutMsgs = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6icmpOutMsgs.setStatus('current') ip6icmpInErrors = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 13), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6icmpInErrors.setStatus('current') ip6icmpOutErrors = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 10, 14), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6icmpOutErrors.setStatus('current') icmp6StatsTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1), ) if mibBuilder.loadTexts: icmp6StatsTable.setStatus('current') icmp6StatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "icmp6StatsIndx")) if mibBuilder.loadTexts: icmp6StatsEntry.setStatus('current') icmp6StatsIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6StatsIndx.setStatus('current') icmp6IntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6IntfIndex.setStatus('current') icmp6InMsgs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InMsgs.setStatus('current') icmp6InErrors = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InErrors.setStatus('current') icmp6InEchos = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InEchos.setStatus('current') icmp6InEchoReps = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 6), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InEchoReps.setStatus('current') icmp6InNSs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 7), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InNSs.setStatus('current') icmp6InNAs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InNAs.setStatus('current') icmp6InRSs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 9), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InRSs.setStatus('current') icmp6InRAs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 10), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InRAs.setStatus('current') icmp6InDestUnreachs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 11), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InDestUnreachs.setStatus('current') icmp6InTimeExcds = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 12), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InTimeExcds.setStatus('current') icmp6InTooBigs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 13), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InTooBigs.setStatus('current') icmp6InParmProbs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 14), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InParmProbs.setStatus('current') icmp6InRedirects = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 15), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6InRedirects.setStatus('current') icmp6OutMsgs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 16), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6OutMsgs.setStatus('current') icmp6OutErrors = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 17), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6OutErrors.setStatus('current') icmp6OutEchos = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 18), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6OutEchos.setStatus('current') icmp6OutEchoReps = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 19), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6OutEchoReps.setStatus('current') icmp6OutNSs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 20), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6OutNSs.setStatus('current') icmp6OutNAs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 21), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6OutNAs.setStatus('current') icmp6OutRSs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 22), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6OutRSs.setStatus('current') icmp6OutRAs = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 23), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6OutRAs.setStatus('current') icmp6OutRedirects = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 11, 1, 1, 24), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: icmp6OutRedirects.setStatus('current') ip6GwStatsTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1), ) if mibBuilder.loadTexts: ip6GwStatsTable.setStatus('current') ip6GwStatsEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ip6GwStatsIndex")) if mibBuilder.loadTexts: ip6GwStatsEntry.setStatus('current') ip6GwStatsIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6GwStatsIndex.setStatus('current') ip6GwIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6GwIndex.setStatus('current') ip6GwEchoreq = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1, 1, 3), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6GwEchoreq.setStatus('current') ip6GwEchoresp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6GwEchoresp.setStatus('current') ip6GwFails = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1, 1, 5), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6GwFails.setStatus('current') ip6GwMaster = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6GwMaster.setStatus('current') ip6IfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6IfIndex.setStatus('current') ip6GwRetry = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 2, 12, 1, 1, 8), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ip6GwRetry.setStatus('current') ipIntfInfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1), ) if mibBuilder.loadTexts: ipIntfInfoTable.setStatus('current') intfInfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "intfInfoIndex")) if mibBuilder.loadTexts: intfInfoEntry.setStatus('current') intfInfoIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: intfInfoIndex.setStatus('current') intfInfoIpver = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ipv4", 1), ("ipv6", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: intfInfoIpver.setStatus('current') intfInfoAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: intfInfoAddr.setStatus('current') intfInfoNetMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: intfInfoNetMask.setStatus('current') intfInfoBcastAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: intfInfoBcastAddr.setStatus('current') intfInfoVlan = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: intfInfoVlan.setStatus('current') intfInfoStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("up", 1), ("down", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: intfInfoStatus.setStatus('current') intfInfoLinkLocalAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 9, 1, 1, 8), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: intfInfoLinkLocalAddr.setStatus('current') ipRouteInfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1), ) if mibBuilder.loadTexts: ipRouteInfoTable.setStatus('current') ipRouteInfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipRouteInfoIndx")) if mibBuilder.loadTexts: ipRouteInfoEntry.setStatus('current') ipRouteInfoIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoIndx.setStatus('current') ipRouteInfoDestIp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoDestIp.setStatus('current') ipRouteInfoMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoMask.setStatus('current') ipRouteInfoGateway = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoGateway.setStatus('current') ipRouteInfoTag = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11))).clone(namedValues=NamedValues(("fixed", 1), ("static", 2), ("addr", 3), ("rip", 4), ("broadcast", 5), ("martian", 6), ("multicast", 7), ("vip", 8), ("bgp", 9), ("ospf", 10), ("none", 11)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoTag.setStatus('current') ipRouteInfoType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7))).clone(namedValues=NamedValues(("indirect", 1), ("direct", 2), ("local", 3), ("broadcast", 4), ("martian", 5), ("multicast", 6), ("other", 7)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoType.setStatus('current') ipRouteInfoInterface = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoInterface.setStatus('current') ipRouteInfoGateway1 = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 8), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoGateway1.setStatus('current') ipRouteInfoGateway2 = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 9), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoGateway2.setStatus('current') ipRouteInfoMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 1, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRouteInfoMetric.setStatus('current') routeTableClear = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ok", 1), ("clear", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: routeTableClear.setStatus('current') arpInfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2, 1), ) if mibBuilder.loadTexts: arpInfoTable.setStatus('current') arpInfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "arpInfoDestIp")) if mibBuilder.loadTexts: arpInfoEntry.setStatus('current') arpInfoDestIp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2, 1, 1, 1), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: arpInfoDestIp.setStatus('current') arpInfoMacAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2, 1, 1, 2), PhysAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: arpInfoMacAddr.setStatus('current') arpInfoVLAN = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: arpInfoVLAN.setStatus('current') arpInfoSrcPort = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2, 1, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: arpInfoSrcPort.setStatus('current') arpInfoRefPorts = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2, 1, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: arpInfoRefPorts.setStatus('current') arpInfoFlag = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2, 1, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5))).clone(namedValues=NamedValues(("clear", 1), ("unresolved", 2), ("permanent", 3), ("indirect", 4), ("layer4", 5)))).setMaxAccess("readonly") if mibBuilder.loadTexts: arpInfoFlag.setStatus('current') arpCacheClear = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 2, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ok", 1), ("clear", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: arpCacheClear.setStatus('current') vrrpInfoVirtRtrTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 3, 1), ) if mibBuilder.loadTexts: vrrpInfoVirtRtrTable.setStatus('current') vrrpInfoVirtRtrTableEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 3, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpInfoVirtRtrIndex")) if mibBuilder.loadTexts: vrrpInfoVirtRtrTableEntry.setStatus('current') vrrpInfoVirtRtrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 3, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpInfoVirtRtrIndex.setStatus('current') vrrpInfoVirtRtrState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 3, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("init", 1), ("master", 2), ("backup", 3), ("holdoff", 4)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpInfoVirtRtrState.setStatus('current') vrrpInfoVirtRtrOwnership = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 3, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("owner", 1), ("renter", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpInfoVirtRtrOwnership.setStatus('current') vrrpInfoVirtRtrServer = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 3, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("yes", 1), ("no", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpInfoVirtRtrServer.setStatus('current') vrrpInfoVirtRtrProxy = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 3, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("yes", 1), ("no", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpInfoVirtRtrProxy.setStatus('current') vrrpInfoVirtRtrPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 3, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpInfoVirtRtrPriority.setStatus('current') ospfGeneralInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1)) ospfStartTime = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfStartTime.setStatus('current') ospfProcessUptime = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfProcessUptime.setStatus('current') ospfLsTypesSupported = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfLsTypesSupported.setStatus('current') ospfIntfCountForRouter = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIntfCountForRouter.setStatus('current') ospfVlinkCountForRouter = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfVlinkCountForRouter.setStatus('current') ospfTotalNeighbours = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTotalNeighbours.setStatus('current') ospfNbrInInitState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNbrInInitState.setStatus('current') ospfNbrInExchState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 8), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNbrInExchState.setStatus('current') ospfNbrInFullState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 9), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNbrInFullState.setStatus('current') ospfTotalAreas = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 10), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTotalAreas.setStatus('current') ospfTotalTransitAreas = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 11), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTotalTransitAreas.setStatus('current') ospfTotalNssaAreas = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 1, 12), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTotalNssaAreas.setStatus('current') ospfAreaInfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 2), ) if mibBuilder.loadTexts: ospfAreaInfoTable.setStatus('current') ospfAreaInfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfAreaInfoIndex")) if mibBuilder.loadTexts: ospfAreaInfoEntry.setStatus('current') ospfAreaInfoIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaInfoIndex.setStatus('current') ospfTotalNumberOfInterfaces = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 2, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfTotalNumberOfInterfaces.setStatus('current') ospfNumberOfInterfacesUp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 2, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNumberOfInterfacesUp.setStatus('current') ospfNumberOfLsdbEntries = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 2, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfNumberOfLsdbEntries.setStatus('current') ospfAreaInfoId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 2, 1, 5), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfAreaInfoId.setStatus('current') ospfIntfInfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 3), ) if mibBuilder.loadTexts: ospfIntfInfoTable.setStatus('current') ospfIntfInfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 3, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfIfInfoIndex")) if mibBuilder.loadTexts: ospfIntfInfoEntry.setStatus('current') ospfIfInfoIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 3, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfInfoIndex.setStatus('current') ospfIfDesignatedRouterIP = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 3, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfDesignatedRouterIP.setStatus('current') ospfIfBackupDesignatedRouterIP = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 3, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfBackupDesignatedRouterIP.setStatus('current') ospfIfWaitInterval = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 3, 1, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfWaitInterval.setStatus('current') ospfIfTotalNeighbours = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 3, 1, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfTotalNeighbours.setStatus('current') ospfIfInfoIpAddress = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 3, 1, 6), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfInfoIpAddress.setStatus('current') ospfIfNbrTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 5), ) if mibBuilder.loadTexts: ospfIfNbrTable.setStatus('current') ospfIfNbrEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 5, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfIfNbrIntfIndex"), (0, "ALTEON-CHEETAH-NETWORK-MIB", "ospfIfNbrIpAddr")) if mibBuilder.loadTexts: ospfIfNbrEntry.setStatus('current') ospfIfNbrIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 5, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfNbrIntfIndex.setStatus('current') ospfIfNbrIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 5, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfNbrIpAddr.setStatus('current') ospfIfNbrPriority = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 5, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfNbrPriority.setStatus('current') ospfIfNbrState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 5, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8))).clone(namedValues=NamedValues(("down", 1), ("attempt", 2), ("init", 3), ("twoway", 4), ("exStart", 5), ("exchange", 6), ("loading", 7), ("full", 8)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfNbrState.setStatus('current') ospfIfNbrDesignatedRtr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 5, 1, 5), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfNbrDesignatedRtr.setStatus('current') ospfIfNbrBackupDesignatedRtr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 5, 1, 6), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfNbrBackupDesignatedRtr.setStatus('current') ospfIfNbrIpAddress = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 4, 5, 1, 7), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ospfIfNbrIpAddress.setStatus('current') gatewayInfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 5, 1), ) if mibBuilder.loadTexts: gatewayInfoTable.setStatus('current') gatewayInfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 5, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "gatewayInfoIndex")) if mibBuilder.loadTexts: gatewayInfoEntry.setStatus('current') gatewayInfoIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 5, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: gatewayInfoIndex.setStatus('current') gatewayInfoAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 5, 1, 1, 2), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: gatewayInfoAddr.setStatus('current') gatewayInfoVlan = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 5, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: gatewayInfoVlan.setStatus('current') gatewayInfoStatus = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 5, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("up", 1), ("failed", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: gatewayInfoStatus.setStatus('current') gatewayInfoAddr6 = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 5, 1, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: gatewayInfoAddr6.setStatus('current') nbrcacheInfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 1), ) if mibBuilder.loadTexts: nbrcacheInfoTable.setStatus('current') nbrcacheInfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "nbrcacheInfoIndex")) if mibBuilder.loadTexts: nbrcacheInfoEntry.setStatus('current') nbrcacheInfoIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoIndex.setStatus('current') nbrcacheInfoDestIp = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 1, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoDestIp.setStatus('current') nbrcacheInfoState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 1, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8))).clone(namedValues=NamedValues(("undef", 1), ("reach", 2), ("stale", 3), ("delay", 4), ("probe", 5), ("inval", 6), ("unknown", 7), ("incmp", 8)))).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoState.setStatus('current') nbrcacheInfoType = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 1, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6))).clone(namedValues=NamedValues(("undef", 1), ("other", 2), ("invalid", 3), ("dynamic", 4), ("static", 5), ("local", 6)))).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoType.setStatus('current') nbrcacheInfoMacAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 1, 1, 5), PhysAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoMacAddr.setStatus('current') nbrcacheInfoVlanId = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 1, 1, 6), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoVlanId.setStatus('current') nbrcacheInfoPortNum = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoPortNum.setStatus('current') nbrcacheClear = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ok", 1), ("clear", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: nbrcacheClear.setStatus('current') nbrcacheInfoTotDynamicEntries = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoTotDynamicEntries.setStatus('current') nbrcacheInfoTotLocalEntries = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 4), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoTotLocalEntries.setStatus('current') nbrcacheInfoTotOtherEntries = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 7, 5), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: nbrcacheInfoTotOtherEntries.setStatus('current') ipRoute6InfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 8, 1), ) if mibBuilder.loadTexts: ipRoute6InfoTable.setStatus('current') ipRoute6InfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 8, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ipRoute6InfoIndx")) if mibBuilder.loadTexts: ipRoute6InfoEntry.setStatus('current') ipRoute6InfoIndx = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 8, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRoute6InfoIndx.setStatus('current') ipRoute6InfoDestIp6 = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 8, 1, 1, 2), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRoute6InfoDestIp6.setStatus('current') ipRoute6InfoInterface = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 8, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRoute6InfoInterface.setStatus('current') ipRoute6InfoNextHop = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 8, 1, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRoute6InfoNextHop.setStatus('current') ipRoute6InfoProto = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 8, 1, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16))).clone(namedValues=NamedValues(("isis", 1), ("rip", 2), ("ospf", 3), ("static", 4), ("local", 5), ("bgp", 6), ("stlow", 7), ("ospfi", 8), ("ospfe", 9), ("ospfe2", 10), ("ospfa", 11), ("ripa", 12), ("bgpa", 13), ("igmp", 14), ("unknown", 15), ("natpt", 16)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ipRoute6InfoProto.setStatus('current') rip2GeneralInfo = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 1)) ripInfoState = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 1, 1), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("on", 1), ("off", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoState.setStatus('current') ripInfoUpdatePeriod = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 1, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 120))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoUpdatePeriod.setStatus('current') ripInfoVip = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 1, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoVip.setStatus('current') ripInfoStaticSupply = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(2, 3))).clone(namedValues=NamedValues(("enabled", 2), ("disabled", 3)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoStaticSupply.setStatus('current') rip2InfoIntfTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2), ) if mibBuilder.loadTexts: rip2InfoIntfTable.setStatus('current') ripInfoIntfEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "ripInfoIntfIndex")) if mibBuilder.loadTexts: ripInfoIntfEntry.setStatus('current') ripInfoIntfIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfIndex.setStatus('current') ripInfoIntfVersion = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ripVersion1", 1), ("ripVersion2", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfVersion.setStatus('current') ripInfoIntfAddress = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 3), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfAddress.setStatus('current') ripInfoIntfState = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 4), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfState.setStatus('current') ripInfoIntfListen = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 5), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfListen.setStatus('current') ripInfoIntfTrigUpdate = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 6), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfTrigUpdate.setStatus('current') ripInfoIntfMcastUpdate = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 7), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfMcastUpdate.setStatus('current') ripInfoIntfPoisonReverse = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 8), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfPoisonReverse.setStatus('current') ripInfoIntfSupply = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 9), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("enabled", 1), ("disabled", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfSupply.setStatus('current') ripInfoIntfMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 10), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 15))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfMetric.setStatus('current') ripInfoIntfAuth = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 11), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("none", 1), ("password", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfAuth.setStatus('current') ripInfoIntfKey = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 12), DisplayString().subtype(subtypeSpec=ValueSizeConstraint(0, 16))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfKey.setStatus('current') ripInfoIntfDefault = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 10, 2, 1, 13), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4))).clone(namedValues=NamedValues(("both", 1), ("listen", 2), ("supply", 3), ("none", 4)))).setMaxAccess("readonly") if mibBuilder.loadTexts: ripInfoIntfDefault.setStatus('current') rip2RoutesInfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 11, 1), ) if mibBuilder.loadTexts: rip2RoutesInfoTable.setStatus('current') rip2RoutesInfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 11, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "rip2RoutesInfoDestIndex"), (0, "ALTEON-CHEETAH-NETWORK-MIB", "rip2RoutesInfoNxtHopIndex")) if mibBuilder.loadTexts: rip2RoutesInfoEntry.setStatus('current') rip2RoutesInfoDestIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 11, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: rip2RoutesInfoDestIndex.setStatus('current') rip2RoutesInfoNxtHopIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 11, 1, 1, 2), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: rip2RoutesInfoNxtHopIndex.setStatus('current') rip2RoutesInfoDestination = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 11, 1, 1, 3), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: rip2RoutesInfoDestination.setStatus('current') rip2RoutesInfoIpAddress = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 11, 1, 1, 4), IpAddress()).setMaxAccess("readonly") if mibBuilder.loadTexts: rip2RoutesInfoIpAddress.setStatus('current') rip2RoutesInfoMetric = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 11, 1, 1, 5), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 15))).setMaxAccess("readonly") if mibBuilder.loadTexts: rip2RoutesInfoMetric.setStatus('current') allowedNwInfoTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12, 1), ) if mibBuilder.loadTexts: allowedNwInfoTable.setStatus('current') allowedNwInfoEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "allowedNwInfoIndex")) if mibBuilder.loadTexts: allowedNwInfoEntry.setStatus('current') allowedNwInfoIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: allowedNwInfoIndex.setStatus('current') allowedNwInfoIpver = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ipv4", 1), ("ipv6", 2)))).setMaxAccess("readonly") if mibBuilder.loadTexts: allowedNwInfoIpver.setStatus('current') allowedNwInfoVlan = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12, 1, 1, 3), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: allowedNwInfoVlan.setStatus('current') allowedNwInfoBeginIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12, 1, 1, 4), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: allowedNwInfoBeginIpAddr.setStatus('current') allowedNwInfoEndIpAddr = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12, 1, 1, 5), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: allowedNwInfoEndIpAddr.setStatus('current') allowedNwInfoNetMask = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12, 1, 1, 6), DisplayString()).setMaxAccess("readonly") if mibBuilder.loadTexts: allowedNwInfoNetMask.setStatus('current') allowedNwInfoIp6Prefix = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 3, 12, 1, 1, 7), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: allowedNwInfoIp6Prefix.setStatus('current') vrrpOperVirtRtrTable = MibTable((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 1, 1), ) if mibBuilder.loadTexts: vrrpOperVirtRtrTable.setStatus('current') vrrpOperVirtRtrEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 1, 1, 1), ).setIndexNames((0, "ALTEON-CHEETAH-NETWORK-MIB", "vrrpOperVirtRtrIndex")) if mibBuilder.loadTexts: vrrpOperVirtRtrEntry.setStatus('current') vrrpOperVirtRtrIndex = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 1, 1, 1, 1), Integer32()).setMaxAccess("readonly") if mibBuilder.loadTexts: vrrpOperVirtRtrIndex.setStatus('current') vrrpOperVirtRtrBackup = MibTableColumn((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 1, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ok", 1), ("backup", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpOperVirtRtrBackup.setStatus('current') vrrpOperVirtRtrGroupBackup = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ok", 1), ("backup", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: vrrpOperVirtRtrGroupBackup.setStatus('current') bgpOper = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 1)) garpOper = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 2)) bgpOperStart = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 1, 1)) bgpOperStop = MibIdentifier((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 1, 2)) bgpOperStartPeerNum = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 1, 1, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 16))).setMaxAccess("readwrite") if mibBuilder.loadTexts: bgpOperStartPeerNum.setStatus('current') bgpOperStartSess = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 1, 1, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ok", 1), ("start", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: bgpOperStartSess.setStatus('current') bgpOperStopPeerNum = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 1, 2, 1), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 16))).setMaxAccess("readwrite") if mibBuilder.loadTexts: bgpOperStopPeerNum.setStatus('current') bgpOperStopSess = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 1, 2, 2), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2))).clone(namedValues=NamedValues(("ok", 1), ("stop", 2)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: bgpOperStopSess.setStatus('current') garpOperIpAddr = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 2, 1), IpAddress()).setMaxAccess("readwrite") if mibBuilder.loadTexts: garpOperIpAddr.setStatus('current') garpOperVlanNumber = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 2, 2), Integer32().subtype(subtypeSpec=ValueRangeConstraint(1, 4090))).setMaxAccess("readwrite") if mibBuilder.loadTexts: garpOperVlanNumber.setStatus('current') garpOperSend = MibScalar((1, 3, 6, 1, 4, 1, 1872, 2, 5, 3, 4, 2, 2, 3), Integer32().subtype(subtypeSpec=ConstraintsUnion(SingleValueConstraint(1, 2, 3))).clone(namedValues=NamedValues(("ok", 1), ("send", 2), ("error", 3)))).setMaxAccess("readwrite") if mibBuilder.loadTexts: garpOperSend.setStatus('current') mibBuilder.exportSymbols("ALTEON-CHEETAH-NETWORK-MIB", ipCurCfgIntfAddr=ipCurCfgIntfAddr, ipv6NewCfgStaticRouteTable=ipv6NewCfgStaticRouteTable, ipNewCfgBootpAddr=ipNewCfgBootpAddr, arpStatMaxEntries=arpStatMaxEntries, ip6InUnknownProtos=ip6InUnknownProtos, icmp6InRSs=icmp6InRSs, bgpNewCfgAggrState=bgpNewCfgAggrState, ospfCurCfgAreaId=ospfCurCfgAreaId, gatewayInfoIndex=gatewayInfoIndex, ospfCurCfgRangeEntry=ospfCurCfgRangeEntry, ipFwdCurCfgLocalMask=ipFwdCurCfgLocalMask, ospfNewCfgIntfMdkey=ospfNewCfgIntfMdkey, gatewayInfoEntry=gatewayInfoEntry, ospfIntfErrUnknownNbr=ospfIntfErrUnknownNbr, bgpNewCfgPeerVipState=bgpNewCfgPeerVipState, vrrpInfoVirtRtrTable=vrrpInfoVirtRtrTable, vrrpCurCfgVirtRtrIfIndex=vrrpCurCfgVirtRtrIfIndex, ospfIntfNbrRstAd=ospfIntfNbrRstAd, ospfCumNbrNegotiationDone=ospfCumNbrNegotiationDone, vrrpCurCfgVirtRtrGrpTckIpIntf=vrrpCurCfgVirtRtrGrpTckIpIntf, ospfNewCfgAreaAuthType=ospfNewCfgAreaAuthType, ipNewCfgIntfMask=ipNewCfgIntfMask, ipGeneralCfg=ipGeneralCfg, bgpCurCfgPeerVipState=bgpCurCfgPeerVipState, ipCurCfgIntfIndex=ipCurCfgIntfIndex, ipCurCfgNwfTable=ipCurCfgNwfTable, ospfNewCfgEbgpRemoveOutRmap=ospfNewCfgEbgpRemoveOutRmap, ospfNewCfgAreaIndex=ospfNewCfgAreaIndex, icmp6OutRSs=icmp6OutRSs, ospfNewCfgIbgpRemoveOutRmap=ospfNewCfgIbgpRemoveOutRmap, rip2Info=rip2Info, ospfCurCfgMdkeyTable=ospfCurCfgMdkeyTable, ospfNewCfgRangeIndex=ospfNewCfgRangeIndex, bgpNewCfgPeerOspfState=bgpNewCfgPeerOspfState, ospfNewCfgRangeDelete=ospfNewCfgRangeDelete, ripCurCfgIntfAuth=ripCurCfgIntfAuth, vrrpCurCfgVirtRtrGrpState=vrrpCurCfgVirtRtrGrpState, tcpStatCurOutConn=tcpStatCurOutConn, ipNewCfgGwInterval=ipNewCfgGwInterval, ospfNewCfgIntfPriority=ospfNewCfgIntfPriority, ipNewCfgAspathEntry=ipNewCfgAspathEntry, ip6IfIndex=ip6IfIndex, ospfTotalNssaAreas=ospfTotalNssaAreas, ospfNewCfgHostTable=ospfNewCfgHostTable, ipNewCfgGwIpv6Addr=ipNewCfgGwIpv6Addr, ospfNewCfgIntfId=ospfNewCfgIntfId, routeStatHighWater=routeStatHighWater, dnsStatInGoodDnsRequests=dnsStatInGoodDnsRequests, ipCurCfgStaticRouteGateway=ipCurCfgStaticRouteGateway, ipNewCfgAlistRmapIndex=ipNewCfgAlistRmapIndex, ospfCurCfgFixedMetric=ospfCurCfgFixedMetric, ospfCumRxlsReqs=ospfCumRxlsReqs, bgpCurCfgPeerDefaultAction=bgpCurCfgPeerDefaultAction, vrrpOperVirtRtrEntry=vrrpOperVirtRtrEntry, vrrpOperVirtRtrGroupBackup=vrrpOperVirtRtrGroupBackup, vrrpNewCfgVirtRtrGrpVersion=vrrpNewCfgVirtRtrGrpVersion, ospfCurCfgVirtIntfState=ospfCurCfgVirtIntfState, ripCurCfgIntfIndex=ripCurCfgIntfIndex, rip2Stats=rip2Stats, ipv6CurCfgStaticRouteGateway=ipv6CurCfgStaticRouteGateway, ospfCurCfgAreaMetric=ospfCurCfgAreaMetric, ospfNewCfgVisionAreaTable=ospfNewCfgVisionAreaTable, ospfCurCfgIntfTable=ospfCurCfgIntfTable, ipv6CurCfgStaticRouteMask=ipv6CurCfgStaticRouteMask, ospfCumTxPkts=ospfCumTxPkts, ripStatInPackets=ripStatInPackets, ospfAreaErrIndex=ospfAreaErrIndex, ipCurCfgRmapTable=ipCurCfgRmapTable, icmp6StatsEntry=icmp6StatsEntry, tcpStats=tcpStats, ipForwardCfg=ipForwardCfg, vrrpStats=vrrpStats, ospfNewCfgVirtIntfHello=ospfNewCfgVirtIntfHello, ripCurCfgIntfListen=ripCurCfgIntfListen, vrrpCurCfgVirtRtrVrGrpName=vrrpCurCfgVirtRtrVrGrpName, ripInfoState=ripInfoState, ospfNewCfgIbgpMetricType=ospfNewCfgIbgpMetricType, ospfIfNbrIpAddr=ospfIfNbrIpAddr, ripInfoIntfVersion=ripInfoIntfVersion, ospfCumIntfUnloop=ospfCumIntfUnloop, ifStatsIndex=ifStatsIndex, ospfProcessUptime=ospfProcessUptime, bgpOperStopSess=bgpOperStopSess, ospfCurCfgIbgpMetricType=ospfCurCfgIbgpMetricType, vrrpInfoVirtRtrIndex=vrrpInfoVirtRtrIndex, nbrcacheInfoIndex=nbrcacheInfoIndex, ipFwdNewCfgNoICMPRedirect=ipFwdNewCfgNoICMPRedirect, vrrpNewCfgGenTckVirtRtrInc=vrrpNewCfgGenTckVirtRtrInc, vrrpCurCfgVirtRtrVrGrpTckHsrv=vrrpCurCfgVirtRtrVrGrpTckHsrv, ipNewCfgAspathAction=ipNewCfgAspathAction, rip2RoutesInfoDestIndex=rip2RoutesInfoDestIndex, dnsStats=dnsStats, rip2CurCfgState=rip2CurCfgState, ospfAreaErrNetmaskMismatch=ospfAreaErrNetmaskMismatch, vrrpOper=vrrpOper, ipNewCfgRmapLp=ipNewCfgRmapLp, bgpCurCfgPeerFixedState=bgpCurCfgPeerFixedState, vrrpNewCfgVirtRtrVersion=vrrpNewCfgVirtRtrVersion, ospfNewCfgVirtIntfDelete=ospfNewCfgVirtIntfDelete, icmp6InRAs=icmp6InRAs, ipNewCfgGwRetry=ipNewCfgGwRetry, ipCurCfgGwPriority=ipCurCfgGwPriority, bgpNewCfgPeerRemoteAs=bgpNewCfgPeerRemoteAs, ospfIntfRxPkts=ospfIntfRxPkts, nbrcacheInfoVlanId=nbrcacheInfoVlanId, ripNewCfgIntfMetric=ripNewCfgIntfMetric, vrrpCurCfgIfIpAddr=vrrpCurCfgIfIpAddr, ospfCumRxlsAcks=ospfCumRxlsAcks, ospfAreaTxHello=ospfAreaTxHello, ospfIfBackupDesignatedRouterIP=ospfIfBackupDesignatedRouterIP, ipNewCfgIntfState=ipNewCfgIntfState, ipv6CurCfgStaticRouteEntry=ipv6CurCfgStaticRouteEntry, ospfAreaNbrBadRequests=ospfAreaNbrBadRequests, bgpNewCfgPeerRemoveOutRmap=bgpNewCfgPeerRemoveOutRmap, ospfNewCfgVirtIntfAreaId=ospfNewCfgVirtIntfAreaId, ip6GwStatsEntry=ip6GwStatsEntry, ipStaticRouteCfg=ipStaticRouteCfg, ipNewCfgStaticRouteAction=ipNewCfgStaticRouteAction, bgpGeneral=bgpGeneral, ospfAreaIntfIndex=ospfAreaIntfIndex, arpInfoDestIp=arpInfoDestIp, ripStatOutRequestPkts=ripStatOutRequestPkts, ospfTmrsKckOffLsaAck=ospfTmrsKckOffLsaAck, ospfTotalNeighbours=ospfTotalNeighbours, ospfAreaIntfUnloop=ospfAreaIntfUnloop, ipNewCfgStaticRouteMask=ipNewCfgStaticRouteMask, ospfNewCfgVirtIntfRetrans=ospfNewCfgVirtIntfRetrans, ospfCurCfgVirtIntfTable=ospfCurCfgVirtIntfTable, vrrpCurCfgVirtRtrVrGrpTckVlanPort=vrrpCurCfgVirtRtrVrGrpTckVlanPort, ripInfoIntfMetric=ripInfoIntfMetric, ipCurCfgIntfPrefixLen=ipCurCfgIntfPrefixLen, ospfNewCfgRangeEntry=ospfNewCfgRangeEntry, ospfIfNbrState=ospfIfNbrState, gatewayInfoTable=gatewayInfoTable, ospfNewCfgHostIndex=ospfNewCfgHostIndex, dnsCurCfgPrimaryIpAddr=dnsCurCfgPrimaryIpAddr, vrrpCurCfgVirtRtrVrGrpBmap=vrrpCurCfgVirtRtrVrGrpBmap, ospfCurCfgRangeAddr=ospfCurCfgRangeAddr, ospfIntfTxHello=ospfIntfTxHello, vrrpNewCfgVirtRtrIpv6Addr=vrrpNewCfgVirtRtrIpv6Addr, ipFwdCurCfgDirectedBcast=ipFwdCurCfgDirectedBcast, vrrpCurCfgVirtRtrGrpID=vrrpCurCfgVirtRtrGrpID, ospfAreaNbrLoadingDone=ospfAreaNbrLoadingDone, ipNewCfgStaticRouteGateway=ipNewCfgStaticRouteGateway, ipCurCfgAlistEntry=ipCurCfgAlistEntry, ospfIntfNbrAdjointOk=ospfIntfNbrAdjointOk, ripCurCfgIntfVersion=ripCurCfgIntfVersion, ipNewCfgStaticRouteIndx=ipNewCfgStaticRouteIndx, ospfIntfTableMaxSize=ospfIntfTableMaxSize, ipAspathTableMax=ipAspathTableMax, vrrpCurCfgGenTckL4PortInc=vrrpCurCfgGenTckL4PortInc, ipCurCfgNwfIndex=ipCurCfgNwfIndex, bgpNewCfgPeerConRetry=bgpNewCfgPeerConRetry, ospfIntfRxDatabase=ospfIntfRxDatabase, icmp6InDestUnreachs=icmp6InDestUnreachs, vrrpCurCfgVirtRtrTable=vrrpCurCfgVirtRtrTable, ripCurCfgIntfTable=ripCurCfgIntfTable, ospfNewCfgVirtIntfEntry=ospfNewCfgVirtIntfEntry, vrrpStatOutAdvers=vrrpStatOutAdvers, icmp6OutMsgs=icmp6OutMsgs, vrrpNewCfgVirtRtrVrGrpPriority=vrrpNewCfgVirtRtrVrGrpPriority, ospfCurCfgRangeIndex=ospfCurCfgRangeIndex, ospfCurCfgIntfCost=ospfCurCfgIntfCost, bgpCurCfgPeerOutRmapList=bgpCurCfgPeerOutRmapList, ospfIntfTxlsReqs=ospfIntfTxlsReqs, vrrpNewCfgVirtRtrTableEntry=vrrpNewCfgVirtRtrTableEntry, vrrpNewCfgIfTable=vrrpNewCfgIfTable, bgpCurCfgAggrTable=bgpCurCfgAggrTable, ipStaticArpTableMaxSize=ipStaticArpTableMaxSize, nbrcacheInfoType=nbrcacheInfoType, vrrpCurCfgGenHotstandby=vrrpCurCfgGenHotstandby, ipNwfCfg=ipNwfCfg, ripCurCfgIntfTrigUpdate=ripCurCfgIntfTrigUpdate, ipNewCfgNwfState=ipNewCfgNwfState, ipNewCfgIntfPrefixLen=ipNewCfgIntfPrefixLen, vrrpNewCfgVirtRtrVrGrpTableEntry=vrrpNewCfgVirtRtrVrGrpTableEntry, ipStaticRouteTableMaxSize=ipStaticRouteTableMaxSize, ipCurCfgStaticArpIndx=ipCurCfgStaticArpIndx, ripInfoIntfSupply=ripInfoIntfSupply, vrrpNewCfgVirtRtrTckHsrv=vrrpNewCfgVirtRtrTckHsrv, ipNewCfgASNumber=ipNewCfgASNumber, rip2CurCfgStaticSupply=rip2CurCfgStaticSupply, ipv6NewCfgStaticRouteIndx=ipv6NewCfgStaticRouteIndx, ospfCurCfgHostTable=ospfCurCfgHostTable, ospfCumIntfChangeStats=ospfCumIntfChangeStats, ospfCurCfgHostEntry=ospfCurCfgHostEntry, ospfIntfBackup=ospfIntfBackup, ipRouteInfoIndx=ipRouteInfoIndx, vrrpCurCfgGenTckRServerInc=vrrpCurCfgGenTckRServerInc, vrrpNewCfgVirtRtrGrpTckVirtRtr=vrrpNewCfgVirtRtrGrpTckVirtRtr, vrrpCurCfgVirtRtrVrGrpTckHsrp=vrrpCurCfgVirtRtrVrGrpTckHsrp, dnsStatOutDnsRequests=dnsStatOutDnsRequests, vrrpNewCfgVirtRtrGrpTable=vrrpNewCfgVirtRtrGrpTable, bgpOper=bgpOper, ospfAreaInfoTable=ospfAreaInfoTable, ospfCumNbrBadSequence=ospfCumNbrBadSequence, ipNwfTableMax=ipNwfTableMax, ospfNewCfgIntfTransit=ospfNewCfgIntfTransit, ip6OutRequests=ip6OutRequests, ipNewCfgGwAddr=ipNewCfgGwAddr, ospfNewCfgVisionAreaAuthType=ospfNewCfgVisionAreaAuthType, ipNewCfgGwArp=ipNewCfgGwArp, ospfCurCfgHostState=ospfCurCfgHostState, icmp6OutRAs=icmp6OutRAs, allowedNwInfo=allowedNwInfo, ipCurCfgRmapMetric=ipCurCfgRmapMetric, ospfNewCfgFixedAddOutRmap=ospfNewCfgFixedAddOutRmap, icmp6InTimeExcds=icmp6InTimeExcds, ospfNewCfgIntfRetrans=ospfNewCfgIntfRetrans, ripCurCfgIntfDefListen=ripCurCfgIntfDefListen, vrrpCurCfgVirtRtrVrGrpAdd=vrrpCurCfgVirtRtrVrGrpAdd, ospfNewCfgLsdb=ospfNewCfgLsdb, allowedNwInfoNetMask=allowedNwInfoNetMask, ip6InAddrErrors=ip6InAddrErrors, ipNewCfgStaticRouteInterface=ipNewCfgStaticRouteInterface, ospfCumTxHello=ospfCumTxHello, ipRouteInfoMetric=ipRouteInfoMetric, ip6InReceives=ip6InReceives, ospfCumIntfHello=ospfCumIntfHello, bgpCurCfgLocalPref=bgpCurCfgLocalPref, ospfNewCfgVisionAreaState=ospfNewCfgVisionAreaState, ospfCumIntfBackup=ospfCumIntfBackup, ipNewCfgNwfMask=ipNewCfgNwfMask, ospfIfNbrIpAddress=ospfIfNbrIpAddress, ipCurCfgIntfIpVer=ipCurCfgIntfIpVer, vrrpNewCfgVirtRtrVrGrpBmap=vrrpNewCfgVirtRtrVrGrpBmap, rip2CurCfgUpdatePeriod=rip2CurCfgUpdatePeriod, vrrpNewCfgVirtRtrPreempt=vrrpNewCfgVirtRtrPreempt, nbrcacheClear=nbrcacheClear, ipv6CurCfgStaticRouteInterface=ipv6CurCfgStaticRouteInterface, ripGeneral=ripGeneral, layer3Configs=layer3Configs, ipCurCfgBootpAddr2=ipCurCfgBootpAddr2, ospfNewCfgIntfCost=ospfNewCfgIntfCost, ipRoute6InfoIndx=ipRoute6InfoIndx, ipCurCfgAspathAS=ipCurCfgAspathAS, bgpNewCfgAggrAddr=bgpNewCfgAggrAddr, icmp6InRedirects=icmp6InRedirects, gatewayInfoAddr6=gatewayInfoAddr6, ipv6NewCfgStaticRouteGateway=ipv6NewCfgStaticRouteGateway, ospfIntfNbrNegotiationDone=ospfIntfNbrNegotiationDone, ospfNewCfgStaticRemoveOutRmap=ospfNewCfgStaticRemoveOutRmap, vrrpCurCfgVirtRtrVrGrpTckVirtRtrNo=vrrpCurCfgVirtRtrVrGrpTckVirtRtrNo, vrrpCurCfgVirtRtrTckIpIntf=vrrpCurCfgVirtRtrTckIpIntf, ipCurCfgGwIpVer=ipCurCfgGwIpVer, ospfNewCfgRangeAddr=ospfNewCfgRangeAddr, ospfAreaTxlsUpdates=ospfAreaTxlsUpdates, ip6ReasmFails=ip6ReasmFails, ipIntfInfoTable=ipIntfInfoTable, ipRouteInfoEntry=ipRouteInfoEntry, ipCurCfgGwTable=ipCurCfgGwTable, ipRouteInfoType=ipRouteInfoType, ipv6CurCfgStaticRouteDestIp=ipv6CurCfgStaticRouteDestIp, vrrpCurCfgVirtRtrTckL4Port=vrrpCurCfgVirtRtrTckL4Port) mibBuilder.exportSymbols("ALTEON-CHEETAH-NETWORK-MIB", ospfCumTxlsReqs=ospfCumTxlsReqs, intfInfoBcastAddr=intfInfoBcastAddr, ospfCurCfgVirtIntfAreaId=ospfCurCfgVirtIntfAreaId, ipNewCfgIntfBroadcast=ipNewCfgIntfBroadcast, vrrpNewCfgVirtRtrGrpPriority=vrrpNewCfgVirtRtrGrpPriority, bgpCurCfgAggrMask=bgpCurCfgAggrMask, vrrpInfoVirtRtrOwnership=vrrpInfoVirtRtrOwnership, ipFwdCurCfgPortIndex=ipFwdCurCfgPortIndex, ospfCurCfgDefaultRouteMetric=ospfCurCfgDefaultRouteMetric, rip2RoutesInfo=rip2RoutesInfo, ospfCumRxDatabase=ospfCumRxDatabase, ipNewCfgGwPriority=ipNewCfgGwPriority, ospfVlinkCountForRouter=ospfVlinkCountForRouter, vrrpCurCfgIfAuthType=vrrpCurCfgIfAuthType, bgpCurCfgPeerState=bgpCurCfgPeerState, ipNewCfgStaticArpVlan=ipNewCfgStaticArpVlan, ipv6NewCfgStaticRouteInterface=ipv6NewCfgStaticRouteInterface, ospfGeneralStats=ospfGeneralStats, ip6GwEchoresp=ip6GwEchoresp, vrrpInfoVirtRtrTableEntry=vrrpInfoVirtRtrTableEntry, ipFwdCurCfgLocalTable=ipFwdCurCfgLocalTable, ipFwdCurCfgRtCache=ipFwdCurCfgRtCache, ipCurCfgAlistIndex=ipCurCfgAlistIndex, ospfCurCfgMdkeyKey=ospfCurCfgMdkeyKey, icmp6InMsgs=icmp6InMsgs, bgpOperStart=bgpOperStart, ospfNewCfgIbgpOutRmapList=ospfNewCfgIbgpOutRmapList, nbrcacheInfoDestIp=nbrcacheInfoDestIp, bgpNewCfgPeerTtl=bgpNewCfgPeerTtl, ip6icmpOutErrors=ip6icmpOutErrors, ospfCurCfgDefaultRouteMetricType=ospfCurCfgDefaultRouteMetricType, ospfNewCfgIntfAreaId=ospfNewCfgIntfAreaId, vrrpOperVirtRtrIndex=vrrpOperVirtRtrIndex, ip6GwRetry=ip6GwRetry, ipv6CurCfgStaticRouteTable=ipv6CurCfgStaticRouteTable, vrrpCurCfgVirtRtrGrpTckL4Port=vrrpCurCfgVirtRtrGrpTckL4Port, ipStaticArpCfg=ipStaticArpCfg, ospfNewCfgIntfTable=ospfNewCfgIntfTable, ipNewCfgRmapState=ipNewCfgRmapState, vrrpOperVirtRtrBackup=vrrpOperVirtRtrBackup, ospfTmrsKckOffDbage=ospfTmrsKckOffDbage, vrrpCurCfgVirtRtrInterval=vrrpCurCfgVirtRtrInterval, ospfRouteRedistribution=ospfRouteRedistribution, vrrpCurCfgGenTckHsrpInc=vrrpCurCfgGenTckHsrpInc, ipFwdNewCfgPortTable=ipFwdNewCfgPortTable, arpInfoMacAddr=arpInfoMacAddr, ripNewCfgIntfSupply=ripNewCfgIntfSupply, ripCurCfgIntfState=ripCurCfgIntfState, vrrpInfoVirtRtrState=vrrpInfoVirtRtrState, rip2RoutesInfoMetric=rip2RoutesInfoMetric, ipCurCfgStaticArpEntry=ipCurCfgStaticArpEntry, vrrpCurCfgVirtRtrVrGrpTckL4Port=vrrpCurCfgVirtRtrVrGrpTckL4Port, ospfNewCfgVisionAreaSpfInterval=ospfNewCfgVisionAreaSpfInterval, icmp6IntfIndex=icmp6IntfIndex, dnsCfg=dnsCfg, ipCurCfgAlistNwf=ipCurCfgAlistNwf, ipCurCfgGwInterval=ipCurCfgGwInterval, ipv6NewCfgStaticRouteEntry=ipv6NewCfgStaticRouteEntry, ospfIfTotalNeighbours=ospfIfTotalNeighbours, bgpNewCfgAggrMask=bgpNewCfgAggrMask, ospfCurCfgIntfState=ospfCurCfgIntfState, ospfNewCfgIntfHello=ospfNewCfgIntfHello, ipFwdPortTableMaxSize=ipFwdPortTableMaxSize, ospfCurCfgIntfId=ospfCurCfgIntfId, ripStatOutResponsePkts=ripStatOutResponsePkts, ospfAreaNbrRstAd=ospfAreaNbrRstAd, vrrpNewCfgVirtRtrGrpIpv6Interval=vrrpNewCfgVirtRtrGrpIpv6Interval, ospfAreaNbrNegotiationDone=ospfAreaNbrNegotiationDone, ipNewCfgStaticRouteTable=ipNewCfgStaticRouteTable, vrrpNewCfgVirtRtrVrGrpTckIpIntf=vrrpNewCfgVirtRtrVrGrpTckIpIntf, ospfCurCfgVirtIntfMdkey=ospfCurCfgVirtIntfMdkey, ospfNewCfgAreaDelete=ospfNewCfgAreaDelete, vrrpCurCfgVirtRtrPreempt=vrrpCurCfgVirtRtrPreempt, ipv6CurCfgStaticRouteIndx=ipv6CurCfgStaticRouteIndx, ipNewCfgAlistTable=ipNewCfgAlistTable, gatewayInfoStatus=gatewayInfoStatus, ipNewCfgRmapDelete=ipNewCfgRmapDelete, ipNewCfgGwMetric=ipNewCfgGwMetric, ospfCurCfgEbgpMetric=ospfCurCfgEbgpMetric, ipCurCfgNwfEntry=ipCurCfgNwfEntry, vrrpNewCfgVirtRtrVrGrpName=vrrpNewCfgVirtRtrVrGrpName, ospfIntfNbrN2way=ospfIntfNbrN2way, ipNewCfgIntfIpv6Addr=ipNewCfgIntfIpv6Addr, ospfAreaErrorStats=ospfAreaErrorStats, ospfCumNbrhello=ospfCumNbrhello, ipAlistTableMax=ipAlistTableMax, ospfCumIntfDown=ospfCumIntfDown, ipRmapTableMax=ipRmapTableMax, ospfNewCfgIntfKey=ospfNewCfgIntfKey, ripInfoIntfKey=ripInfoIntfKey, vrrpCurCfgVirtRtrVersion=vrrpCurCfgVirtRtrVersion, ipFwdNewCfgPortEntry=ipFwdNewCfgPortEntry, ospfAreaIntfLoop=ospfAreaIntfLoop, ospfRedistributeIbgp=ospfRedistributeIbgp, vrrpNewCfgVirtRtrVrGrpAdd=vrrpNewCfgVirtRtrVrGrpAdd, ospfCurCfgIntfHello=ospfCurCfgIntfHello, ripStatInBadVersion=ripStatInBadVersion, ripNewCfgIntfMcastUpdate=ripNewCfgIntfMcastUpdate, ospfCumIntfLoop=ospfCumIntfLoop, ospfCurCfgVirtIntfRetrans=ospfCurCfgVirtIntfRetrans, ipNewCfgStaticArpPort=ipNewCfgStaticArpPort, bgpNewCfgPeerHoldTime=bgpNewCfgPeerHoldTime, ospfTimersKickOffStats=ospfTimersKickOffStats, ipCurCfgGwState=ipCurCfgGwState, ospfAreaIntfWaitTimer=ospfAreaIntfWaitTimer, ipCurCfgIntfMask=ipCurCfgIntfMask, ospfAreaNbrChangeStats=ospfAreaNbrChangeStats, ipCurCfgRmapPrec=ipCurCfgRmapPrec, ipNewCfgRmapWeight=ipNewCfgRmapWeight, bgpNewCfgPeerAddOutRmap=bgpNewCfgPeerAddOutRmap, ospfIntfErrAuthFailure=ospfIntfErrAuthFailure, allowedNwInfoIp6Prefix=allowedNwInfoIp6Prefix, arpInfoRefPorts=arpInfoRefPorts, ospfIntfDown=ospfIntfDown, bgpNewCfgPeerRemoveInRmap=bgpNewCfgPeerRemoveInRmap, ipFwdCurCfgPortTable=ipFwdCurCfgPortTable, vrrpCurCfgVirtRtrID=vrrpCurCfgVirtRtrID, ospfIntfNbrN1way=ospfIntfNbrN1way, ipRoute6InfoTable=ipRoute6InfoTable, ospfIntfLoop=ospfIntfLoop, ifStatsTable=ifStatsTable, ipNewCfgStaticRouteDestIp=ipNewCfgStaticRouteDestIp, ipBootpCfg=ipBootpCfg, nbrcacheInfo=nbrcacheInfo, ospfTmrsKckOffLsaLock=ospfTmrsKckOffLsaLock, ospfAreaNbrChangeStatsEntry=ospfAreaNbrChangeStatsEntry, bgpNewCfgPeerIndex=bgpNewCfgPeerIndex, bgpNewCfgAggrIndex=bgpNewCfgAggrIndex, ospfAreaInfoEntry=ospfAreaInfoEntry, bgpNewCfgPeerMinTime=bgpNewCfgPeerMinTime, ospfAreaIntfDown=ospfAreaIntfDown, ipCurCfgIntfEntry=ipCurCfgIntfEntry, ipNewCfgStaticArpMAC=ipNewCfgStaticArpMAC, ripCurCfgIntfMetric=ripCurCfgIntfMetric, ipNewCfgAspathState=ipNewCfgAspathState, vrrpCurCfgVirtRtrVrGrpPreemption=vrrpCurCfgVirtRtrVrGrpPreemption, ospfCurCfgAreaSpfInterval=ospfCurCfgAreaSpfInterval, ospfIntfErrHelloMismatch=ospfIntfErrHelloMismatch, vrrpStatInAdvers=vrrpStatInAdvers, vrrpCurCfgGenTckVlanPortInc=vrrpCurCfgGenTckVlanPortInc, allowedNwInfoIpver=allowedNwInfoIpver, ipNewCfgAspathTable=ipNewCfgAspathTable, ospfGeneralInfo=ospfGeneralInfo, ospfAreaChangeStatsEntry=ospfAreaChangeStatsEntry, ospfAreaIntfBackup=ospfAreaIntfBackup, vrrpCurCfgVirtRtrAddr=vrrpCurCfgVirtRtrAddr, ripCurCfgIntfSupply=ripCurCfgIntfSupply, icmp6OutErrors=icmp6OutErrors, ospfTmrsKckOffHello=ospfTmrsKckOffHello, vrrpNewCfgVirtRtrDelete=vrrpNewCfgVirtRtrDelete, ipNewCfgNwfAddr=ipNewCfgNwfAddr, arpInfoEntry=arpInfoEntry, ipCurCfgIntfState=ipCurCfgIntfState, allowedNwInfoBeginIpAddr=allowedNwInfoBeginIpAddr, arpStats=arpStats, ipFwdNewCfgPortIndex=ipFwdNewCfgPortIndex, ospfNewCfgRangeMask=ospfNewCfgRangeMask, ipNewCfgAlistNwf=ipNewCfgAlistNwf, bgpCurCfgPeerMinAS=bgpCurCfgPeerMinAS, vrrpNewCfgGenTckL4PortInc=vrrpNewCfgGenTckL4PortInc, ipInterfaceTableMax=ipInterfaceTableMax, ospfIntfNbrChangeStatsEntry=ospfIntfNbrChangeStatsEntry, ospfIntfRxHello=ospfIntfRxHello, ipCurCfgStaticArpMAC=ipCurCfgStaticArpMAC, icmp6StatsIndx=icmp6StatsIndx, ospfNewCfgRangeAreaIndex=ospfNewCfgRangeAreaIndex, rip2RoutesInfoNxtHopIndex=rip2RoutesInfoNxtHopIndex, ipNewCfgIntfVlan=ipNewCfgIntfVlan, ospfAreaTxlsReqs=ospfAreaTxlsReqs, garpOper=garpOper, ospfNewCfgAreaState=ospfNewCfgAreaState, ospfStats=ospfStats, ip6ForwDatagrams=ip6ForwDatagrams, ospfIfInfoIndex=ospfIfInfoIndex, rip2NewCfgVip=rip2NewCfgVip, ipFwdCurCfgLocalSubnet=ipFwdCurCfgLocalSubnet, ipNewCfgBootpState=ipNewCfgBootpState, ospfInterface=ospfInterface, bgpOperStop=bgpOperStop, garpOperVlanNumber=garpOperVlanNumber, bgpCurCfgPeerConRetry=bgpCurCfgPeerConRetry, ospfCumRxHello=ospfCumRxHello, vrrpNewCfgGenState=vrrpNewCfgGenState, PYSNMP_MODULE_ID=layer3, rip2Cfg=rip2Cfg, ospfNewCfgStaticAddOutRmap=ospfNewCfgStaticAddOutRmap, ipNewCfgIntfIndex=ipNewCfgIntfIndex, ospfNewCfgVirtIntfIndex=ospfNewCfgVirtIntfIndex, ipClearStats=ipClearStats, gatewayInfo=gatewayInfo, ospfAreaRxTxStats=ospfAreaRxTxStats, ipNewCfgAlistDelete=ipNewCfgAlistDelete, ospfCumTxlsUpdates=ospfCumTxlsUpdates, vrrpNewCfgGenHotstandby=vrrpNewCfgGenHotstandby, ospfIntfErrOptionsMismatch=ospfIntfErrOptionsMismatch, ipRoute6InfoEntry=ipRoute6InfoEntry, ospfNewCfgVisionAreaIndex=ospfNewCfgVisionAreaIndex, vrrpNewCfgVirtRtrGrpSharing=vrrpNewCfgVirtRtrGrpSharing, ipCurCfgGwMetric=ipCurCfgGwMetric, vrrpCurCfgVirtRtrVrGrpTckRServer=vrrpCurCfgVirtRtrVrGrpTckRServer, ospfCurCfgIntfMdkey=ospfCurCfgIntfMdkey, ospfCurCfgIbgpOutRmapList=ospfCurCfgIbgpOutRmapList, vrrpNewCfgVirtRtrVrGrpTckVlanPort=vrrpNewCfgVirtRtrVrGrpTckVlanPort, ipNewCfgAspathAS=ipNewCfgAspathAS, ospfCumIntfNbrChange=ospfCumIntfNbrChange, ospfNewCfgHostDelete=ospfNewCfgHostDelete, vrrpNewCfgVirtRtrVrGrpTckRServer=vrrpNewCfgVirtRtrVrGrpTckRServer, intfInfoEntry=intfInfoEntry, bgpNewCfgState=bgpNewCfgState, ospfCurCfgHostAreaIndex=ospfCurCfgHostAreaIndex, ipCurCfgRouterID=ipCurCfgRouterID, icmp6InNSs=icmp6InNSs, icmp6InParmProbs=icmp6InParmProbs, ipCurCfgNwfState=ipCurCfgNwfState, ipNewCfgAlistEntry=ipNewCfgAlistEntry, bgpCurCfgPeerRemoteAddr=bgpCurCfgPeerRemoteAddr, vrrpNewCfgVirtRtrGrpIfIndex=vrrpNewCfgVirtRtrGrpIfIndex, ospfCurCfgFixedOutRmapList=ospfCurCfgFixedOutRmapList, ospfNewCfgFixedOutRmapList=ospfNewCfgFixedOutRmapList, ospfAreaRxTxIndex=ospfAreaRxTxIndex, ipRoute6InfoNextHop=ipRoute6InfoNextHop, ospfIntfInfoTable=ospfIntfInfoTable, ospfGeneral=ospfGeneral, ospfAreaNbrBadSequence=ospfAreaNbrBadSequence, ospfVirtIntfTableMaxSize=ospfVirtIntfTableMaxSize, ipFwdNewCfgState=ipFwdNewCfgState, ospfCurCfgIntfKey=ospfCurCfgIntfKey, ospfNewCfgVirtIntfTransit=ospfNewCfgVirtIntfTransit, ospfIfInfoIpAddress=ospfIfInfoIpAddress, vrrpCurCfgGenTckHsrvInc=vrrpCurCfgGenTckHsrvInc, ospfAreaTableMaxSize=ospfAreaTableMaxSize, ipCurCfgIntfRouteAdv=ipCurCfgIntfRouteAdv, ipCurCfgAlistAction=ipCurCfgAlistAction, ripStatInBadSourcePort=ripStatInBadSourcePort, ipCurCfgAlistState=ipCurCfgAlistState, bgpNewCfgMaxASPath=bgpNewCfgMaxASPath, ospfCurCfgVirtIntfTransit=ospfCurCfgVirtIntfTransit, nbrcacheInfoState=nbrcacheInfoState, ospfNewCfgMdkeyDelete=ospfNewCfgMdkeyDelete, ipCurCfgStaticRouteInterface=ipCurCfgStaticRouteInterface, bgpNewCfgAggrDelete=bgpNewCfgAggrDelete, ospfAreaTxPkts=ospfAreaTxPkts, routeStatMaxEntries=routeStatMaxEntries, ipNewCfgNwfEntry=ipNewCfgNwfEntry, ipRouteInfoMask=ipRouteInfoMask, dnsNewCfgDomainName=dnsNewCfgDomainName, ospfNbrInFullState=ospfNbrInFullState, vrrpNewCfgVirtRtrVrGrpIndx=vrrpNewCfgVirtRtrVrGrpIndx, ipCurCfgRmapIndex=ipCurCfgRmapIndex, vrrpNewCfgVirtRtrIndx=vrrpNewCfgVirtRtrIndx, ospfCurCfgIntfIndex=ospfCurCfgIntfIndex, vrrpNewCfgVirtRtrVrGrpSharing=vrrpNewCfgVirtRtrVrGrpSharing, ospfCurCfgIntfAreaId=ospfCurCfgIntfAreaId, ospfNewCfgVisionAreaId=ospfNewCfgVisionAreaId) mibBuilder.exportSymbols("ALTEON-CHEETAH-NETWORK-MIB", ripStatInRequestPkts=ripStatInRequestPkts, arpInfoSrcPort=arpInfoSrcPort, ipFwdCurCfgLocalEntry=ipFwdCurCfgLocalEntry, bgpPeerTableMax=bgpPeerTableMax, ospfIfNbrBackupDesignatedRtr=ospfIfNbrBackupDesignatedRtr, vrrpCurCfgVirtRtrGrpPriority=vrrpCurCfgVirtRtrGrpPriority, ospfIntfNbrBadSequence=ospfIntfNbrBadSequence, ipCurCfgBootpAddr=ipCurCfgBootpAddr, ipCurCfgStaticArpVlan=ipCurCfgStaticArpVlan, bgpCurCfgAggrEntry=bgpCurCfgAggrEntry, ospfAreaRxlsAcks=ospfAreaRxlsAcks, vrrpNewCfgVirtRtrGrpTableEntry=vrrpNewCfgVirtRtrGrpTableEntry, ospfCurCfgRipMetric=ospfCurCfgRipMetric, vrrpNewCfgVirtRtrGrpTckIpIntf=vrrpNewCfgVirtRtrGrpTckIpIntf, ipNewCfgRmapIndex=ipNewCfgRmapIndex, ospfNewCfgHostIpAddr=ospfNewCfgHostIpAddr, vrrpNewCfgVirtRtrGrpTckRServer=vrrpNewCfgVirtRtrGrpTckRServer, ospfCurCfgIntfRetrans=ospfCurCfgIntfRetrans, vrrpNewCfgIfTableEntry=vrrpNewCfgIfTableEntry, dnsCurCfgPrimaryIpv6Addr=dnsCurCfgPrimaryIpv6Addr, vrrpCurCfgVirtRtrSharing=vrrpCurCfgVirtRtrSharing, ipCurCfgGwVlan=ipCurCfgGwVlan, bgpCurCfgPeerTtl=bgpCurCfgPeerTtl, bgpCurCfgPeerTable=bgpCurCfgPeerTable, ospfCurCfgRangeTable=ospfCurCfgRangeTable, ospfNewCfgRangeState=ospfNewCfgRangeState, ospfTotalAreas=ospfTotalAreas, ipCurCfgNwfAddr=ipCurCfgNwfAddr, ipCurCfgAspathState=ipCurCfgAspathState, ospfNewCfgAreaId=ospfNewCfgAreaId, ospfNewCfgEbgpOutRmapList=ospfNewCfgEbgpOutRmapList, ospfNewCfgMdkeyEntry=ospfNewCfgMdkeyEntry, ospfIntfNbrChangeStats=ospfIntfNbrChangeStats, dnsCurCfgSecondaryIpAddr=dnsCurCfgSecondaryIpAddr, ospfCurCfgVirtIntfDead=ospfCurCfgVirtIntfDead, rip2NewCfgState=rip2NewCfgState, vrrpCurCfgVirtRtrGrpTckVlanPort=vrrpCurCfgVirtRtrGrpTckVlanPort, ip6ReasmOKs=ip6ReasmOKs, bgpCurCfgPeerHoldTime=bgpCurCfgPeerHoldTime, ripNewCfgIntfTrigUpdate=ripNewCfgIntfTrigUpdate, ospfIntfHello=ospfIntfHello, ipv6NewCfgStaticRouteMask=ipv6NewCfgStaticRouteMask, icmp6InErrors=icmp6InErrors, nbrcacheInfoTable=nbrcacheInfoTable, ip6icmpInMsgs=ip6icmpInMsgs, ipNewCfgRmapTable=ipNewCfgRmapTable, vrrpCurCfgVirtRtrGrpTckHsrp=vrrpCurCfgVirtRtrGrpTckHsrp, vrrpNewCfgIfDelete=vrrpNewCfgIfDelete, ipNewCfgNwfIndex=ipNewCfgNwfIndex, ospfNewCfgVirtIntfKey=ospfNewCfgVirtIntfKey, ipNewCfgIntfAddr=ipNewCfgIntfAddr, ospfCurCfgEbgpMetricType=ospfCurCfgEbgpMetricType, ospfNewCfgEbgpAddOutRmap=ospfNewCfgEbgpAddOutRmap, ipNewCfgStaticArpIp=ipNewCfgStaticArpIp, ipCurCfgAlistTable=ipCurCfgAlistTable, nbrcacheInfoTotDynamicEntries=nbrcacheInfoTotDynamicEntries, ripNewCfgIntfDefault=ripNewCfgIntfDefault, ipNewCfgIntfTable=ipNewCfgIntfTable, bgpNewCfgPeerEntry=bgpNewCfgPeerEntry, ipRouteInfoTag=ipRouteInfoTag, ospfNewCfgFixedMetric=ospfNewCfgFixedMetric, ospfCurCfgRipOutRmapList=ospfCurCfgRipOutRmapList, ipRouteInfoGateway1=ipRouteInfoGateway1, ospfCurCfgVirtIntfKey=ospfCurCfgVirtIntfKey, ipFwdGeneralCfg=ipFwdGeneralCfg, vrrpNewCfgVirtRtrGrpState=vrrpNewCfgVirtRtrGrpState, ospfIntfTxPkts=ospfIntfTxPkts, ospfCumNbrExchangeDone=ospfCumNbrExchangeDone, ospfRedistributeStatic=ospfRedistributeStatic, ospfCumNbrStart=ospfCumNbrStart, ospfCumRxTxStats=ospfCumRxTxStats, garpOperSend=garpOperSend, ipNewCfgGwIndex=ipNewCfgGwIndex, ospfIntfErrIndex=ospfIntfErrIndex, icmp6Stats=icmp6Stats, ospfCurCfgFixedMetricType=ospfCurCfgFixedMetricType, ripStatInBadZeros=ripStatInBadZeros, ipNewCfgRmapMetricType=ipNewCfgRmapMetricType, ospfTmrsKckOffRetransmit=ospfTmrsKckOffRetransmit, vrrpOperVirtRtrTable=vrrpOperVirtRtrTable, ospfIntfErrNetmaskMismatch=ospfIntfErrNetmaskMismatch, vrrpNewCfgVirtRtrGrpID=vrrpNewCfgVirtRtrGrpID, ospfNewCfgVirtIntfNbr=ospfNewCfgVirtIntfNbr, ospfAreaChangeStats=ospfAreaChangeStats, ospfHostTableMaxSize=ospfHostTableMaxSize, bgpNewCfgPeerRemoteAddr=bgpNewCfgPeerRemoteAddr, ospfNewCfgDefaultRouteMetric=ospfNewCfgDefaultRouteMetric, ip6GwStatsTable=ip6GwStatsTable, ospfCumNbrN2way=ospfCumNbrN2way, ospfNewCfgHostCost=ospfNewCfgHostCost, ospfCurCfgVirtIntfIndex=ospfCurCfgVirtIntfIndex, ipNewCfgIntfIpVer=ipNewCfgIntfIpVer, ipOper=ipOper, arpCurCfgReARPPeriod=arpCurCfgReARPPeriod, ripStatInBadSizePkts=ripStatInBadSizePkts, ipCurCfgAlistRmapIndex=ipCurCfgAlistRmapIndex, bgpOperStartSess=bgpOperStartSess, dnsNewCfgPrimaryIpAddr=dnsNewCfgPrimaryIpAddr, vrrpCurCfgVirtRtrVrGrpIndx=vrrpCurCfgVirtRtrVrGrpIndx, ipFwdNewCfgLocalSubnet=ipFwdNewCfgLocalSubnet, ospfCumNbrLoadingDone=ospfCumNbrLoadingDone, ipCurCfgStaticRouteIndx=ipCurCfgStaticRouteIndx, ospfNewCfgHostAreaIndex=ospfNewCfgHostAreaIndex, ipRouteInfoInterface=ipRouteInfoInterface, ospfIfNbrDesignatedRtr=ospfIfNbrDesignatedRtr, icmp6InEchos=icmp6InEchos, ospfNewCfgDefaultRouteMetricType=ospfNewCfgDefaultRouteMetricType, arpCacheClear=arpCacheClear, nbrcacheInfoEntry=nbrcacheInfoEntry, rip2RoutesInfoIpAddress=rip2RoutesInfoIpAddress, ipCurCfgStaticRouteTable=ipCurCfgStaticRouteTable, tcpStatCurInConn=tcpStatCurInConn, ripNewCfgIntfVersion=ripNewCfgIntfVersion, vrrpNewCfgVirtRtrInterval=vrrpNewCfgVirtRtrInterval, vrrpNewCfgGenHoldoff=vrrpNewCfgGenHoldoff, ospfIntfRxlsUpdates=ospfIntfRxlsUpdates, arpInfoVLAN=arpInfoVLAN, vrrpCurCfgIfIndx=vrrpCurCfgIfIndx, ospfTotalTransitAreas=ospfTotalTransitAreas, bgpCurCfgPeerMetric=bgpCurCfgPeerMetric, ip6GwIndex=ip6GwIndex, ipCurCfgStaticArpTable=ipCurCfgStaticArpTable, ospfNewCfgMdkeyKey=ospfNewCfgMdkeyKey, ospfNewCfgVirtIntfDead=ospfNewCfgVirtIntfDead, ospfIntfNbrDown=ospfIntfNbrDown, dnsCurCfgDomainName=dnsCurCfgDomainName, ospfNewCfgIntfState=ospfNewCfgIntfState, ospfNewCfgAreaSpfInterval=ospfNewCfgAreaSpfInterval, bgpCurCfgASNumber=bgpCurCfgASNumber, ospfCurCfgEbgpOutRmapList=ospfCurCfgEbgpOutRmapList, vrrpCurCfgVirtRtrVrGrpState=vrrpCurCfgVirtRtrVrGrpState, ospfAreaIntfNbrChange=ospfAreaIntfNbrChange, ospfIntfRxTxIndex=ospfIntfRxTxIndex, vrrpNewCfgVirtRtrTable=vrrpNewCfgVirtRtrTable, ospfCurCfgAreaTable=ospfCurCfgAreaTable, ip6GwEchoreq=ip6GwEchoreq, dnsNewCfgSecondaryIpAddr=dnsNewCfgSecondaryIpAddr, ospfCurCfgIbgpMetric=ospfCurCfgIbgpMetric, rip2InfoIntfTable=rip2InfoIntfTable, ip6Stats=ip6Stats, ipNewCfgAlistState=ipNewCfgAlistState, ospfIntfNbrStart=ospfIntfNbrStart, allowedNwInfoVlan=allowedNwInfoVlan, vrrpNewCfgIfPasswd=vrrpNewCfgIfPasswd, vrrpCurCfgVirtRtrTableEntry=vrrpCurCfgVirtRtrTableEntry, ospfIntfUnloop=ospfIntfUnloop, vrrpCurCfgVirtRtrGrpPreempt=vrrpCurCfgVirtRtrGrpPreempt, ospfNbrInExchState=ospfNbrInExchState, ipFwdNewCfgRtCache=ipFwdNewCfgRtCache, ospfNewCfgState=ospfNewCfgState, ospfIntfNbrLoadingDone=ospfIntfNbrLoadingDone, ip6GwMaster=ip6GwMaster, ospfIntfNbrChange=ospfIntfNbrChange, ipNewCfgGwIpVer=ipNewCfgGwIpVer, ospfCumNbrBadRequests=ospfCumNbrBadRequests, ipCurCfgAspathEntry=ipCurCfgAspathEntry, bgpNewCfgPeerStaticState=bgpNewCfgPeerStaticState, vrrpInfoVirtRtrPriority=vrrpInfoVirtRtrPriority, bgpNewCfgPeerRipState=bgpNewCfgPeerRipState, ripCurCfgIntfDefault=ripCurCfgIntfDefault, ipCurCfgAspathTable=ipCurCfgAspathTable, bgpCurCfgPeerRipState=bgpCurCfgPeerRipState, ospfNewCfgRangeTable=ospfNewCfgRangeTable, ospfNewCfgIbgpAddOutRmap=ospfNewCfgIbgpAddOutRmap, icmp6InNAs=icmp6InNAs, ipFwdCurCfgPortState=ipFwdCurCfgPortState, vrrpInfoVirtRtrServer=vrrpInfoVirtRtrServer, ripInfoUpdatePeriod=ripInfoUpdatePeriod, ripInfoIntfMcastUpdate=ripInfoIntfMcastUpdate, arpCfg=arpCfg, vrrpNewCfgVirtRtrIpv6Interval=vrrpNewCfgVirtRtrIpv6Interval, ospfIntfErrorStatsEntry=ospfIntfErrorStatsEntry, vrrpNewCfgVirtRtrVrGrpState=vrrpNewCfgVirtRtrVrGrpState, ipNewCfgGwTable=ipNewCfgGwTable, ipFwdNewCfgLocalMask=ipFwdNewCfgLocalMask, bgpCurCfgPeerIndex=bgpCurCfgPeerIndex, vrrpCfg=vrrpCfg, vrrpNewCfgIfIndx=vrrpNewCfgIfIndx, ipRouteInfoDestIp=ipRouteInfoDestIp, ipNewCfgStaticArpAction=ipNewCfgStaticArpAction, vrrpNewCfgVirtRtrID=vrrpNewCfgVirtRtrID, ipCurCfgRmapState=ipCurCfgRmapState, ospfAreaRxHello=ospfAreaRxHello, ospfAreaInfoIndex=ospfAreaInfoIndex, ipNewCfgGwVlan=ipNewCfgGwVlan, ospfTmrsKckOffSummary=ospfTmrsKckOffSummary, nbrcacheInfoPortNum=nbrcacheInfoPortNum, bgpOperStopPeerNum=bgpOperStopPeerNum, ospfNewCfgRipMetricType=ospfNewCfgRipMetricType, ospfNewCfgFixedRemoveOutRmap=ospfNewCfgFixedRemoveOutRmap, ospfAreaNbrN2way=ospfAreaNbrN2way, vrrpCurCfgVirtRtrGrpIfIndex=vrrpCurCfgVirtRtrGrpIfIndex, ipCurCfgASNumber=ipCurCfgASNumber, ipNewCfgNwfDelete=ipNewCfgNwfDelete, ipCurCfgIntfTable=ipCurCfgIntfTable, ospfNewCfgAreaEntry=ospfNewCfgAreaEntry, ripStatInBadSourceIP=ripStatInBadSourceIP, ospfIntfNbrBadRequests=ospfIntfNbrBadRequests, icmp6OutRedirects=icmp6OutRedirects, ospfAreaTxDatabase=ospfAreaTxDatabase, ospfIntfTxlsAcks=ospfIntfTxlsAcks, ospfAreaIntfHello=ospfAreaIntfHello, ipCurCfgIntfBootpRelay=ipCurCfgIntfBootpRelay, ripInfoIntfDefault=ripInfoIntfDefault, ospfCumNbrChangeStats=ospfCumNbrChangeStats, allowedNwInfoTable=allowedNwInfoTable, ipStaticArpTableNextAvailableIndex=ipStaticArpTableNextAvailableIndex, ospfIntfTxlsUpdates=ospfIntfTxlsUpdates, ospfLsTypesSupported=ospfLsTypesSupported, vrrpNewCfgVirtRtrPriority=vrrpNewCfgVirtRtrPriority, ipCurCfgNwfMask=ipCurCfgNwfMask, vrrpCurCfgVirtRtrPriority=vrrpCurCfgVirtRtrPriority, ospfCurCfgAreaState=ospfCurCfgAreaState, bgpNewCfgPeerState=bgpNewCfgPeerState, ospfCumNbrN1way=ospfCumNbrN1way, bgpCurCfgPeerMinTime=bgpCurCfgPeerMinTime, ipFwdLocalTableMaxSize=ipFwdLocalTableMaxSize, bgpNewCfgASNumber=bgpNewCfgASNumber, ospfAreaNbrAdjointOk=ospfAreaNbrAdjointOk, arpInfoTable=arpInfoTable, ipFwdCurCfgState=ipFwdCurCfgState, ipCurCfgRmapMetricType=ipCurCfgRmapMetricType, gatewayInfoVlan=gatewayInfoVlan, routeStats=routeStats, ifStatsEntry=ifStatsEntry, ospfCurCfgHostIpAddr=ospfCurCfgHostIpAddr, ospfCurCfgAreaEntry=ospfCurCfgAreaEntry, vrrpCurCfgVirtRtrVrGrpTableEntry=vrrpCurCfgVirtRtrVrGrpTableEntry, ipRoute6Info=ipRoute6Info, ipGatewayCfg=ipGatewayCfg, vrrpCurCfgVirtRtrVrGrpTckIpIntf=vrrpCurCfgVirtRtrVrGrpTckIpIntf, ipCurCfgRmapWeight=ipCurCfgRmapWeight, ripInfoStaticSupply=ripInfoStaticSupply, ospfNewCfgIntfDead=ospfNewCfgIntfDead, intfInfoVlan=intfInfoVlan, vrrpCurCfgIfPasswd=vrrpCurCfgIfPasswd, ospfIfNbrPriority=ospfIfNbrPriority, ripInfoIntfTrigUpdate=ripInfoIntfTrigUpdate, vrrpNewCfgVirtRtrGrpIndx=vrrpNewCfgVirtRtrGrpIndx, ipFwdCurCfgLocalIndex=ipFwdCurCfgLocalIndex, vrrpCurCfgVirtRtrGrpInterval=vrrpCurCfgVirtRtrGrpInterval, vrrpCurCfgIfTable=vrrpCurCfgIfTable, ripNewCfgIntfDefListen=ripNewCfgIntfDefListen, ipFwdNewCfgLocalTable=ipFwdNewCfgLocalTable, ospfRedistributeEbgp=ospfRedistributeEbgp, ipNewCfgStaticArpEntry=ipNewCfgStaticArpEntry, ospfAreaErrOptionsMismatch=ospfAreaErrOptionsMismatch, vrrpVirtRtrTableMaxSize=vrrpVirtRtrTableMaxSize, ospfCurCfgStaticMetricType=ospfCurCfgStaticMetricType, ospfAreaErrUnknownNbr=ospfAreaErrUnknownNbr, intfInfoNetMask=intfInfoNetMask, ospfCurCfgRipMetricType=ospfCurCfgRipMetricType, ospfTotalNumberOfInterfaces=ospfTotalNumberOfInterfaces, routeTableClear=routeTableClear) mibBuilder.exportSymbols("ALTEON-CHEETAH-NETWORK-MIB", ospfIntfCountForRouter=ospfIntfCountForRouter, layer3Stats=layer3Stats, ipNewCfgStaticRouteEntry=ipNewCfgStaticRouteEntry, vrrpNewCfgGenTckRServerInc=vrrpNewCfgGenTckRServerInc, ipv6NewCfgStaticRouteDestIp=ipv6NewCfgStaticRouteDestIp, vrrpNewCfgVirtRtrVrGrpTable=vrrpNewCfgVirtRtrVrGrpTable, ospfRangeTableMaxSize=ospfRangeTableMaxSize, ospfCurCfgRangeHideState=ospfCurCfgRangeHideState, ospfIntfChangeStatsEntry=ospfIntfChangeStatsEntry, ipRoute6InfoProto=ipRoute6InfoProto, ospfRedistributeRip=ospfRedistributeRip, vrrpCurCfgVirtRtrGrpIndx=vrrpCurCfgVirtRtrGrpIndx, icmp6StatsTable=icmp6StatsTable, rip2GeneralInfo=rip2GeneralInfo, vrrpNewCfgGenTckVlanPortInc=vrrpNewCfgGenTckVlanPortInc, vrrpNewCfgVirtRtrTckL4Port=vrrpNewCfgVirtRtrTckL4Port, icmp6OutNSs=icmp6OutNSs, ipRouteInfoGateway=ipRouteInfoGateway, bgpCfg=bgpCfg, ospfTmrsKckOffAseExport=ospfTmrsKckOffAseExport, layer3Oper=layer3Oper, icmp6OutEchos=icmp6OutEchos, vrrpCurCfgVirtRtrGrpIpv6Interval=vrrpCurCfgVirtRtrGrpIpv6Interval, ospfIntfNbrIndex=ospfIntfNbrIndex, ospfIntfNbrExchangeDone=ospfIntfNbrExchangeDone, ospfCurCfgRangeAreaIndex=ospfCurCfgRangeAreaIndex, ipNewCfgRmapMetric=ipNewCfgRmapMetric, bgpAggrTableMax=bgpAggrTableMax, ip6InDelivers=ip6InDelivers, vrrpCurCfgVirtRtrGrpTckHsrv=vrrpCurCfgVirtRtrGrpTckHsrv, ipNewCfgIntfBootpRelay=ipNewCfgIntfBootpRelay, ipNewCfgRmapEntry=ipNewCfgRmapEntry, vrrpCurCfgVirtRtrIpv6Addr=vrrpCurCfgVirtRtrIpv6Addr, tcpStatCurConn=tcpStatCurConn, icmp6OutEchoReps=icmp6OutEchoReps, ospfIfDesignatedRouterIP=ospfIfDesignatedRouterIP, vrrpNewCfgVirtRtrGrpTckVlanPort=vrrpNewCfgVirtRtrGrpTckVlanPort, ospfCurCfgHostIndex=ospfCurCfgHostIndex, vrrpCurCfgVirtRtrGrpSharing=vrrpCurCfgVirtRtrGrpSharing, ripNewCfgIntfPoisonReverse=ripNewCfgIntfPoisonReverse, ospfNewCfgVisionAreaMetric=ospfNewCfgVisionAreaMetric, ospfAreaErrHelloMismatch=ospfAreaErrHelloMismatch, ripInfoIntfListen=ripInfoIntfListen, ospfIntfErrDeadMismatch=ospfIntfErrDeadMismatch, vrrpNewCfgVirtRtrGrpTckHsrv=vrrpNewCfgVirtRtrGrpTckHsrv, ipNewCfgNwfTable=ipNewCfgNwfTable, vrrpNewCfgVirtRtrVrGrpTckHsrv=vrrpNewCfgVirtRtrVrGrpTckHsrv, ospfCumIntfWaitTimer=ospfCumIntfWaitTimer, vrrpCurCfgVirtRtrVrGrpAdverInterval=vrrpCurCfgVirtRtrVrGrpAdverInterval, ospfinfo=ospfinfo, ospfAreaErrAuthFailure=ospfAreaErrAuthFailure, ipCurCfgAlistMetric=ipCurCfgAlistMetric, ospfAreaRxPkts=ospfAreaRxPkts, ospfIfNbrIntfIndex=ospfIfNbrIntfIndex, vrrpCurCfgVirtRtrGrpVersion=vrrpCurCfgVirtRtrGrpVersion, ripNewCfgIntfAuth=ripNewCfgIntfAuth, vrrpNewCfgVirtRtrState=vrrpNewCfgVirtRtrState, intfInfoLinkLocalAddr=intfInfoLinkLocalAddr, ipFwdNewCfgLocalEntry=ipFwdNewCfgLocalEntry, ipFwdNewCfgLocalIndex=ipFwdNewCfgLocalIndex, vrrpCurCfgVirtRtrTckHsrv=vrrpCurCfgVirtRtrTckHsrv, vrrpCurCfgGenState=vrrpCurCfgGenState, ipNewCfgStaticArpTable=ipNewCfgStaticArpTable, ospfIntfIndex=ospfIntfIndex, ripInfoIntfAddress=ripInfoIntfAddress, ospfIntfInfoEntry=ospfIntfInfoEntry, ospfNewCfgHostState=ospfNewCfgHostState, ripInfoIntfPoisonReverse=ripInfoIntfPoisonReverse, ripStatInResponsePkts=ripStatInResponsePkts, vrrpNewCfgVirtRtrGrpInterval=vrrpNewCfgVirtRtrGrpInterval, ospfIntfRxlsAcks=ospfIntfRxlsAcks, vrrpVirtRtrVrGrpTableMaxSize=vrrpVirtRtrVrGrpTableMaxSize, vrrpCurCfgVirtRtrVrGrpPriority=vrrpCurCfgVirtRtrVrGrpPriority, bgpNewCfgPeerMinAS=bgpNewCfgPeerMinAS, ipCurCfgStaticRouteMask=ipCurCfgStaticRouteMask, arpNewCfgReARPPeriod=arpNewCfgReARPPeriod, ipRoute6InfoDestIp6=ipRoute6InfoDestIp6, vrrpCurCfgIfTableEntry=vrrpCurCfgIfTableEntry, vrrpNewCfgVirtRtrGrpDelete=vrrpNewCfgVirtRtrGrpDelete, ripCurCfgIntfEntry=ripCurCfgIntfEntry, ipRoutingInfo=ipRoutingInfo, vrrpNewCfgVirtRtrGrpTckL4Port=vrrpNewCfgVirtRtrGrpTckL4Port, bgpCurCfgState=bgpCurCfgState, rip2CurCfgVip=rip2CurCfgVip, bgpNewCfgAggrEntry=bgpNewCfgAggrEntry, ospfNewCfgVisionAreaDelete=ospfNewCfgVisionAreaDelete, ospfNewCfgIbgpMetric=ospfNewCfgIbgpMetric, ipCurCfgIntfBroadcast=ipCurCfgIntfBroadcast, vrrpNewCfgIfAuthType=vrrpNewCfgIfAuthType, ospfIfNbrTable=ospfIfNbrTable, vrrpCurCfgVirtRtrTckHsrp=vrrpCurCfgVirtRtrTckHsrp, rip2RoutesInfoDestination=rip2RoutesInfoDestination, ipRouteInfoTable=ipRouteInfoTable, ip6OutNoRoutes=ip6OutNoRoutes, ipv6NewCfgStaticRouteAction=ipv6NewCfgStaticRouteAction, ospfAreaErrDeadMismatch=ospfAreaErrDeadMismatch, ospfIntfRxTxStats=ospfIntfRxTxStats, vrrpNewCfgVirtRtrVrGrpRem=vrrpNewCfgVirtRtrVrGrpRem, ospfAreaRxlsUpdates=ospfAreaRxlsUpdates, ripInfoIntfEntry=ripInfoIntfEntry, rip2RoutesInfoTable=rip2RoutesInfoTable, ipCurCfgGwArp=ipCurCfgGwArp, gatewayInfoAddr=gatewayInfoAddr, clearStats=clearStats, arpInfo=arpInfo, vrrpCurCfgVirtRtrTckRServer=vrrpCurCfgVirtRtrTckRServer, vrrpIfTableMaxSize=vrrpIfTableMaxSize, vrrpNewCfgVirtRtrVrGrpTckVirtRtrNo=vrrpNewCfgVirtRtrVrGrpTckVirtRtrNo, ospfNewCfgAreaType=ospfNewCfgAreaType, ospfCumNbrRstAd=ospfCumNbrRstAd, ip6InDiscards=ip6InDiscards, ip6icmpOutMsgs=ip6icmpOutMsgs, ipNewCfgAlistMetric=ipNewCfgAlistMetric, arpStatEntries=arpStatEntries, ospfCurCfgMdkeyIndex=ospfCurCfgMdkeyIndex, ospfCurCfgAreaIndex=ospfCurCfgAreaIndex, ipNewCfgStaticArpIndx=ipNewCfgStaticArpIndx, dnsStatInBadDnsRequests=dnsStatInBadDnsRequests, ospfAreaNbrhello=ospfAreaNbrhello, ipFwdCurCfgNoICMPRedirect=ipFwdCurCfgNoICMPRedirect, ifClearStats=ifClearStats, icmp6InEchoReps=icmp6InEchoReps, vrrpNewCfgVirtRtrSharing=vrrpNewCfgVirtRtrSharing, ospfNewCfgHostEntry=ospfNewCfgHostEntry, ripNewCfgIntfState=ripNewCfgIntfState, ospfCfg=ospfCfg, ripNewCfgIntfEntry=ripNewCfgIntfEntry, ripCurCfgIntfMcastUpdate=ripCurCfgIntfMcastUpdate, vrrpNewCfgVirtRtrTckIpIntf=vrrpNewCfgVirtRtrTckIpIntf, vrrpNewCfgVirtRtrVrGrpTckL4Port=vrrpNewCfgVirtRtrVrGrpTckL4Port, ipNewCfgRmapAp=ipNewCfgRmapAp, bgpNewCfgPeerInRmapList=bgpNewCfgPeerInRmapList, ripInfoIntfAuth=ripInfoIntfAuth, ospfAreaNbrStart=ospfAreaNbrStart, ospfCurCfgStaticMetric=ospfCurCfgStaticMetric, bgpNewCfgPeerOutRmapList=bgpNewCfgPeerOutRmapList, ripNewCfgIntfListen=ripNewCfgIntfListen, ipGatewayTableMax=ipGatewayTableMax, ripNewCfgIntfIndex=ripNewCfgIntfIndex, ospfNewCfgIntfIndex=ospfNewCfgIntfIndex, ipNewCfgAlistAction=ipNewCfgAlistAction, dnsNewCfgSecondaryIpv6Addr=dnsNewCfgSecondaryIpv6Addr, ospfCurCfgState=ospfCurCfgState, ipCurCfgAspathAction=ipCurCfgAspathAction, ospfCurCfgVirtIntfEntry=ospfCurCfgVirtIntfEntry, ospfNewCfgFixedMetricType=ospfNewCfgFixedMetricType, ospfCumNbrDown=ospfCumNbrDown, vrrpCurCfgVirtRtrGrpTableEntry=vrrpCurCfgVirtRtrGrpTableEntry, vrrpNewCfgVirtRtrTckHsrp=vrrpNewCfgVirtRtrTckHsrp, ospfCurCfgAreaType=ospfCurCfgAreaType, rip2NewCfgUpdatePeriod=rip2NewCfgUpdatePeriod, vrrpGeneral=vrrpGeneral, ospfNewCfgMdkeyIndex=ospfNewCfgMdkeyIndex, ospfCurCfgIntfTransit=ospfCurCfgIntfTransit, bgpNewCfgPeerTable=bgpNewCfgPeerTable, intfInfoIndex=intfInfoIndex, ipFwdNewCfgLocalDelete=ipFwdNewCfgLocalDelete, ipCurCfgBootpState=ipCurCfgBootpState, ospfCurCfgLsdb=ospfCurCfgLsdb, ospfCurCfgRangeState=ospfCurCfgRangeState, ospfNewCfgEbgpMetricType=ospfNewCfgEbgpMetricType, routeStatEntries=routeStatEntries, ospfAreaInfoId=ospfAreaInfoId, ipNewCfgAspathRmapIndex=ipNewCfgAspathRmapIndex, ospfNumberOfLsdbEntries=ospfNumberOfLsdbEntries, vrrpCurCfgVirtRtrGrpTable=vrrpCurCfgVirtRtrGrpTable, ospfAreaNbrN1way=ospfAreaNbrN1way, bgpNewCfgPeerDelete=bgpNewCfgPeerDelete, allowedNwInfoEndIpAddr=allowedNwInfoEndIpAddr, allowedNwInfoIndex=allowedNwInfoIndex, vrrpCurCfgGenTckIpIntfInc=vrrpCurCfgGenTckIpIntfInc, bgpOperStartPeerNum=bgpOperStartPeerNum, intfInfoStatus=intfInfoStatus, ospfNewCfgStaticMetric=ospfNewCfgStaticMetric, bgpCurCfgAggrState=bgpCurCfgAggrState, ospfCurCfgIntfEntry=ospfCurCfgIntfEntry, vrrpCurCfgGenHoldoff=vrrpCurCfgGenHoldoff, ospfMdkeyTableMaxSize=ospfMdkeyTableMaxSize, ospfIntfErrorStats=ospfIntfErrorStats, ospfNewCfgVisionAreaEntry=ospfNewCfgVisionAreaEntry, ipCurCfgGwRetry=ipCurCfgGwRetry, bgpNewCfgPeerFixedState=bgpNewCfgPeerFixedState, bgpCurCfgPeerKeepAlive=bgpCurCfgPeerKeepAlive, bgpCurCfgPeerOspfState=bgpCurCfgPeerOspfState, ospfNewCfgRipOutRmapList=ospfNewCfgRipOutRmapList, vrrpCurCfgVirtRtrIndx=vrrpCurCfgVirtRtrIndx, ospfNewCfgStaticMetricType=ospfNewCfgStaticMetricType, ripStatInSelfRcvPkts=ripStatInSelfRcvPkts, vrrpInfoVirtRtrProxy=vrrpInfoVirtRtrProxy, ipNewCfgRouterID=ipNewCfgRouterID, ospfStartTime=ospfStartTime, ospfNewCfgVirtIntfMdkey=ospfNewCfgVirtIntfMdkey, ipCurCfgGwAddr=ipCurCfgGwAddr, vrrpNewCfgVirtRtrVrGrpTckHsrp=vrrpNewCfgVirtRtrVrGrpTckHsrp, vrrpNewCfgVirtRtrVrGrpPreemption=vrrpNewCfgVirtRtrVrGrpPreemption, vrrpVirtRtrGrpTableMaxSize=vrrpVirtRtrGrpTableMaxSize, bgpCurCfgMaxASPath=bgpCurCfgMaxASPath, ipCurCfgAspathIndex=ipCurCfgAspathIndex, ospfNewCfgVirtIntfTable=ospfNewCfgVirtIntfTable, ospfAreaTxlsAcks=ospfAreaTxlsAcks, allowedNwInfoEntry=allowedNwInfoEntry, icmp6InTooBigs=icmp6InTooBigs, bgpNewCfgPeerAddInRmap=bgpNewCfgPeerAddInRmap, ip6gwStats=ip6gwStats, ipCurCfgIntfIpv6Addr=ipCurCfgIntfIpv6Addr, rip2RoutesInfoEntry=rip2RoutesInfoEntry, bgpCurCfgAggrIndex=bgpCurCfgAggrIndex, ipRoute6InfoInterface=ipRoute6InfoInterface, vrrpNewCfgVirtRtrIfIndex=vrrpNewCfgVirtRtrIfIndex, nbrcacheInfoTotLocalEntries=nbrcacheInfoTotLocalEntries, nbrcacheInfoTotOtherEntries=nbrcacheInfoTotOtherEntries, vrrpNewCfgVirtRtrTckRServer=vrrpNewCfgVirtRtrTckRServer, ospfCumRxPkts=ospfCumRxPkts, ipCurCfgStaticRouteDestIp=ipCurCfgStaticRouteDestIp, vrrpStatOutBadAdvers=vrrpStatOutBadAdvers, vrrpCurCfgVirtRtrTckVirtRtr=vrrpCurCfgVirtRtrTckVirtRtr, ripNewCfgIntfKey=ripNewCfgIntfKey, ospfAreaRxTxStatsEntry=ospfAreaRxTxStatsEntry, ipCurCfgStaticArpPort=ipCurCfgStaticArpPort, ospfIfNbrEntry=ospfIfNbrEntry, ospfArea=ospfArea, ospfNewCfgAreaMetric=ospfNewCfgAreaMetric, vrrpNewCfgVirtRtrVrGrpAdverInterval=vrrpNewCfgVirtRtrVrGrpAdverInterval, arpStatHighWater=arpStatHighWater, ipCurCfgStaticRouteEntry=ipCurCfgStaticRouteEntry, ipCurCfgRmapAp=ipCurCfgRmapAp, ipFwdCurCfgPortEntry=ipFwdCurCfgPortEntry, bgpNewCfgPeerKeepAlive=bgpNewCfgPeerKeepAlive, ripStatOutPackets=ripStatOutPackets, ospfAreaNbrDown=ospfAreaNbrDown, vrrpCurCfgVirtRtrGrpTckRServer=vrrpCurCfgVirtRtrGrpTckRServer, ospfNewCfgRangeHideState=ospfNewCfgRangeHideState, ipRmapCfg=ipRmapCfg, ospfNbrInInitState=ospfNbrInInitState, ipCurCfgAspathRmapIndex=ipCurCfgAspathRmapIndex, ipIntfInfo=ipIntfInfo, vrrpNewCfgVirtRtrVrGrpDelete=vrrpNewCfgVirtRtrVrGrpDelete, dnsCurCfgSecondaryIpv6Addr=dnsCurCfgSecondaryIpv6Addr, ospfNewCfgVisionAreaType=ospfNewCfgVisionAreaType, ospfIntfWaitTimer=ospfIntfWaitTimer, ospfIfWaitInterval=ospfIfWaitInterval, ripInfoVip=ripInfoVip, ospfNewCfgIntfEntry=ospfNewCfgIntfEntry, ospfCurCfgRangeMask=ospfCurCfgRangeMask, garpOperIpAddr=garpOperIpAddr, ipCurCfgGwEntry=ipCurCfgGwEntry, ipCurCfgGwIndex=ipCurCfgGwIndex, vrrpCurCfgVirtRtrTckVlanPort=vrrpCurCfgVirtRtrTckVlanPort, ospfIntfRxlsReqs=ospfIntfRxlsReqs, ospfNewCfgAreaTable=ospfNewCfgAreaTable, ipInterfaceCfg=ipInterfaceCfg, vrrpInfo=vrrpInfo, ipCurCfgIntfVlan=ipCurCfgIntfVlan, ospfCurCfgHostCost=ospfCurCfgHostCost) mibBuilder.exportSymbols("ALTEON-CHEETAH-NETWORK-MIB", ospfAreaNbrExchangeDone=ospfAreaNbrExchangeDone, bgpNewCfgAggrTable=bgpNewCfgAggrTable, ipNewCfgAlistIndex=ipNewCfgAlistIndex, bgpCurCfgPeerInRmapList=bgpCurCfgPeerInRmapList, ospfIntfNbrhello=ospfIntfNbrhello, ospfRedistributeFixed=ospfRedistributeFixed, ipNewCfgGwEntry=ipNewCfgGwEntry, bgpCurCfgPeerStaticState=bgpCurCfgPeerStaticState, ospfCumNbrAdjointOk=ospfCumNbrAdjointOk, vrrpCurCfgVirtRtrGrpTckVirtRtr=vrrpCurCfgVirtRtrGrpTckVirtRtr, vrrpCurCfgGenTckVirtRtrInc=vrrpCurCfgGenTckVirtRtrInc, bgpCurCfgPeerRemoteAs=bgpCurCfgPeerRemoteAs, ipFwdNewCfgPortState=ipFwdNewCfgPortState, vrrpNewCfgGenTckIpIntfInc=vrrpNewCfgGenTckIpIntfInc, ipNewCfgGwDelete=ipNewCfgGwDelete, vrrpNewCfgVirtRtrGrpPreempt=vrrpNewCfgVirtRtrGrpPreempt, ipNewCfgGwState=ipNewCfgGwState, vrrpNewCfgVirtRtrGrpTckHsrp=vrrpNewCfgVirtRtrGrpTckHsrp, intfInfoAddr=intfInfoAddr, ospfCumTxDatabase=ospfCumTxDatabase, vrrpNewCfgVirtRtrAddr=vrrpNewCfgVirtRtrAddr, ripCurCfgIntfKey=ripCurCfgIntfKey, vrrpNewCfgGenTckHsrvInc=vrrpNewCfgGenTckHsrvInc, ospfCurCfgStaticOutRmapList=ospfCurCfgStaticOutRmapList, ripNewCfgIntfTable=ripNewCfgIntfTable, rip2NewCfgStaticSupply=rip2NewCfgStaticSupply, dnsNewCfgPrimaryIpv6Addr=dnsNewCfgPrimaryIpv6Addr, bgpCurCfgAggrAddr=bgpCurCfgAggrAddr, ospfNewCfgRipAddOutRmap=ospfNewCfgRipAddOutRmap, vrrpCurCfgVirtRtrIpv6Interval=vrrpCurCfgVirtRtrIpv6Interval, ospfNewCfgStaticOutRmapList=ospfNewCfgStaticOutRmapList, intfInfoIpver=intfInfoIpver, ospfCurCfgIntfPriority=ospfCurCfgIntfPriority, ipCurCfgStaticArpIp=ipCurCfgStaticArpIp, vrrpNewCfgVirtRtrTckVlanPort=vrrpNewCfgVirtRtrTckVlanPort, ripCurCfgIntfPoisonReverse=ripCurCfgIntfPoisonReverse, ipNewCfgRmapPrec=ipNewCfgRmapPrec, arpInfoFlag=arpInfoFlag, ospfCurCfgIntfDead=ospfCurCfgIntfDead, ripInfoIntfIndex=ripInfoIntfIndex, vrrpCurCfgVirtRtrVrGrpSharing=vrrpCurCfgVirtRtrVrGrpSharing, ipCurCfgRmapLp=ipCurCfgRmapLp, ospfCurCfgVirtIntfNbr=ospfCurCfgVirtIntfNbr, ospfIntfChangeStats=ospfIntfChangeStats, layer3Info=layer3Info, ospfAreaRxlsReqs=ospfAreaRxlsReqs, ospfCumTxlsAcks=ospfCumTxlsAcks, ip6GwStatsIndex=ip6GwStatsIndex, ospfNewCfgVirtIntfState=ospfNewCfgVirtIntfState, ospfAreaNbrIndex=ospfAreaNbrIndex, ospfCumRxlsUpdates=ospfCumRxlsUpdates, ospfCurCfgAreaAuthType=ospfCurCfgAreaAuthType, ipNewCfgIntfDelete=ipNewCfgIntfDelete, ipRouteInfoGateway2=ipRouteInfoGateway2, bgpNewCfgPeerDefaultAction=bgpNewCfgPeerDefaultAction, ipCurCfgGwIpv6Addr=ipCurCfgGwIpv6Addr, ipNewCfgIntfRouteAdv=ipNewCfgIntfRouteAdv, ospfNewCfgEbgpMetric=ospfNewCfgEbgpMetric, ospfIntfTxDatabase=ospfIntfTxDatabase, ipNewCfgIntfEntry=ipNewCfgIntfEntry, ospfIntfRxTxStatsEntry=ospfIntfRxTxStatsEntry, ospfNewCfgRipMetric=ospfNewCfgRipMetric, ipNewCfgAspathIndex=ipNewCfgAspathIndex, vrrpNewCfgGenTckHsrpInc=vrrpNewCfgGenTckHsrpInc, ospfNewCfgMdkeyTable=ospfNewCfgMdkeyTable, ospfAreaRxDatabase=ospfAreaRxDatabase, bgpNewCfgLocalPref=bgpNewCfgLocalPref, ripInfoIntfState=ripInfoIntfState, layer3=layer3, ospfCurCfgVirtIntfHello=ospfCurCfgVirtIntfHello, ripStatRouteTimeout=ripStatRouteTimeout, icmp6OutNAs=icmp6OutNAs, ip6GwFails=ip6GwFails, bgpCurCfgPeerEntry=bgpCurCfgPeerEntry, nbrcacheInfoMacAddr=nbrcacheInfoMacAddr, ipNewCfgBootpAddr2=ipNewCfgBootpAddr2, ip6icmpInErrors=ip6icmpInErrors, vrrpCurCfgVirtRtrState=vrrpCurCfgVirtRtrState, ipCurCfgRmapEntry=ipCurCfgRmapEntry, ospfNewCfgIntfDelete=ospfNewCfgIntfDelete, ospfNewCfgRipRemoveOutRmap=ospfNewCfgRipRemoveOutRmap, ospfCurCfgMdkeyEntry=ospfCurCfgMdkeyEntry, ipNewCfgAspathDelete=ipNewCfgAspathDelete, vrrpCurCfgVirtRtrVrGrpTable=vrrpCurCfgVirtRtrVrGrpTable, vrrpNewCfgVirtRtrTckVirtRtr=vrrpNewCfgVirtRtrTckVirtRtr, bgpNewCfgPeerMetric=bgpNewCfgPeerMetric, ospfNumberOfInterfacesUp=ospfNumberOfInterfacesUp, ipFwdNewCfgDirectedBcast=ipFwdNewCfgDirectedBcast, ospfAreaErrorStatsEntry=ospfAreaErrorStatsEntry)
D=float(input("Qual a distância a ser percorrida: ")) Vm=int(input("Qual a velocidade média de viagem: ")) T_v= D/Vm minutos= T_v*60 print("tempo de viagem: %d minutos " % minutos)
class Script(object): START_MSG = """<b>👋Hy {}, ഈ ബോട്ട് Moviesbizzv2.0 ഗ്രൂപ്പിലേക്ക് ഉള്ളത് എന്ന് ഇനി വീണ്ടും വീണ്ടും പറയണോ?? അപ്പോ പിന്നെ എന്തിനാ വീണ്ടും വീണ്ടും സ്റ്റാർട്ട് കുത്തി കളിക്കാൻ വരുന്നേ... ആ സൈഡിലോട്ട് എങ്ങാനും മാറി ഇരിക്ക്‌ ഇനി🤭🤭 """ HELP_MSG = """ <i>നീ ഏതാ..... ഒന്ന് പോടെയ് അവൻ help ചോയ്ച്ച് വന്നിരിക്കുന്നു😤...I'm Different Bot U Know </i> <b>© @Moviesbizz_yt</b> """
""" 面向对象 创建桌子类 数据:品牌,材质,尺寸(长,宽,高) 创建电脑类 数据:型号,CPU型号,内存大小,硬盘大小 行为:开机,关机 """ class Desk: def __init__(self,brand="",material="",size=()): self.brand=brand self.material=material self.size=size lege=Desk("乐哥","复合材质",(50,20,10))
# # PySNMP MIB module PDN-IFDEV-IWF-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/PDN-IFDEV-IWF-MIB # Produced by pysmi-0.3.4 at Mon Apr 29 20:30:02 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) # Integer, ObjectIdentifier, OctetString = mibBuilder.importSymbols("ASN1", "Integer", "ObjectIdentifier", "OctetString") NamedValues, = mibBuilder.importSymbols("ASN1-ENUMERATION", "NamedValues") ConstraintsIntersection, SingleValueConstraint, ValueSizeConstraint, ValueRangeConstraint, ConstraintsUnion = mibBuilder.importSymbols("ASN1-REFINEMENT", "ConstraintsIntersection", "SingleValueConstraint", "ValueSizeConstraint", "ValueRangeConstraint", "ConstraintsUnion") ifIndex, = mibBuilder.importSymbols("IF-MIB", "ifIndex") pdn_interfaces, = mibBuilder.importSymbols("PDN-HEADER-MIB", "pdn-interfaces") ObjectGroup, NotificationGroup, ModuleCompliance = mibBuilder.importSymbols("SNMPv2-CONF", "ObjectGroup", "NotificationGroup", "ModuleCompliance") MibIdentifier, IpAddress, TimeTicks, Bits, MibScalar, MibTable, MibTableRow, MibTableColumn, ObjectIdentity, Counter64, Integer32, iso, NotificationType, ModuleIdentity, Gauge32, Counter32, Unsigned32 = mibBuilder.importSymbols("SNMPv2-SMI", "MibIdentifier", "IpAddress", "TimeTicks", "Bits", "MibScalar", "MibTable", "MibTableRow", "MibTableColumn", "ObjectIdentity", "Counter64", "Integer32", "iso", "NotificationType", "ModuleIdentity", "Gauge32", "Counter32", "Unsigned32") TextualConvention, DisplayString = mibBuilder.importSymbols("SNMPv2-TC", "TextualConvention", "DisplayString") pdnIfDevIwfMIB = ModuleIdentity((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27)) pdnIfDevIwfMIB.setRevisions(('2004-09-10 00:00',)) if mibBuilder.loadTexts: pdnIfDevIwfMIB.setLastUpdated('200409100000Z') if mibBuilder.loadTexts: pdnIfDevIwfMIB.setOrganization('Paradyne Networks MIB Working Group Other information about group editing the MIB') pdnIfDevIwfNotifications = MibIdentifier((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 0)) pdnIfDevIwfObjects = MibIdentifier((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 1)) pdnIfDevIwfAFNs = MibIdentifier((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 2)) pdnIfDevIwfConformance = MibIdentifier((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3)) class TxRxUnit(TextualConvention, Integer32): reference = "RFC 1662, Section 1.2, `Terminology'." status = 'current' subtypeSpec = Integer32.subtypeSpec + ConstraintsUnion(SingleValueConstraint(1, 2, 3, 4, 5, 6)) namedValues = NamedValues(("other", 1), ("bits", 2), ("octets", 3), ("frames", 4), ("packets", 5), ("datagrams", 6)) pdnIfDevIwfStatsTotalTable = MibTable((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 1, 1), ) if mibBuilder.loadTexts: pdnIfDevIwfStatsTotalTable.setStatus('current') pdnIfDevIwfStatsTotalEntry = MibTableRow((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 1, 1, 1), ).setIndexNames((0, "IF-MIB", "ifIndex")) if mibBuilder.loadTexts: pdnIfDevIwfStatsTotalEntry.setStatus('current') pdnIfDevIwfStatsTotalBufferUnderruns = MibTableColumn((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 1, 1, 1, 1), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: pdnIfDevIwfStatsTotalBufferUnderruns.setStatus('current') pdnIfDevIwfStatsTotalMRUErrors = MibTableColumn((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 1, 1, 1, 2), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: pdnIfDevIwfStatsTotalMRUErrors.setStatus('current') pdnIfDevIwfStatsTotalRxUnit = MibTableColumn((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 1, 1, 1, 3), TxRxUnit()).setMaxAccess("readonly") if mibBuilder.loadTexts: pdnIfDevIwfStatsTotalRxUnit.setStatus('current') pdnIfDevIwfStatsTotalRx = MibTableColumn((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 1, 1, 1, 4), Counter32()).setMaxAccess("readonly") if mibBuilder.loadTexts: pdnIfDevIwfStatsTotalRx.setStatus('current') pdnIfDevIwfCompliances = MibIdentifier((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3, 1)) pdnIfDevIwfGroups = MibIdentifier((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3, 2)) pdnIfDevIwfCompliance = ModuleCompliance((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3, 1, 1)).setObjects(("PDN-IFDEV-IWF-MIB", "pdnIfDevIwfStatsTotalBufferUnderrunsGroup"), ("PDN-IFDEV-IWF-MIB", "pdnIfDevIwfStatsTotalMRUErrorsGroup"), ("PDN-IFDEV-IWF-MIB", "pdnIfDevIwfStatsTotalRxGroup")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): pdnIfDevIwfCompliance = pdnIfDevIwfCompliance.setStatus('current') pdnIfDevIwfObjGroups = MibIdentifier((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3, 2, 1)) pdnIfDevIwfAfnGroups = MibIdentifier((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3, 2, 2)) pdnIfDevIwfNtfyGroups = MibIdentifier((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3, 2, 3)) pdnIfDevIwfStatsTotalBufferUnderrunsGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3, 2, 1, 1)).setObjects(("PDN-IFDEV-IWF-MIB", "pdnIfDevIwfStatsTotalBufferUnderruns")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): pdnIfDevIwfStatsTotalBufferUnderrunsGroup = pdnIfDevIwfStatsTotalBufferUnderrunsGroup.setStatus('current') pdnIfDevIwfStatsTotalMRUErrorsGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3, 2, 1, 2)).setObjects(("PDN-IFDEV-IWF-MIB", "pdnIfDevIwfStatsTotalMRUErrors")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): pdnIfDevIwfStatsTotalMRUErrorsGroup = pdnIfDevIwfStatsTotalMRUErrorsGroup.setStatus('current') pdnIfDevIwfStatsTotalRxGroup = ObjectGroup((1, 3, 6, 1, 4, 1, 1795, 2, 24, 2, 6, 27, 3, 2, 1, 3)).setObjects(("PDN-IFDEV-IWF-MIB", "pdnIfDevIwfStatsTotalRxUnit"), ("PDN-IFDEV-IWF-MIB", "pdnIfDevIwfStatsTotalRx")) if getattr(mibBuilder, 'version', (0, 0, 0)) > (4, 4, 0): pdnIfDevIwfStatsTotalRxGroup = pdnIfDevIwfStatsTotalRxGroup.setStatus('current') mibBuilder.exportSymbols("PDN-IFDEV-IWF-MIB", PYSNMP_MODULE_ID=pdnIfDevIwfMIB, pdnIfDevIwfStatsTotalRxUnit=pdnIfDevIwfStatsTotalRxUnit, pdnIfDevIwfObjects=pdnIfDevIwfObjects, pdnIfDevIwfStatsTotalTable=pdnIfDevIwfStatsTotalTable, pdnIfDevIwfStatsTotalMRUErrorsGroup=pdnIfDevIwfStatsTotalMRUErrorsGroup, TxRxUnit=TxRxUnit, pdnIfDevIwfCompliance=pdnIfDevIwfCompliance, pdnIfDevIwfStatsTotalMRUErrors=pdnIfDevIwfStatsTotalMRUErrors, pdnIfDevIwfStatsTotalRx=pdnIfDevIwfStatsTotalRx, pdnIfDevIwfMIB=pdnIfDevIwfMIB, pdnIfDevIwfAFNs=pdnIfDevIwfAFNs, pdnIfDevIwfAfnGroups=pdnIfDevIwfAfnGroups, pdnIfDevIwfStatsTotalBufferUnderrunsGroup=pdnIfDevIwfStatsTotalBufferUnderrunsGroup, pdnIfDevIwfStatsTotalEntry=pdnIfDevIwfStatsTotalEntry, pdnIfDevIwfObjGroups=pdnIfDevIwfObjGroups, pdnIfDevIwfGroups=pdnIfDevIwfGroups, pdnIfDevIwfNtfyGroups=pdnIfDevIwfNtfyGroups, pdnIfDevIwfNotifications=pdnIfDevIwfNotifications, pdnIfDevIwfStatsTotalRxGroup=pdnIfDevIwfStatsTotalRxGroup, pdnIfDevIwfStatsTotalBufferUnderruns=pdnIfDevIwfStatsTotalBufferUnderruns, pdnIfDevIwfConformance=pdnIfDevIwfConformance, pdnIfDevIwfCompliances=pdnIfDevIwfCompliances)
n = int(input())/10e2 if 0.1 > n: print("00") elif 5 >= n: if len(str(int(n*10))) == 1: print("0{}".format(int(n*10))) else: print(int(n*10)) elif 30 >= n: print(int(n)+50) elif 70 >= n: print((int(n) - 30)//5 + 80) else: print(89)
#TUPLAS SÃO VARIAVEIS COMPOSTAS #AS TUPLAS SÃO IMUTÁVEIS!! #TUPLAS UTILAZAM PARENTESES () OU SEM NADA lanche = ("Hambúrguer" , 'Suco', 'Pizza', 'Pudim') print(lanche[1]) #USANDO O ESQUEMA DE FATIAMENTO DA AULA 09 print(lanche[-1]) #PEGA O ULTIMO ,QUE NO CASO O PUDIM print(lanche[1:3]) #LEMBRANDO O QUE O ULTIMO (O Nº3) NÃO É CONTADO,SÓ O ANTECESSOR DELE print(lanche[2:]) #VAI DE PIZZA ATÉ PUDIM print(lanche[-3:]) #COMEÇA NO SUCO (NÚMEROS NEGATIVOS PODEM SER USADOS COMO CONTAR DE TRAS PARA FRENTE print(sorted(lanche)) #COLOCA EM ORDEM ALFABETICA SUA TUPLA for comida in lanche: print(f'Eu vou comer {comida}') print('Comi pra caramba!') #OUTRA FORMA DE FAZER ESSE BGL DO FOR for cont in range(0,len(lanche)): print(F"Eu vou comer {lanche[cont]}") print(cont) #SE EU QUISER SABER A QUANTIDADE DE ITENS print('Comi pra caramba!') #OUTRA FORMA DE FAZER TBM DE POSIÇÃO for pos, comida in enumerate(lanche): #Enumarete enumera os itens print(f"Eu vou comer {comida} na posição {pos}") a = (2, 5, 4) b = (5, 8, 1, 2) c = b + a #EM TUPLAS NESSE PIQUE,VOCÊ VAI JUNTAR OS ITENS,BOTANDO A 2ª TUPLA LOGO APÓS A 1ª TUPLA TERMINAR print(c) print(c.count(5)) #VAI CONTAR QUANTOS 5 TEM NA TUPLA print(c.index(4)) #MOSTRA A POSIÇÃO DO NÚMERO NA TUPLA print(c.count(9)) #QUANDO NÃO TEM O ITEM NA TUPLA,ELE BOTA 0 print(c.index(5)) #MOSTRA A POSIÇÃO DO NÚMERO,SE CASO TIVER OUTRO IGUAL FAZER ISSO ABAIXO PQ ELE SÓ PEGA O PRIMEIRO print(c.index(5, 1)) #SE EU QUISER PEGAR O PROXIMO NÚMERO REPETIDO,VAI SER CONTADO À PARTIR DA POSIÇÃO 1 #VOCÊ PODE COLOCAR VARIOS DADOS DISTINTOS NA TUPLA pessoa = ("Celso", 22, "M", 70) print(pessoa) del(pessoa) #FORMA DE 'APAGAR' A TUPLA,MAS É ELA POR COMPLETO print(pessoa)
# Gareth Duffy 2-3-2018 # example of for loop using range function as iterator # for loops are definite iterators compared to e.g. while loops (indefinite) for i in range(1, 99, 2): # change range to experiment (third value is the 'step') print(i, end=' ') # end prints all on one line instead of separate lines
fairumei = "alphabet.java" henkou = fairumei.split(".") print(henkou[-1])
# AUTOGENERATED BY NBDEV! DO NOT EDIT! __all__ = ["index", "modules", "custom_doc_links", "git_url"] index = {"boto3_available": "00_utils.ipynb", "setStockDataRoot": "00_utils.ipynb", "stockDataRoot": "00_utils.ipynb", "requestUrl": "00_utils.ipynb", "setSecUserAgent": "00_utils.ipynb", "secIndexUrl": "00_utils.ipynb", "appendSpace": "00_utils.ipynb", "getCombTextRec": "00_utils.ipynb", "getCombSoupText": "00_utils.ipynb", "prTree": "00_utils.ipynb", "prAllTagNames": "00_utils.ipynb", "downloadSecUrl": "00_utils.ipynb", "secUrlPref": "00_utils.ipynb", "secRestDataPref": "00_utils.ipynb", "secHeaders": "00_utils.ipynb", "secSleepTime": "00_utils.ipynb", "accessNoPatStr": "00_utils.ipynb", "accessNoPat": "00_utils.ipynb", "spacesPat": "00_utils.ipynb", "tagsWithLeftSpace": "00_utils.ipynb", "pageUnavailablePat": "00_utils.ipynb", "delegates": "00_utils.ipynb", "callDelegated": "00_utils.ipynb", "compressGZipBytes": "00_utils.ipynb", "decompressGZipBytes": "00_utils.ipynb", "pickleToBytes": "00_utils.ipynb", "pickleFromBytes": "00_utils.ipynb", "pickSave": "00_utils.ipynb", "pickLoad": "00_utils.ipynb", "pickLoadIfPath": "00_utils.ipynb", "pickSaveToS3": "00_utils.ipynb", "pickLoadFromS3": "00_utils.ipynb", "pickLoadFromS3Public": "00_utils.ipynb", "savePklToDir": "00_utils.ipynb", "loadPklFromDir": "00_utils.ipynb", "saveSplitPklToDir": "00_utils.ipynb", "loadSplitPklFromDir": "00_utils.ipynb", "toDateStr": "00_utils.ipynb", "toDate": "00_utils.ipynb", "isWeekend": "00_utils.ipynb", "dateStrsBetween": "00_utils.ipynb", "formatDateStr": "00_utils.ipynb", "dateStr8Pat": "00_utils.ipynb", "curEasternUSTime": "00_utils.ipynb", "easternUSTimeZone": "00_utils.ipynb", "sanitizeText": "00_utils.ipynb", "secBrowse": "00_utils.ipynb", "printSamp": "00_utils.ipynb", "printErrInfoOrAccessNo": "00_utils.ipynb", "secMostRecentListUrl": "01_recentFeed.ipynb", "printXmlParseWarning": "01_recentFeed.ipynb", "getRecentChunk": "01_recentFeed.ipynb", "titlePat": "01_recentFeed.ipynb", "filedPat": "01_recentFeed.ipynb", "curEasternTimeStampAndDate": "01_recentFeed.ipynb", "initRecentFeedS3": "01_recentFeed.ipynb", "updateRecentFeedS3": "01_recentFeed.ipynb", "getRecentFromS3": "01_recentFeed.ipynb", "getRecentFromS3Public": "01_recentFeed.ipynb", "defaultDLDir": "02_dailyList.ipynb", "getQStr": "02_dailyList.ipynb", "getSecDailyIndexUrls": "02_dailyList.ipynb", "getDailyFList": "02_dailyList.ipynb", "downloadSecFormList": "02_dailyList.ipynb", "edgarTxtFPat": "02_dailyList.ipynb", "isInFormClass": "02_dailyList.ipynb", "namedFormClasses": "02_dailyList.ipynb", "noPeriodFormTypes": "02_dailyList.ipynb", "findCikName": "02_dailyList.ipynb", "checkMapDates": "02_dailyList.ipynb", "dailyList": "02_dailyList.ipynb", "getCikToTickersMap": "02_dailyList.ipynb", "dlCountFilings": "02_dailyList.ipynb", "loadAndUpdateDL": "02_dailyList.ipynb", "getSecTickerDict": "03_tickerMap.ipynb", "secTickerListUrl": "03_tickerMap.ipynb", "getRecent": "04_getCikFilings.ipynb", "defaultBasicInfoDir": "05_basicInfo.ipynb", "defaultTextLimit": "05_basicInfo.ipynb", "getSecFormLinkList": "05_basicInfo.ipynb", "getSecFormCiks": "05_basicInfo.ipynb", "getTextAfterTag": "05_basicInfo.ipynb", "get99Texts": "05_basicInfo.ipynb", "getSecFormInfo": "05_basicInfo.ipynb", "companyNameAndCikPat": "05_basicInfo.ipynb", "filedByPat": "05_basicInfo.ipynb", "periodPat": "05_basicInfo.ipynb", "periodDatePatStr": "05_basicInfo.ipynb", "periodDatePat": "05_basicInfo.ipynb", "acceptedPat": "05_basicInfo.ipynb", "acceptedDateTimePat": "05_basicInfo.ipynb", "itemsPat": "05_basicInfo.ipynb", "itemFormTypes": "05_basicInfo.ipynb", "startExhibitPat": "05_basicInfo.ipynb", "defaultBaseScrapeDir": "06_infoScraper.ipynb", "scraperBase": "06_infoScraper.ipynb", "default13FDir": "07_scrape13F.ipynb", "findChildEndingWith": "07_scrape13F.ipynb", "findChildSeries": "07_scrape13F.ipynb", "getRowInfo": "07_scrape13F.ipynb", "parse13FHoldings": "07_scrape13F.ipynb", "scraper13F": "07_scrape13F.ipynb", "callOptPat": "07_scrape13F.ipynb", "putOptPat": "07_scrape13F.ipynb", "condenseHoldings": "07_scrape13F.ipynb", "get13FAmendmentType": "07_scrape13F.ipynb", "indexMap": "07_scrape13F.ipynb", "getHoldingsMap": "07_scrape13F.ipynb", "addHoldingsMap": "07_scrape13F.ipynb", "printRemoveStocksMessage": "07_scrape13F.ipynb", "holdingsMapToMatrix": "07_scrape13F.ipynb", "getPeriodAndNextQStartEnd": "07_scrape13F.ipynb", "getNSSForQ": "07_scrape13F.ipynb", "saveConvMatrixPy2": "07_scrape13F.ipynb", "qStartEnds": "07_scrape13F.ipynb", "qPeriods": "07_scrape13F.ipynb", "default8KDir": "08_scrape8K.ipynb", "parse8K": "08_scrape8K.ipynb", "scraper8K": "08_scrape8K.ipynb", "itemPat": "08_scrape8K.ipynb", "explanPat": "08_scrape8K.ipynb", "default6KDir": "09_scrape6K.ipynb", "parse6K": "09_scrape6K.ipynb", "scraper6K": "09_scrape6K.ipynb", "reg12gStr": "09_scrape6K.ipynb", "header6KPat": "09_scrape6K.ipynb", "signaturePat": "09_scrape6K.ipynb", "skipJunkPat": "09_scrape6K.ipynb", "default13GDir": "10_scrape13G.ipynb", "getSec13NshAndPctFromText2": "10_scrape13G.ipynb", "addNshAndPct": "10_scrape13G.ipynb", "cusipChecksum": "10_scrape13G.ipynb", "monthNameToIso": "10_scrape13G.ipynb", "getMonthPatStr": "10_scrape13G.ipynb", "parseEventDate": "10_scrape13G.ipynb", "parse13GD": "10_scrape13G.ipynb", "scraper13G": "10_scrape13G.ipynb", "reOPTS": "10_scrape13G.ipynb", "aggregatePatStr": "10_scrape13G.ipynb", "percentOfClassPatStr": "10_scrape13G.ipynb", "typeOfRepPatStr": "10_scrape13G.ipynb", "form13PiecesPat1": "10_scrape13G.ipynb", "form13PiecesPat2": "10_scrape13G.ipynb", "form13PiecesPat3": "10_scrape13G.ipynb", "nSharesPatStr": "10_scrape13G.ipynb", "nPctBarePatStr": "10_scrape13G.ipynb", "nPctWithPctPatStr": "10_scrape13G.ipynb", "nshAndPctPat1Pref": "10_scrape13G.ipynb", "form13NshAndPctPats1": "10_scrape13G.ipynb", "form13NshAndPctPat2": "10_scrape13G.ipynb", "form13NshAndPctPat3": "10_scrape13G.ipynb", "purposePat": "10_scrape13G.ipynb", "strictCusipPatStr": "10_scrape13G.ipynb", "cusipPatStr": "10_scrape13G.ipynb", "cusipNumberPatStr": "10_scrape13G.ipynb", "cusipSearchPats": "10_scrape13G.ipynb", "spaceDashPat": "10_scrape13G.ipynb", "monthNames": "10_scrape13G.ipynb", "monthAbbrevStrs": "10_scrape13G.ipynb", "monthPatStr": "10_scrape13G.ipynb", "monthDayPatStr": "10_scrape13G.ipynb", "possCommaPatStr": "10_scrape13G.ipynb", "yearPatStr": "10_scrape13G.ipynb", "dateOfEventPatStr": "10_scrape13G.ipynb", "dateOfEventAtStartPatStr": "10_scrape13G.ipynb", "dateOfEventAtEndPatStr": "10_scrape13G.ipynb", "dateOfEventMonthPat1": "10_scrape13G.ipynb", "dateOfEventMonthRevPat1": "10_scrape13G.ipynb", "dateOfEventMonthPat2": "10_scrape13G.ipynb", "dateOfEventMonthRevPat2": "10_scrape13G.ipynb", "isoSepPatStr": "10_scrape13G.ipynb", "dateOfEventIsoPat1": "10_scrape13G.ipynb", "dateOfEventIsoRevPat1": "10_scrape13G.ipynb", "dateOfEventIsoPat2": "10_scrape13G.ipynb", "dateOfEventIsoRevPat2": "10_scrape13G.ipynb", "whitespacePat": "10_scrape13G.ipynb", "updateCik13GDPos": "10_scrape13G.ipynb", "cikSymStr": "10_scrape13G.ipynb", "calcBonusMap": "10_scrape13G.ipynb", "default13DDir": "11_scrape13D.ipynb", "scraper13D": "11_scrape13D.ipynb", "get13GDDatesForQ": "11_scrape13D.ipynb", "getCombNSSForQ": "11_scrape13D.ipynb", "oddballScreen": "11_scrape13D.ipynb", "default4Dir": "12_scrape4.ipynb", "formatF4Num": "12_scrape4.ipynb", "formatTrans": "12_scrape4.ipynb", "getForm4Value": "12_scrape4.ipynb", "parse34": "12_scrape4.ipynb", "scraper4": "12_scrape4.ipynb", "form4ReportingNamePat": "12_scrape4.ipynb", "form4ReportingCikPat": "12_scrape4.ipynb", "form4TransactionPat": "12_scrape4.ipynb", "form4ValueFieldsAndPats": "12_scrape4.ipynb", "form4ValueFields": "12_scrape4.ipynb", "form4ValuePats": "12_scrape4.ipynb", "form4ADCodes": "12_scrape4.ipynb", "form4DICodes": "12_scrape4.ipynb", "form4TransactionCodes": "12_scrape4.ipynb"} modules = ["utils.py", "recentFeed.py", "dailyList.py", "tickerMap.py", "getCikFilings.py", "basicInfo.py", "infoScraper.py", "scrape13F.py", "scrape8K.py", "scrape6K.py", "scrape13G.py", "scrape13D.py", "scrape4.py"] doc_url = "https://ikedim01.github.io/secscan/" git_url = "https://github.com/ikedim01/secscan/tree/master/" def custom_doc_links(name): return None
# ============================================ # Global Constants # ============================================ # Shared variables PUZZLE_ROWS = 9 # Number of rows on the board. PUZZLE_COLUMNS = 9 # Number of columns on the board. # Game variables LEVEL_1_TOTAL_MEDALS = 3 LEVEL_2_TOTAL_MEDALS = 4 LEVEL_3_TOTAL_MEDALS = 5 SCORE = 0 MOVES_LEFT = 20 GEM_TYPES = 6 BONUS_TYPES = 3 ICE_ROWS = 5 ICE_LAYERS = 1 RANDOM_SEED = None # Set to NONE to use current system time # GUI variables HD_SCALE = 1.5 # Scale for changing the number of pixels. BASE_CELL_SIZE = 30 # Base width of each shape (pixels). GEM_RATIO = 0.9 # Gem size / cell size. BASE_MARGIN = 70 # Base margin around the board (pixels). BASE_TEXT_AREA = 75 # Base text area. ANIMATION_SCALE = 10 EXPLOSION_FRAMES = 9 # Testing TEST = False
# Definition for a binary tree node. # class TreeNode: # def __init__(self, val=0, left=None, right=None): # self.val = val # self.left = left # self.right = right class Solution: def diameterOfBinaryTree(self, root: TreeNode) -> int: if root is None: return 0 self.max_dist = 0 self.helper(root) return self.max_dist - 1 def helper(self, root): if root is None: return 0 l = self.helper(root.left) r = self.helper(root.right) self.max_dist = max(self.max_dist, l + r + 1) return max(l, r) + 1
""" Error classes for USGS Paremeter Codes""" class Error(Exception): """Base class for other exceptions""" def __init__(self, *args, **kwargs): Exception.__init__(self, *args, **kwargs) class AlreadyExistsError(Error): """Raises an error when data already exists""" def __init__(self, *args, **kwargs): Error.__init__(self, *args, **kwargs)
class Dataset(): def __init__(self, train_images, test_images, train_labels, test_labels, emotion_index_map, time_delay=None): self._train_images = train_images self._test_images = test_images self._train_labels = train_labels self._test_labels = test_labels self._emotion_index_map = emotion_index_map self._time_delay = time_delay def get_training_data(self): return self._train_images, self._train_labels def get_test_data(self): return self._test_images, self._test_labels def get_emotion_index_map(self): return self._emotion_index_map def get_time_delay(self): return self._time_delay def num_test_images(self): return len(self._test_images) def num_train_images(self): return len(self._train_images) def num_images(self): return self.num_train_images() + self.num_test_images() def print_data_details(self): print('\nDATASET DETAILS') print('%d image samples' % (self.num_images())) print('%d training samples' % self.num_train_images()) print('%d test samples\n' % self.num_test_images())
""" port part of hwpy: an OO hardware interface library home: https://www.github.com/wovo/hwpy """ class port: """A port is a set of pins. port.n is the number of pins. port.pins are the pins themselves. """ def __init__( self, pins ): """Create a port from a list of pins. """ self.pins = pins[ : ] self.n = len( self.pins ) def read( self ): """Read from a port. The result is an integer, with in bit 0 the value read from the first pin, in bit 1 the value read from the 2nd pin, etc. The pins must support read(). """ result = 0 mask = 1 for pin in self.pins: if pin.read(): result = result + mask mask = mask << 1 return result def write( self, v ): """Write to port. v must be an integer. The lowest bit in v is written to the first pin, the lowest-but-one is written to the second pin, etc. The pins must support write(). """ mask = 1 for pin in self.pins: pin.write( ( v & mask ) != 0 ) mask = mask << 1 def make_input( self ): """Make all pins inputs. Note: the pins must be gpio. """ for pin in self.pins: pin.make_input() def make_output( self ): """Make all pins outputs. Note: The pins must be gpio. """ for pin in self.pins: pin.make_output()
__author__ = 'alvertisjo' recommenderSE='http://snf-561492.vm.okeanos.grnet.gr:8080/recommender-se/rest/recommender/' recommnederProductCategories=['Home Appliances', 'Electrical Supplies', 'Kitchen Merchandise', 'Pet Care - Food', 'Clothing', 'Sports Equipment', 'Healthcare', 'Communications', 'Lubricants', 'Audio Visual - Photography', 'Lawn - Garden Supplies', 'Computing', 'Cleaning - Hygiene Products', 'Baby Care', 'Tool Storage - Workshop Aids', 'Food - Beverage - Tobacco', 'Household - Office Furniture - Furnishings', 'Footwear', 'Cross Segment', 'Tools - Equipment - Power', 'Beauty - Personal Care - Hygiene', 'Stationery - Office Machinery - Occasion Supplies', 'Music', 'Safety - Protection - DIY', 'Toys - Games', 'Arts - Crafts - Needlework', 'Plumbing - Heating - Ventilation - Air Conditioning', 'Building Products', 'Personal Accessories', 'Automotive', 'Tools - Equipment - Hand'] #Categories to train the Product recommender ##cloudlet='...' platformAPI="https://demo2.openi-ict.eu:443/v.04/" ## http://147.102.6.98t:1988/v.04/photo/?user=tsourom&apps=[{"cbs": "instagram", "app_name": "OPENi"}]&method=filter_tags_photos&data={"lat": "37.9667", "lng": "23.7167", "tags": ["athens"]} cloudletAPI="https://193.1.188.34:443/api/v1/" swaggerAPI="http://openi.epu.ntua.gr:1988/v.04/" FoursquareURL='https://api.foursquare.com/v2/' productsDBurl='http://snf-561492.vm.okeanos.grnet.gr:8080/epuDemo/rest/demo/products/' demo2APIoAuth='https://demo2.openi-ict.eu:443/api/v1/auth/' ntuaPlatformAPI='https://demo2.openi-ict.eu:443/v.04/' searchAPIPath='https://demo2.openi-ict.eu:443/api/v1/search?with_property=cbsid&property_filter=cbsid%3Drecommender' apikey="ce7f31bc55dca7183faee99752b31bed" secretkey="88ed487d2d727490e5e4babd433c8236b886b1dea947e1f027c37ac6135a3b56" oauthURL="https://demo2.openi-ict.eu/auth/account?api_key=%s&secret=%s&redirectURL=http://localhost.com#"%(apikey,secretkey) shop1_username="shop_1" shop1_pass="shop_1shop_1" shop2_username="shop_2" shop2_pass="shop_2shop_2" #tempToken='eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJjXzcwNjQxYjY0Mzk5YzZhNDFkMzhjNDY2ZjdlZDE5NDE0X2YyYTM3OWZmLWJmMjUtNDVkOS1hOTQ5LTU2NDY1MTFiZTg4MCIsImlzcyI6Imh0dHBzOi8vMTI3LjAuMC4xL2F1dGgvdG9rZW4iLCJzdWIiOiJjXzcwNjQxYjY0Mzk5YzZhNDFkMzhjNDY2ZjdlZDE5NDE0IiwiZXhwIjoxNDM1ODc1MzU4LCJpYXQiOjE0MzU4MzIxNTgsIm5vbmNlIjoiMDEyMTk4ZDUtYWU2ZS00NmRlLWI0NDUtY2QxMWVkYjNkNmIxIiwidXNlcl9pZCI6ImNfNzA2NDFiNjQzOTljNmE0MWQzOGM0NjZmN2VkMTk0MTQiLCJjbG91ZGxldCI6ImNfNzA2NDFiNjQzOTljNmE0MWQzOGM0NjZmN2VkMTk0MTQiLCJjbGllbnRfaWQiOiJjZTdmMzFiYzU1ZGNhNzE4M2ZhZWU5OTc1MmIzMWJlZCIsImNsaWVudF9uYW1lIjoidGVzdGMiLCJjb250ZXh0IjoiY183ZTc4YjgzZGRhN2E0N2JjZTM5MjFlYjcyZTk1YjMyOSIsInNjb3BlIjoib3BlbmkiLCJvcGVuaS10b2tlbi10eXBlIjoidG9rZW4iLCJyZXNwb25zZV90eXBlIjoiaWRfdG9rZW4ifQ.HC8iJGLVxmZW_OdM5teclqZTfbXTJf7Gtdy7Yd28D3jhDuD035C0FydtkKzrAolOqCYpyQIv9PZ17jwxMwYRhg'
"""Probabilistic linear solvers. Iterative probabilistic numerical methods solving linear systems :math:`Ax = b`. """ class ProbabilisticLinearSolver: r"""Compose a custom probabilistic linear solver. Class implementing probabilistic linear solvers. Such (iterative) solvers infer solutions to problems of the form .. math:: Ax=b, where :math:`A \in \mathbb{R}^{n \times n}` and :math:`b \in \mathbb{R}^{n}`. They return a probability measure which quantifies uncertainty in the output arising from finite computational resources or stochastic input. This class unifies and generalizes probabilistic linear solvers as described in the literature. [1]_ [2]_ [3]_ [4]_ Parameters ---------- References ---------- .. [1] Hennig, P., Probabilistic Interpretation of Linear Solvers, *SIAM Journal on Optimization*, 2015, 25, 234-260 .. [2] Cockayne, J. et al., A Bayesian Conjugate Gradient Method, *Bayesian Analysis*, 2019, 14, 937-1012 .. [3] Bartels, S. et al., Probabilistic Linear Solvers: A Unifying View, *Statistics and Computing*, 2019 .. [4] Wenger, J. and Hennig, P., Probabilistic Linear Solvers for Machine Learning, *Advances in Neural Information Processing Systems (NeurIPS)*, 2020 See Also -------- problinsolve : Solve linear systems in a Bayesian framework. bayescg : Solve linear systems with prior information on the solution. Examples -------- """
# Python program showing no need to # use global keyword for accessing # a global value # global variable a = 15 b = 10 # function to perform addition def add(): c = a + b print(c) # calling a function add()
def test(): for i in xrange(1): t = '' for j in xrange(int(1e5)): t += 'x' #print(len(t)) test()
""" Copyright (c) 2009 Charles E. R. Wegrzyn All Right Reserved. chuck.wegrzyn at gmail.com This application is free software and subject to the Version 1.0 of the Common Public Attribution License. """
def miniPeaks(nums): result = [] left = 0 right = 0 for i in range(1, len(nums) - 1): left = nums[i - 1] right = nums[i + 1] if nums[i] > left and nums[i] > right: result.append(nums[i]) return result # Time Complexity : O(n) # Space Complexity : O(m), # n = nos of elements # m = nos of peak elements
#!/usr/bin/env python __author__ = "Aditya Pahuja" __copyright__ = "Copyright (c) 2020" __maintainer__ = "Aditya Pahuja" __email__ = "[email protected]" __status__ = "Production" class Window: def __init__(self, start_date, stop_date): self.start_date = start_date self.stop_date = stop_date
#!/usr/bin/python def modular_helper(base, exponent, modulus, prefactor=1): c = 1 for k in range(exponent): c = (c * base) % modulus return ((prefactor % modulus) * c) % modulus def fibN(n): phi = (1 + 5 ** 0.5) / 2 return int(phi ** n / 5 ** 0.5 + 0.5) # Alternate problem solutions start here def problem0012a(): p = primes(1000) n, Dn, cnt = 3, 2, 0 while cnt <= 500: n, n1 = n + 1, n if n1 % 2 == 0: n1 = n1 // 2 Dn1 = 1 for pi in p: if pi * pi > n1: Dn1 = 2 * Dn1 break exponent = 1 while n1 % pi == 0: exponent += 1 n1 = n1 / pi if exponent > 1: Dn1 = Dn1 * exponent if n1 == 1: break cnt = Dn * Dn1 Dn = Dn1 return (n - 1) * (n - 2) // 2 def problem0013a(): with open('problem0013.txt') as f: s = f.readlines() return int(str(sum(int(k[:11]) for k in s))[:10]) # solution due to veritas on Project Euler Forums def problem0014a(ub=1000000): table = {1: 1} def collatz(n): if not n in table: if n % 2 == 0: table[n] = collatz(n // 2) + 1 elif n % 4 == 1: table[n] = collatz((3 * n + 1) // 4) + 3 else: table[n] = collatz((3 * n + 1) // 2) + 2 return table[n] return max(xrange(ub // 2 + 1, ub, 2), key=collatz) # 13 -> 40 -> 20 -> 10 -> 5 -> 16 -> 8 -> 4 -> 2 -> 1 # 13 -(3)-> 10 -(1)-> 5 -(3)-> 4 -(1)-> 2 -(1)-> 1 def veritas_iterative(ub=1000000): table = {1: 1} def collatz(n): seq, steps = [], [] while not n in table: seq.append(n) if n % 2 and n % 4 == 1: n, x = (3 * n + 1) // 4, 3 elif n % 2: n, x = (3 * n + 1) // 2, 2 else: n, x = n // 2, 1 steps.append(x) x = table[n] while seq: n, xn = seq.pop(), steps.pop() x = x + xn table[n] = x return x return max(xrange(ub // 2 + 1, ub, 2), key=collatz) def problem0026a(n=1000): return max(d for d in primes(n) if not any(10 ** x % d == 1 for x in range(1, d - 1))) def problem0031a(): def tally(*p): d = (100, 50, 20, 10, 5, 2, 1) return 200 - sum(k * v for k, v in zip(p, d)) c = 2 for p100 in range(2): mp50 = int(tally(p100) / 50) + 1 for p50 in range(mp50): mp20 = int(tally(p100, p50) / 20) + 1 for p20 in range(mp20): mp10 = int(tally(p100, p50, p20) / 10) + 1 for p10 in range(mp10): mp5 = int(tally(p100, p50, p20, p10) / 5) + 1 for p5 in range(mp5): mp2 = int(tally(p100, p50, p20, p10, p5) / 2) + 1 for p2 in range(mp2): c += 1 return c def problem0089a(): n2r = [(1000, 'M'), (900, 'CM'), (500, 'D'), (400, 'CD'), (100, 'C'), (90, 'XC'), (50, 'L'), (40, 'XL'), (10, 'X'), (9, 'IX'), (5, 'V'), (4, 'IV'), (1, 'I')] r2n = {b: a for a, b in n2r} def to_roman(x): s = [] while x: n, c = next((n, c) for n, c in n2r if x >= n) s.append(c) x = x - n return ''.join(s) def from_roman(r): k, s = 0, 0 while k < len(r): if r[k] not in ('I', 'X', 'C') or k == len(r) - 1: s = s + r2n[r[k]] elif r[k:k+2] in r2n: s = s + r2n[r[k:k+2]] k = k + 1 else: s = s + r2n[r[k]] k = k + 1 return s return sum(len(r) - len(to_roman(from_roman(r))) for r in data.readRoman()) def problem0097a(): # Note 7830457 = 29 * 270015 + 22 # (10 ** 10 - 1) * 2 ** 29 does not overflow a 64 bit integer p, b, e = 28433, 2, 7830457 d, m = divmod(e, 29) prefactor = 28433 * 2 ** m return modular_helper(2 ** 29, 270015, 10 ** 10, 28433 * 2 ** m) + 1
""" python实现二叉树 """ class Node: """节点类""" def __init__(self, value): self.value = value self.left = None self.right = None class BinaryTree: def __init__(self): """ 初始化一棵空树,树根为None的树为空树 """ self.root = None def add(self, item): """二叉树中添加1个节点,使用队列思想""" node = Node(item) q = [self.root] while True: # 空树情况,插入为根 if not self.root: self.root = node return cur = q.pop(0) # 判断左孩子 if cur.left: # 如果是空树,会报错 q.append(cur.left) # 添加进列表用于左右孩子的判断 else: # 直接添加节点,添加完以后直接return结束 cur.left = node return # 判断右孩子 if cur.right: q.append(cur.right) else: cur.right = node return
# List of lists, where each inner list corresponds to a bubble class ListSet: def __init__(self, N): self.N = N self._bubbles = [] for i in range(N): self._bubbles.append({i}) def get_set_label(self, i): """ Return a number that is the same for every element in the set that i is in, and which is unique to that set Parameters ---------- i: int Element we're looking for Returns ------- Index of the bubble containing i """ index = -1 k = 0 while k < len(self._bubbles) and index == -1: if i in self._bubbles[k]: index = k k += 1 return index def find(self, i, j): """ Return true if i and j are in the same component, or false otherwise Parameters ---------- i: int Index of first element j: int Index of second element """ return self.get_set_label(i) == self.get_set_label(j) def union(self, i, j): """ Merge the two sets containing i and j, or do nothing if they're in the same set Parameters ---------- i: int Index of first element j: int Index of second element """ idx_i = self.get_set_label(i) idx_j = self.get_set_label(j) if idx_i != idx_j: # Merge lists # Decide that bubble containing j will be absorbed into # bubble containing i self._bubbles[idx_i] |= self._bubbles[idx_j] # Remove the old bubble containing j self._bubbles = self._bubbles[0:idx_j] + self._bubbles[idx_j+1::] # Single list, each element is the ID of the corresponding object class IDsSet: def __init__(self, N): self.N = N self._ids = list(range(N)) def get_set_label(self, i): """ Return a number that is the same for every element in the set that i is in, and which is unique to that set Parameters ---------- i: int Element we're looking for Returns ------- Index of the bubble containing i """ return self._ids[i] def find(self, i, j): """ Return true if i and j are in the same component, or false otherwise Parameters ---------- i: int Index of first element j: int Index of second element """ return self._ids[i] == self._ids[j] def union(self, i, j): """ Merge the two sets containing i and j, or do nothing if they're in the same set Parameters ---------- i: int Index of first element j: int Index of second element """ # If i and j have different IDs, then we have to # merge the bubbles id_i = self._ids[i] id_j = self._ids[j] if id_i != id_j: # Let's merge everything in the bubble containing j # into the bubble containing i # In other words, everything with id_j should now # have id_i for k, id_k in enumerate(self._ids): if id_k == id_j: self._ids[k] = id_i
# -*- coding:utf-8 -*- class calc: ''' 計算を行うクラスです ''' def sum_(a, b): ''' 足し算を行う Parameters ---------- a: float b: float Returns ------- sum_: float ''' sum_ = a + b return sum_ def sub_(a, b): ''' 引き算を行う Parameters ---------- a: float b: float Returns ------- sub_: float ''' sub_ = a - b return sub_
# Definition for a binary tree node. # class TreeNode(object): # def __init__(self, x): # self.val = x # self.left = None # self.right = None class Solution(object): def lowestCommonAncestor(self, root, p, q): """ :type root: TreeNode :type p: TreeNode :type q: TreeNode :rtype: TreeNode """ pList = [] qList = [] self.computeList(root, p, pList) self.computeList(root, q, qList) pSet = set(pList) for elem in reversed(qList): if elem in pSet: return elem def computeList(self, root, target, L): if root.val == target.val: L.append(root) else: L.append(root) if root.val > target.val: self.computeList(root.left, target, L) else: self.computeList(root.right, target, L)
def is_connected(node1,node2,G): """returns True if node1 and node2 are connected in G. Otherwise returns False Prec:G is a dictionary. node1 and node2 are keys in G""" to_visit=G[node1] visit=[node1] while(to_visit!=[]): cur_node=to_visit[0] visit.append(cur_node) to_visit=to_visit[1:] if cur_node==node2: return True for d in G[cur_node]: if d not in visit and d not in to_visit: to_visit.append(d) return False G1={"A":["B"],"B":["A","C"],"C":["B"],"D":[]} print(is_connected("A","B",G1)) """def is_connected(node1,node2,G): to_visit=G[node1] visit=[node1] while(to_visit!=[]): index=len(to_visit)-1 visit.append(to_visit[index]) to_visit.pop() index=index-1 for d in G[to_visit[index]]: if d not in visit: to_visit.append(d) if node2 in to_visit: return True G1={"A":["B"],"B":["A","C"],"C":["B"],"D":[]} print(is_connected("A","B",G1))"""
class Vector2D: def __init__(self, vec: List[List[int]]): self.v = vec self.row=0 self.col=0 def next(self) -> int: if self.hasNext(): val=self.v[self.row][self.col] self.col+=1 return val else: return def hasNext(self) -> bool: while self.row<len(self.v): if self.col<len(self.v[self.row]): return True self.row+=1 self.col=0 return False # Your Vector2D object will be instantiated and called as such: # obj = Vector2D(vec) # param_1 = obj.next() # param_2 = obj.hasNext()
# Create a dictionary with the roll number, name and marks # of n students in a class and display the names of students # who have marks above 75. n = int(input("Enter number of students: ")) result = {} for i in range(n): print("Enter Details of student No.", i+1) rno = int(input("Roll No: ")) name = input("Name: ") marks = int(input("Marks: ")) result[rno] = [name, marks] for student in result: if result[student][1] > 75: print(f'{result[student][0]} has marks more than 75')
def abs(x: str) -> float: return x if x > 0 else -x # print(abs(10)) # print(abs(-10)) x = set() # print(type(x)) x.add(10) x.add(10) x.add(10) # print(x) # print(len(x)) # print([ord(character) for character in input()]) # print(x.__repr__()) # var = map(int, input().split()) # print(var) n = int(input()) print(sum(x ** 2 for x in range(1, n + 1)))
first_number = 500 / 100 + 50 + 45 second_number = 250 - 50 print(first_number) print(second_number) total = first_number + second_number print(total)
CORE_URL = "https://www.gov.br/receitafederal/pt-br/assuntos/orientacao-tributaria/cadastros/consultas/dados-publicos-cnpj" CORE_URL_FILES = "http://200.152.38.155/CNPJ" CNAE_JSON_NAME = 'cnaes.json' NATJU_JSON_NAME = 'natju.json' QUAL_SOCIO_JSON_NAME = 'qual_socio.json' MOTIVOS_JSON_NAME = 'motivos.json' PAIS_JSON_NAME = 'pais.json' MUNIC_JSON_NAME = 'municipios.json'
CLIENT_LOCK_QUEUE_REQUEST_TIME_OUT = 30000 CLIENT_UNLOCK_QUEUE_REQUEST_TIME_OUT = 30000 CLIENT_DEFAULT_DECLARE_QUEUES_REQUEST_TIME_OUT = 30000 CLIENT_DEFAULT_DECLARE_QUEUE_REQUEST_TIME_OUT = 30000 CLIENT_DEFAULT_DECLARE_EXCHANGES_REQUEST_TIME_OUT = 30000 CLIENT_DEFAULT_DECLARE_EXCHANGE_REQUEST_TIME_OUT = 30000 CLIENT_DEFAULT_DELETE_QUEUES_REQUEST_TIME_OUT = 30000 # Validation time outs; milliseconds. QM_LOCK_QUEUES_REQUEST_TIME_OUT = 30000 QM_UNLOCK_QUEUES_REQUEST_TIME_OUT = 30000 WORKER_VALIDATE_QUEUE_DELETION_TIMEOUT = 30000 WORKER_VALIDATE_DECLARATION_TIMEOUT = 30000
# Sometimes methods take arguments. # Try changing the argument passed to lpad. # Then try some whole different methods... catcher = 'Joyce' print(third_batter.lpad(10)) print(third_batter.startswith('M')) print(third_batter.endswith(''))
count_shiny_gold_bag = 0 rules = {} with open("input.txt", "r") as f: lines = [line.rstrip() for line in f.readlines()] answered_yes_group = [] for line in lines: line = line.split(" bags contain ") line[1] = line[1].split(",") bags = [] for bag in line[1]: bag = bag.strip(" ") bags.append(bag.split(" ")) contained_bags = [] for bag in bags: bag = bag[1] + " " + bag[2] contained_bags.append(bag) if "other" in contained_bags[0]: contained_bags[0] = "None" rules[line[0]] = contained_bags bags = ["shiny gold"] for bag in bags: for rule in rules: if bag in rules[rule]: if rule not in bags: bags.append(rule) print(f"\nHow many bag colors can eventually contain at least one shiny gold bag? {len(bags) - 1}")
class ParserInterface(): def open(self): pass def get_data(self): pass def close(self): pass
# Number of bromine atoms in each species cfc11 = 0 cfc12 = 0 cfc113 = 0 cfc114 = 0 cfc115 = 0 carb_tet = 0 mcf = 0 hcfc22 = 0 hcfc141b = 0 hcfc142b = 0 halon1211 = 1 halon1202 = 2 halon1301 = 1 halon2402 = 2 ch3br = 1 ch3cl = 0 aslist = [cfc11, cfc12, cfc113, cfc114, cfc115, carb_tet, mcf, hcfc22, hcfc141b, hcfc142b, halon1211, halon1202, halon1301, halon2402, ch3br, ch3cl]
class S: ASSETS_PATH = "assets/" WINDOW_SIZE = (432, 768) @staticmethod def save_sprite(name, image): name = name.upper() if not hasattr(S, name): setattr(S, name, image) setattr(S, name + "_RECT", image.get_rect())
#!/usr/bin/env python count = 3 list1 = [] while count > 0: num = int(input(">>> ")) list1.append(num) count -= 1 list1.sort() print(list1)
def Fun(): pass class A: def __init__(self): pass def Fun(self): pass try: print(Fun.__name__) print(A.__init__.__name__) print(A.Fun.__name__) print(A().Fun.__name__) except AttributeError: print('SKIP')
a = input() d = {'A':0,'B':0} for i in range(0,len(a),2): d[a[i]] += int(a[i+1]) if d['A'] > d['B']: print("A") else: print("B")
# -*- 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) ######################################################################### @auth.requires_membership('admins') def manage_author(): mydb.author.image.represent = lambda image, row: IMG(_src=URL('admin', 'download', args=image), _class='author_image', _width='50px', _onclick='$("#image_container").attr("src","'+URL("admin", "download", args=image)+'");document.getElementById("text_container").innerHTML = "'+str(row.name)+'"; $("#imageModal").modal("show");', ) if image else '' grid = SQLFORM.grid(mydb.author, headers={'author.image':'Autor'}, #user_signature=False #http://www.web2py.com/books/default/chapter/29/07/forms-and-validators#SQLFORM-grid, do not check login showbuttontext = False ) #return locals() return {'author': grid} @auth.requires_membership('admins') def manage_book(): mydb.book.image.represent = lambda image, row: IMG(_src=URL('admin', 'download', args=image), _class='book_image', _width='50px', _onclick='$("#image_container").attr("src","'+URL("admin", "download", args=image)+'");document.getElementById("text_container").innerHTML = "'+str(row.book[row] if 'trailer' in row.book else '')+'"; $("#imageModal").modal("show");', ) if image else '' mydb.author.image.represent = lambda image, row: IMG(_src=URL('admin', 'download', args=image), _class='author_image', _width='50px', _onclick='$("#image_container").attr("src","'+URL("admin", "download", args=image)+'");document.getElementById("text_container").innerHTML = "'+str(row.author['name'] if 'name' in row.author else row.as_dict())+'"; $("#imageModal").modal("show");', ) if image else '' mydb.author.name.readable = False grid = SQLFORM.grid(mydb.book, left = [ mydb.author.on( mydb.book.author == mydb.author.id )], fields = [ mydb.book.title, mydb.book.publish_date, mydb.book.isbn,mydb.book.trailer, mydb.book.image, mydb.author.image, mydb.author.name], #user_signature=False, maxtextlength=200, showbuttontext = False, headers={'book.image':'Buch','author.image':'Autor'} ) return {'books':grid} def download(): return response.download(request, mydb) #todo: receive variable quantities. x_number_of_quantities = book_copy. ''' TOOD - set the grid so that adding new entries is not allowed - add a custom button in the corresponding view pointing to new_hofb() ''' @auth.requires_membership('admins') def handling_of_the_book(): grid = SQLFORM.grid(mydb.handling_of_the_book, #user_signature=True, maxtextlength=200, showbuttontext = False, ) return {'handling_of_the_book':grid} def finish_book_order(i_status, i_status_2, i_check_in): logger.debug('finish_book_order with arguments {} {} {}'.format(i_status, i_status_2, i_check_in)) hb_id = mydb( mydb.book_order_checkout.id == request.args(0) ).select( mydb.book_order_checkout.handling_of_the_book )[0]["handling_of_the_book"] #get id of handle table logger.debug('book id: {}'.format(hb_id)) mydb(mydb.handling_of_the_book.id == hb_id).update(status=i_status) order_row = mydb( mydb.book_order_checkout.id == request.args(0) ).select()[0] #get row of table 'book_order_checkout' mydb(mydb.book_order_checkout.id == request.args(0)).delete() #delete row in table 'book_order_checkout' mydb.book_order_past.insert(check_out=order_row['check_out'],check_in=i_check_in,username=order_row['username'],user_id=order_row['user_id'],status=i_status_2,handling_of_the_book=hb_id) #backup oder in backup table redirect(URL('admin', 'requested_books')) #redirect back to checkin page @auth.requires_membership('admins') def lost_book(): #TODO fix, read book id from argument and then update the record finish_book_order(19, 19, '') @auth.requires_membership('admins') def checkin_book(): #TODO fix, read book id from argument and then update the record finish_book_order(17, 24, request.now) @auth.requires_membership('admins') def checkout(): #TODO fix, read book id from argument and then update the record hb_id = mydb( mydb.book_order_checkout.id == request.args(0) ).select( mydb.book_order_checkout.handling_of_the_book )[0]["handling_of_the_book"] #get id of handle table mydb(mydb.handling_of_the_book.id == hb_id).update(status=22) #set status to 'checked out' mydb(mydb.book_order_checkout.id == request.args(0)).update(status=22, check_out=request.now) #set status in table 'book_order_checkout' to 'checked out' and set check out date redirect(URL('admin', 'requested_books')) #redirect back to checkin page @auth.requires_membership('admins') def checkin(): grid = SQLFORM.grid(mydb.book_order_checkout.status == 22, #get books with status 'checked out' left = [ mydb.handling_of_the_book.on( mydb.handling_of_the_book.id == mydb.book_order_checkout.handling_of_the_book ), #left join handling table mydb.book.on( mydb.handling_of_the_book.book == mydb.book.id )], #left join book tabke fields = [ mydb.book_order_checkout.id, mydb.book.title,mydb.book_order_checkout.user_id, mydb.book_order_checkout.username, mydb.book_order_checkout.check_out ], #fields to display deletable = True, editable = True, create = False, maxtextlength=100, details = False, csv = False, links=[lambda row: A(T('Check in'), #button for checking in a book _href=URL('admin', 'checkin_book', args=row.book_order_checkout.id), _class='button btn btn-default', _name='btnUpdate' ), lambda row: A(T('Lost'), #button for marking a book as lost _href=URL('admin', 'lost_book', args=row.book_order_checkout.id), _class='button btn btn-default', _name='btnUpdate', showbuttontext = False, ) ] ) return {'checkin':grid} @auth.requires_membership('admins') def requested_books(): grid = SQLFORM.grid( mydb( (mydb.book_order_checkout.status == 21) | (mydb.book_order_checkout.status == 22) ), left = [ mydb.handling_of_the_book.on( mydb.handling_of_the_book.id == mydb.book_order_checkout.handling_of_the_book ), #left join handling table mydb.book.on( mydb.handling_of_the_book.book == mydb.book.id )], #left join book table fields = [ mydb.book_order_checkout.status, mydb.book_order_checkout.id, mydb.book.title,mydb.book.image, mydb.book_order_checkout.user_id, mydb.book_order_checkout.username, mydb.book_order_checkout.check_out ], #fields to be displayed deletable = False, editable = False, create = False, maxtextlength=100, details = False, csv = False, links=[ lambda row: create_buttons(row)], showbuttontext = False ) return dict(grid=grid) def create_buttons(row): buttons = [] if(row.book_order_checkout.status == 21): return A(T('Check out'), #button for checking in a book _href=URL('admin', 'checkout', args=row.book_order_checkout.id), _class='button btn btn-default', _name='btnUpdate' ) elif(row.book_order_checkout.status == 22): return DIV(A(T('Check in'), _href=URL('admin', 'checkin_book', args=row.book_order_checkout.id), _class='button btn btn-default', _name='btnUpdate' ) + A(T('Lost'), #button for checking in a book _href=URL('admin', 'lost_book', args=row.book_order_checkout.id), _class='button btn btn-default', _name='btnUpdate' )) return '' @auth.requires_membership('admins') def past_book_orders(): grid = SQLFORM.grid(mydb( mydb.book_order_past ), #show past book orders for logged in user left = [ mydb.handling_of_the_book.on( mydb.handling_of_the_book.id == mydb.book_order_past.handling_of_the_book ), #left join handling table mydb.book.on( mydb.handling_of_the_book.book == mydb.book.id )], #left join book table fields = [ mydb.book.title,mydb.book.image, mydb.book_order_past.check_out, mydb.book_order_past.username, mydb.book_order_past.check_in, mydb.book_order_past.status ], editable = False, maxtextlength=100, details = False, csv = False, showbuttontext = False ) return dict(past_book_orders=grid) #new_hofb() = new_handling_of_the_book(): def new_hofb(): #creating a standard SQLFORM from the handling_of_the_book table form = SQLFORM(mydb.handling_of_the_book, fields=['book', 'location'], ) #creating new quantity variables which are used to display an additional field to the form #as quantity is not part of the handling_of_the_book table quantity_label = LABEL('Quantity', _class='form-control-label col-sm-3', _for='handling_of_the_book_copy_quantity') quantity_input = DIV( INPUT(_name='quantity', _value=1, _type='number', _min="1", _id='handling_of_the_book_copy_quantity', _class='generic-widget form-control'), _class='col-sm-9' ) quantity_element = DIV( _class='form-group row', _id='handling_of_the_book_quantity__row') quantity_element.append(quantity_label) quantity_element.append(quantity_input) #adding quantity label and field, to the form, using the correct format (structure, classes, ids, ...) form[0].insert(-1, quantity_element) #hello world #TODO (1) handle the form input #TODO (2) create a new handling_of_the_book row "quantity" times, and insert them in the db #DONE (3) validate quantity (1 or more, error on 0 or negative) #DONE (4) tell the admin user the result of the action (ok, error) #attempting to get from variables and handle them (1 and 4, the rest if for later) #if form.accepts(request, session): #hell and damnation! the SQLFORM is inserting records automatically!!! I have to handle the additional values by hand... but how? #the work is done by the "accepts" method! nasty code! if form.process(onvalidation=new_hofb_validation, dbio=False).accepted: #we use the form vars, which are now validated book_id = int(form.vars.book) location_id = int(form.vars.location) quantity = int(form.vars.quantity) status = 17 #hard coding the status id, should be using a select but I do thid as placehodler, I'll do the select afterwards #TODO point (2) #create the records #insert the records for n in range(quantity): mydb.handling_of_the_book.insert(book=book_id, status=17, location=location_id) request.vars.book = mydb( mydb.book.id == book_id ).select( mydb.book.title )[0]['title'] request.vars.location = mydb( mydb.location.id == location_id ).select( mydb.location.location_name )[0]['location_name'] response.flash = 'Books records created' elif form.errors: response.flash = 'Please check the form for errors' else: response.flash = 'Dear Librarian, here you can add new books to the library. Beware of rats' logger.warn('errors in the form {}'.format(request.vars)) if request.vars.book is None: request.vars.book = '' request.vars.quantity = '' request.vars.location = '' return dict(form=form) ''' additional function to help validating the quantity in new_hofb form ''' def new_hofb_validation(form): quantity = form.vars.quantity #TODO check if quantity is in form.vars try: if quantity == None: #this should never happen as the html form should handle form.errors.quantity = "Quantity cannot be empty" elif int(quantity) < 1: #this should be handled by html5 number fields, but just in case... form.errors.quantity = "Quantity cannot be less than 1" except expression as identifier: form.errors.quantity = "Quantity must be a number" def authors_and_books(): #TODO reformat this as SQLFORM.grid ''' t = TABLE() header = TR(TH('Author'), TH('Books count'), TH('Books')) authors_rows = mydb(mydb.author.id > 0).select() for author_row in authors_rows: r = TR() print '-----' print author_row.id, author_row.name r.append( TD(author_row.name) ) books_rows = mydb(mydb.book.author == author_row.id).select() #print ('%s' % books_rows) count = 0 for book in books_rows: count = count + 1 print book.id, book.title #count = len(books_rows) r.append( TD(count) ) link = A('books', _href=URL(works_of_the_author, args=[author_row.id])) r.append( TD(link) ) t.append(r) ''' #TODO add counts column dict(header='name',body=lambda row: A(...)) #TODO add link column (use the link attribute as by SQLFORM.grid in chapter 7) t = SQLFORM.grid( mydb.author, #user_signature=False, deletable = False, editable = False, create = False, details = False, csv = False, links = [ {'header':'book_count','body':lambda row: _generate_author_books_count(row)}, {'header':'link_to_books', 'body':lambda row: A('link', _href=URL(works_of_the_author, args=[row.id]))} ] ) return {'out':t} @auth.requires_membership('admins') def works_of_the_author(): grid = SQLFORM.grid(mydb(mydb.book.author == request.args[0]), fields = [mydb.book.title, mydb.book.publish_date, mydb.book.isbn], user_signature=False, maxtextlength=200, showbuttontext = False ) return {'out':grid} @auth.requires_membership('admins') def user_overview(): grid = SQLFORM.grid(db(db.auth_user), left = [ db.auth_membership.on( db.auth_user.id == db.auth_membership.user_id ), db.auth_group.on( db.auth_membership.group_id == db.auth_group.id )], fields = [db.auth_user.username, db.auth_user.first_name, db.auth_user.last_name, db.auth_group.role, db.auth_user.registration_key], #user_signature=False, maxtextlength=200, links = [{'header':'', 'body':lambda row: _registration_button(row)}], showbuttontext = False, ) return {'users':grid} def _registration_button(row): try: btn = A('Status') registration_status = row.auth_user.registration_key ''' using URL with vars, so each value will have it's corresponding key if I had used args, then they would be sent in order but without key vars: code: vars={'username':row.auth_user.username,'value':'active'} output: http://127.0.0.1:8000/Bibi2/admin/update_registration_status?username=andrea&value=active args: code: args=[row.auth_user.username, 'active'] output: http://127.0.0.1:8000/Bibi2/admin/update_registration_status?andrea&active ''' if registration_status in ['pending', 'disabled', 'blocked']: #TODO check the various user registration possible states in the documentation btn = A('Activate', _class = 'btn btn-success', _href= URL('update_registration_status', vars={'username':row.auth_user.username,'value':'activate'})) else: btn = A('Disable', _class = 'btn btn-danger', _href= URL('update_registration_status', vars={'username':row.auth_user.username,'value':'disable'})) return btn except: return '' @auth.requires_membership('admins') def update_registration_status(): #read arguments from url #eg http://127.0.0.1:8000/Bibi2/admin/update_registration_status?username=testUser&value=active #how to read vars username = request.vars['username'] if 'username' in request.vars else None value = request.vars['value'] if 'value' in request.vars else None out = None ''' #how to read args username = request.args[0] if len(request.args) >= 1 else None value = request.args[1] if len(request.args) >= 2 else None ''' if (username != None and value != None): if (value == 'activate'): out = db(db.auth_user.username == username).update(registration_key=None) if (value == 'disable'): out = db(db.auth_user.username == username).update(registration_key='blocked') pass else: #do nothing because stuff is missing, or find a way to display some kind of unobstrusive error out = 0 redirect(URL('admin', 'user_overview')) return out def _generate_author_books_count( row ): books_rows = mydb(mydb.book.author == row.id).select() books_count = 0 for book in books_rows: books_count = books_count + 1 return books_count ''' option: from lambda call a function 'count': lambda row: generate_count_of_books(books_rows) count = 0 for book in books_rows: count = count + 1 return count 'link': lambda row: generate_author_book_link(link) def generate_count_of_books(): def generate_author_book_link(): return {'out':t} ''' def free_books(): return 0
# Leetcode 94. Binary Tree Inorder Traversal # # Link: https://leetcode.com/problems/binary-tree-inorder-traversal/ # Difficulty: Easy # Complexity: # O(N) time | where N represent the number of nodes in the tree # O(N) space | where N represent the number of nodes in the tree # Definition for a binary tree node. # class TreeNode: # def __init__(self, val=0, left=None, right=None): # self.val = val # self.left = left # self.right = right class Solution: def inorderTraversal(self, root: Optional[TreeNode]) -> List[int]: def recursive(root): if not root: return [] return recursive(root.left) + [root.val] + recursive(root.right) def iterative(root): stack = [] result = [] while root or stack: while root: stack.append(root) root = root.left root = stack.pop() result.append(root.val) root = root.right return result return iterative(root)
""" Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes), write a function to find the number of connected components in an undirected graph. Example 1: 0 3 | | 1 --- 2 4 Given n = 5 and edges = [[0, 1], [1, 2], [3, 4]], return 2. Example 2: 0 4 | | 1 --- 2 --- 3 Given n = 5 and edges = [[0, 1], [1, 2], [2, 3], [3, 4]], return 1. Note: You can assume that no duplicate edges will appear in edges. Since all edges are undirected, [0, 1] is the same as [1, 0] and thus will not appear together in edges. """ class Solution(object): def countComponents(self, n, edges): """ :type n: int :type edges: List[List[int]] :rtype: int """ self.nodes = n self.idx = list(range(n)) self.size = [1] * n self.parts = n for edge in edges: self.union(edge) return self.parts def root(self, node): while node != self.idx[node]: self.idx[node] = self.idx[self.idx[node]] node = self.idx[node] return node def union(self, edge): p, q = edge[0], edge[1] rootp, rootq = self.root(p), self.root(q) if rootp == rootq: return elif self.size[rootp] > self.size[rootq]: self.idx[rootq] = rootp self.size[rootq] += self.size[rootp] else: self.idx[rootp] = rootq self.size[rootp] += self.size[rootq] self.parts -= 1 def find(self, p, q): return self.root(p) == self.root(q) """ Note: Weighted Quick Union with Path Compression [Sample Java Code](http://algs4.cs.princeton.edu/15uf/QuickUnionPathCompressionUF.java.html) """
def median(L): L.sort() return L[len(L) // 2] if __name__ == "__main__": L = [10, 17, 25, 1, 4, 15, 6] print(median(L))
""" 9095 : 1, 2, 3 더하기 URL : https://www.acmicpc.net/problem/9095 Input : 3 4 7 10 Output : 7 44 274 """ def make(i, n): if i == n: return 1 count = 0 if (i + 1) <= n: count += make(i + 1, n) if (i + 2) <= n: count += make(i + 2, n) if (i + 3) <= n: count += make(i + 3, n) return count T = int(input()) for _ in range(T): n = int(input()) print((make(1, n) + make(2, n) + make(3, n)))
def greet(bot_name, birth_year): print('Hello! My name is ' + bot_name + '.') print('I was created in ' + birth_year + '.') def remind_name(): print('Please, remind me your name.') name = input() print('What a great name you have, ' + name + '!') def guess_age(): # Remainders are the remains of dividing age by 3, 5 and 7. remainder3 = int(input('Enter the rest resulting from dividing your age by 3: > ')) remainder5 = int(input('Enter the rest resulting from dividing your age by 5: > ')) remainder7 = int(input('Enter the rest resulting from dividing your age by 7: > ')) # Guess how old you are your_age = (remainder3 * 70 + remainder5 * 21 + remainder7 * 15) % 105 print(f"Your age is", your_age, "that's a good time to start programming!") def count(): print('Now I will prove to you that I can count to any number you want.') num = int(input()) curr = 0 while curr <= num: print(curr, '!') curr = curr + 1 def test(): print("Let's test your programming knowledge.") # write your code here print("Why do we use methods? \n1. To repeat a statement multiple times.\n2. To decompose a program into several small subroutines.\n3. To determine the execution time of a program.\n4. To interrupt the execution of a program?") choose = input() while choose == 2: print('Completed, have a nice day!') else: print("error: Wrong answer!") def end(): print('Congratulations, have a nice day!') greet('borjauria', '2020') remind_name() guess_age() count() test() end()
''' Все сразу 2 🌶️ Дополните приведенный код, чтобы он: Заменил второй элемент списка на 17; Добавил числа 4, 5 и 6 в конец списка; Удалил первый элемент списка; Удвоил список; Вставил число 25 по индексу 3; Вывел список, с помощью функции print(). --- numbers = [8, 9, 10, 11] ''' numbers = [8, 9, 10, 11] numbers.insert(1, 17) numbers.pop(2) numbers2 = [4, 5, 6] numbers.extend(numbers2) numbers.pop(0) # print(numbers) numbers.extend(numbers) # print(numbers) numbers.insert(3, 25) print(numbers) # v.01 # https://stepik.org/lesson/324754/step/5?discussion=1720782&thread=solutions&unit=307930 numbers = [8, 9, 10, 11] numbers[1] = 17 # !!! дополнить numbers.extend([4, 5, 6]) del numbers[0] numbers *= 2 numbers.insert(3, 25) print(numbers) # v.02 # https://stepik.org/lesson/324754/step/5?discussion=1633537&thread=solutions&unit=307930 numbers = [8, 9, 10, 11] numbers[1] = 17 # 1 numbers.extend([4, 5, 6]) # 2 del numbers[0] # 3 numbers *= 2 # 4 (!!!) интересно numbers.insert(3, 25) # 5 print(numbers) # 6 # v.03 # https://stepik.org/lesson/324754/step/5?discussion=1684867&thread=solutions&unit=307930 numbers = [8, 9, 10, 11] numbers.remove(numbers[1]) numbers.insert(1, 17) numbers.extend('456') numbers = [int(i) for i in numbers] # ??? numbers.remove(numbers[0]) numbers.extend(numbers) numbers.insert(3, 25) print(numbers) # v.04 # https://stepik.org/lesson/324754/step/5?discussion=3028692&thread=solutions&unit=307930 numbers = [8, 9, 10, 11] numbers[1] = 17 numbers.extend(range(4, 7)) del numbers[0] numbers *= 2 numbers.insert(3, 25) print(numbers) # v.05 # https://stepik.org/lesson/324754/step/5?discussion=3470215&thread=solutions&unit=307930 numbers = [8, 9, 10, 11] numbers.insert(1, 17) del numbers[2] numbers.insert(-1, 4) numbers.insert(-1, 5) numbers.insert(-1, 6) del numbers[-1] numbers.insert(-3, 11) del numbers[0] numbers = numbers + numbers numbers.insert(3, 25) print(numbers) # v.06 # https://stepik.org/lesson/324754/step/5?discussion=3450945&thread=solutions&unit=307930 numbers = [8, 9, 10, 11] numbers.pop(1) numbers.insert(1, 17) a, b = -1, 4 # для чего 'a'??? for i in range(1, 4): numbers.insert(len(numbers), b) b += 1 numbers.pop(0) numbers.extend(numbers) numbers.insert(3, 25) print(numbers) # v.07 # https://stepik.org/lesson/324754/step/5?discussion=3439992&thread=solutions&unit=307930 # минимальное количество знаков? l = [8, 9, 10, 11] l[1] = 17 l += [4, 5, 6] del l[0] l *= 2 l.insert(3, 25) print(l) # v.01 # # v.01 # # v.01 # # v.01 # # v.01 # # v.01 # # v.01 #
class Solution: """ @问题: 在 nums = [2,2,1,1,1,2,2] 中找出 majority elements 即出现次数大于一半的数字,这里答案是 2 @思路: 1)如果用字典计数,那么时空间复杂度都是o(n) : 2)用摩尔投票法 Moore Voting,用一个cnt计算某一个元素相比所有其他元素的势能,选那个势能最大的 """ def majorityElement(self, nums: List[int]) -> int: res, cnt = nums[0], 0 for num in nums: if num == res: cnt += 1 else: cnt -= 1 if cnt == 0: res, cnt = num, 1 return res """ @相关: 第 229 题,要求找出所有出现频率大于 n/3 的 @思路: 用两个变量,统计最多和次多元素的势能,然后分别统计这两个元素出现次数,最后和 n/3 比较 ------------------------------------------------------------------------------------- @例子: nums = [1,2,3,1] ----------------------- cur@ [x,y] [cx,cy] 1 [1,2] [ 1,0 ] 2 [1,2] [ 1,1 ] 3 [1,2] [ 0,0 ] 1 [1,2] [ 1,0 ] """ def majorityElement(self, nums: List[int]) -> List[int]: res, cx, cy = [], 0, 0 n = len(nums) if n == 1: return nums x, y = nums[0], nums[1] for num in nums: if num == x: cx += 1 elif num == y: cy += 1 elif cx == 0: x = num; cx = 1 elif cy == 0: y = num; cy = 1 else: cx -= 1; cy -= 1 cx, cy = 0, 0 for num in nums: if num == x: cx += 1 elif num == y: cy += 1 if cx > n/3: res.append(x) if cy > n/3: res.append(y) return res
self.description = "Install packages with huge descriptions" p1 = pmpkg("pkg1") p1.desc = 'A' * 500 * 1024 self.addpkg(p1) p2 = pmpkg("pkg2") p2.desc = 'A' * 600 * 1024 self.addpkg(p2) self.args = "-U %s %s" % (p1.filename(), p2.filename()) # We error out when fed a package with an invalid description; the second one # fits the bill in this case as the desc is > 512K self.addrule("PACMAN_RETCODE=1") self.addrule("!PKG_EXIST=pkg1") self.addrule("!PKG_EXIST=pkg1")
# 99 Days of Code - Sung to the tune of "99 bottles of beer" x = 99 z = 1 while x > 1: y = x - 1 print(x , "days of code to complete,", x, "days of code.") print("Commit to win,then start again", y, "days of code to complete...") print() x = x - 1 if x == 1: print("1 day of code to complete,", "1 day of code") print("It wont be long so finish off strong, 1 day of code to complete.") print() print("No more days of code to complete, no more days of code") print("Don't be blue, just pick something new! 99 days of code to complete")
def dist(X, m): S = 0 for x in X: S += abs(x - m) return S T = int(input()) for ti in range(T): N, M, F = map(int, input().split()) X = [] Y = [] for fi in range(F): x, y = map(int, input().split()) X.append(x) Y.append(y) X = sorted(X) Y = sorted(Y) F = 2 if F & 1: xx = str(X[F // 2]) yy = str(Y[F // 2]) print('(Street: ' + xx + ', Avenue: ' + yy + ')') else: a = F // 2 b = (F // 2) - 1 A = dist(X, X[a]) + dist(Y, Y[a]) B = dist(X, X[b]) + dist(Y, Y[b]) print(A, B) if A < B: xx = str(X[a]) yy = str(Y[a]) print('(Street: ' + xx + ', Avenue: ' + yy + ')') else: xx = str(X[b]) yy = str(Y[b]) print('(Street: ' + xx + ', Avenue: ' + yy + ')')
# When squirrels get together for a party, they like to have acorns. A squirrel party is successful when the number of acorns is between 40 and 60, inclusively. During the weekends, there is no need for acorns. The party is always fun. # input num_acorns = int(input('Enter the number of acorns: ')) is_weekend = input('Is it the weekend? (Y/N): ') # processing & output if is_weekend == 'Y': print('The party was a success.') else: if num_acorns >= 40 and num_acorns <= 60: print('The party was a success.') else: print(':(')
"""Supported Versions class.""" class SupportedVersions: """Container for all supported versions by the ONYX.CENTER.""" def __init__(self, versions: list): """Initialize the versions.""" self.versions = versions def supports(self, version: str) -> bool: """Check if the provided version is supported.""" return version in self.versions
class Report(object): """ Parent class for all reports """ __slots__ = ( 'stats', 'start', 'end', ) def __init__(self, start, end): self.start = start self.end = end def render(self, output): """ Render the report to the specified output file """ raise NotImplementedError("This abstract method must be implemented by the child class.") def load_events(self): return []
# MIN-MAX HACKER EARTH n = int(input()) arr = str(input()) arr = arr.split() arr1 = [] for i in range(0,n,1): x = int(arr[i]) arr1 += [x] min_arr = min(arr1) max_arr = max(arr1) count = 0 for i in range(min_arr+1,max_arr,1): num = i for j in range(0,n,1): if num == arr1[j]: count = count + 1 break diff = max_arr - min_arr - 1 if count == diff: print("YES") else: print("NO")
# # Collective Knowledge (MLPerf inference benchmark submitter) # # See CK LICENSE.txt for licensing details # See CK COPYRIGHT.txt for copyright details # # Developer: Grigori Fursin, http://fursin.net # cfg = {} # Will be updated by CK (meta description of this module) work = {} # Will be updated by CK (temporal data) ck = None # Will be updated by CK (initialized CK kernel) # Local settings #import sys #import os #sys.path.insert(0, os.path.dirname(os.path.abspath(__file__))) #from ck_e6a349d5bb2efa09 import ... ############################################################################## # Initialize module def init(i): """ Input: {} Output: { return - return code = 0, if successful > 0, if error (error) - error text if return > 0 } """ return {'return': 0}
# -*- coding: utf-8 -*- # (c)2010-2012 Chris Pressey, Cat's Eye Technologies. # All rights reserved. Released under a BSD-style license (see LICENSE). """ Abstract Syntax Trees for the Unlikely programming language. $Id: ast.py 318 2010-01-07 01:49:38Z cpressey $ """ class ArtefactExistsError(Exception): """An exception indicating that a proposed artefact (class, method, property, ...) already exists. """ pass class ArtefactNotFoundError(Exception): """An exception indicating that a needed artefact (class, method, property, ...) does not exist. """ pass class BadModifierError(Exception): """An exception indicating that a specified modifier is not valid.""" pass class IncompatibleTypeError(Exception): """An exception indicating that the types of two connected subexpressions are not compatible. """ pass class ClassRelationshipError(Exception): """An exception indicating that the specified relationship between two classes is illegal. """ pass class AST: """Class representing nodes in an abstract syntax tree.""" pass class ClassBase(AST): """A collection of Unlikely class definitions.""" def __init__(self): self.class_defn_map = {} def __str__(self): s = "" for class_name in self.class_defn_map: s = s + str(self.class_defn_map[class_name]) + " " return "ClassBase { " + s + "}" def add_class_defn_by_name(self, class_name, superclass_name=None, modifiers=None): """A factory method. Call this instead of ClassDefn(). If a class was declared forward, this will return the stub. The third and fourth arguments are conveniences for stdlib. """ if class_name in self.class_defn_map: class_defn = self.class_defn_map[class_name] else: class_defn = ClassDefn(self, class_name) self.class_defn_map[class_name] = class_defn if modifiers is not None: for modifier in modifiers: class_defn.add_modifier(modifier) if superclass_name is not None: class_defn.set_superclass_by_name(superclass_name) return class_defn def lookup_class_defn(self, class_name): if class_name in self.class_defn_map: return self.class_defn_map[class_name] raise ArtefactNotFoundError("class " + class_name) class ClassDefn(AST): """ A definition of an Unlikely class. Really, only ClassBase should be allowed to call this constructor. Everyone else should use the factory methods on ClassBase. """ def __init__(self, classbase, class_name): assert isinstance(classbase, ClassBase) self.classbase = classbase self.name = class_name self.superclass = None self.dependant_map = {} self.dependant_names = [] self.prop_defn_map = {} self.method_defn_map = {} self.modifiers = [] def __str__(self): c = "class " + self.name + "(" d = "" for class_name in self.dependant_map: if d == "": d = d + class_name else: d = d + "," + class_name c = c + d + ") " if self.superclass is not None: c = c + "extends " + self.superclass.name + " " c = c + "{ " for prop_name in self.prop_defn_map: prop_defn = self.prop_defn_map[prop_name] c = c + str(prop_defn) + " " for method_name in self.method_defn_map: method_defn = self.method_defn_map[method_name] c = c + str(method_defn) + " " return c + "}" def set_superclass_by_name(self, superclass_name): """ Sets the superclass of this class. """ superclass = self.classbase.lookup_class_defn(superclass_name) if not self.has_modifier("forcible"): if superclass.has_modifier("final"): raise ClassRelationshipError("cannot inherit from final " + superclass_name) if (self.superclass is not None and self.superclass.name != superclass_name): raise ClassRelationshipError("class " + self.name + " already has superclass " + self.superclass.name) self.superclass = superclass if len(self.dependant_names) == 0: for dependant_name in superclass.dependant_names: self.dependant_names.append(dependant_name) self.dependant_map[dependant_name] = \ superclass.dependant_map[dependant_name] return superclass def add_dependant_by_name(self, dependant_name): if dependant_name in self.dependant_map: raise ClassRelationshipError("dependant " + dependant_name + " already declared") dependant = self.classbase.lookup_class_defn(dependant_name) self.dependant_map[dependant.name] = dependant self.dependant_names.append(dependant.name) def get_dependant_by_index(self, index): return self.dependant_map[self.dependant_names[index]] def add_prop_defn_by_name(self, prop_name, type_class_name): """ Factory method. Call this instead of PropDefn(). """ try: prop_defn = self.lookup_prop_defn(prop_name) except ArtefactNotFoundError: prop_defn = PropDefn(self, prop_name) self.prop_defn_map[prop_name] = prop_defn prop_defn.type_class_defn = self.lookup_class_defn(type_class_name) return prop_defn raise ArtefactExistsError("property " + prop_defn.name) def add_method_defn_by_name(self, method_name): """ Factory method. Call this instead of MethodDefn(). """ if method_name in self.method_defn_map: raise ArtefactExistsError("method " + method_name) try: overridden_method_defn = self.lookup_method_defn(method_name) except ArtefactNotFoundError: overridden_method_defn = None if (self.is_saturated() and overridden_method_defn is None and self.superclass is not None): raise ClassRelationshipError("new method " + method_name + " not allowed on saturated " + self.name) method_defn = MethodDefn(self, method_name) self.method_defn_map[method_defn.name] = method_defn return method_defn def add_modifier(self, modifier): if modifier not in ["final", "saturated", "abstract", "forcible"]: raise BadModifierError(modifier) self.modifiers.append(modifier) def has_modifier(self, modifier): return modifier in self.modifiers def must_be_injected(self): if self.has_modifier("final"): return False return True def lookup_class_defn(self, class_name): """Note that this first looks up the class definition in the dependant classes of this class: all classes referred to by a class *must* be injected! And then the dependants of the superclass of this class. This doesn't apply for final classes, since injecting them doesn't make any sense. """ if class_name[0].isdigit(): class_defn = self.classbase.add_class_defn_by_name(class_name) class_defn.add_modifier("final") class_defn.add_modifier("forcible") class_defn.set_superclass_by_name("Integer") return class_defn if class_name[0] == "\"": class_defn = self.classbase.add_class_defn_by_name(class_name) class_defn.add_modifier("final") class_defn.add_modifier("forcible") class_defn.set_superclass_by_name("String") return class_defn if class_name in self.dependant_map: return self.dependant_map[class_name] if self.superclass is not None: return self.superclass.lookup_class_defn(class_name) class_defn = self.classbase.lookup_class_defn(class_name) if class_defn is not None and not class_defn.must_be_injected(): return class_defn raise ArtefactNotFoundError("dependant class " + class_name) def lookup_prop_defn(self, prop_name): if prop_name in self.prop_defn_map: return self.prop_defn_map[prop_name] if self.superclass is not None: return self.superclass.lookup_prop_defn(prop_name) raise ArtefactNotFoundError("property " + prop_name) def lookup_method_defn(self, method_name): if method_name in self.method_defn_map: return self.method_defn_map[method_name] if self.superclass is not None: return self.superclass.lookup_method_defn(method_name) raise ArtefactNotFoundError("method " + method_name) def is_subclass_of(self, class_defn): if self == class_defn: return True if self.superclass is None: return False return self.superclass.is_subclass_of(class_defn) def is_saturated(self): if self.has_modifier("saturated"): return True if self.superclass is None: return False return self.superclass.is_saturated() def find_all_method_defns(self, map=None): """ Returns all methods defined and inherited by this class, in the form of a map from method name to method definition object. """ if map is None: map = {} for method_defn_name in self.method_defn_map: if method_defn_name not in map: map[method_defn_name] = self.method_defn_map[method_defn_name] if self.superclass is not None: self.superclass.find_all_method_defns(map) return map def typecheck(self): map = self.find_all_method_defns() if not self.has_modifier("abstract"): for method_defn_name in map: if map[method_defn_name].has_modifier("abstract"): message = ("concrete class " + self.name + " does not implement abstract method " + method_defn_name) raise ClassRelationshipError(message) else: all_concrete = True for method_defn_name in map: if map[method_defn_name].has_modifier("abstract"): all_concrete = False if all_concrete: raise ClassRelationshipError("abstract class " + self.name + " has no abstract methods") class PropDefn(AST): """ Definition of a property on an Unlikely class. """ def __init__(self, class_defn, name): assert isinstance(class_defn, ClassDefn) self.class_defn = class_defn self.name = name self.type_class_defn = None def __str__(self): return self.type_class_defn.name + " " + self.name def lookup_class_defn(self, class_name): return self.class_defn.lookup_class_defn(class_name) class MethodDefn(AST): """ Definition of a method on an Unlikely class. """ def __init__(self, class_defn, name): assert isinstance(class_defn, ClassDefn) self.class_defn = class_defn self.name = name self.param_decl_map = {} self.param_names = [] self.assignments = [] self.modifiers = [] self.continue_ = None def __str__(self): c = "method " + self.name + "(" d = "" for param_name in self.param_names: p = str(self.param_decl_map[param_name]) if d == "": d = d + p else: d = d + "," + p c = c + d + ")" return c def add_param_decl_by_name(self, param_name, type_class_name): """ Factory method. Call this instead of ParamDecl(). """ if param_name in self.param_decl_map: raise ArtefactExistsError("param " + param_name) prop_defn = self.lookup_prop_defn(param_name) type_class_defn = self.lookup_class_defn(type_class_name) if prop_defn.type_class_defn != type_class_defn: raise IncompatibleTypeError(param_name + " param is a " + type_class_name + " but property is a " + prop_defn.type_class_defn.name) param_decl = ParamDecl(self, param_name, type_class_defn) self.param_decl_map[param_name] = param_decl self.param_names.append(param_name) return param_decl def add_assignment(self): """ Factory method. Call this instead of Assignment(). """ assignment = Assignment(self) self.assignments.append(assignment) return assignment def add_modifier(self, modifier): if modifier not in ["abstract"]: raise BadModifierError(modifier) self.modifiers.append(modifier) def has_modifier(self, modifier): return modifier in self.modifiers def add_continue(self): """ Factory method. Call this instead of Continue(). """ assert self.continue_ == None continue_ = Continue(self) self.continue_ = continue_ return continue_ def lookup_class_defn(self, class_name): return self.class_defn.lookup_class_defn(class_name) def lookup_prop_defn(self, prop_name): return self.class_defn.lookup_prop_defn(prop_name) def get_param_decl_by_index(self, index): param_name = self.param_names[index] param_decl = self.param_decl_map[param_name] return param_decl class ParamDecl(AST): """ Definition of a formal parameter to an Unlikely method. """ def __init__(self, method_defn, name, type_class_defn): assert isinstance(method_defn, MethodDefn) self.method_defn = method_defn self.name = name self.type_class_defn = type_class_defn def __str__(self): return self.type_class_defn.name + " " + self.name class Assignment(AST): """ An Unlikely assignment statement. """ def __init__(self, method_defn): assert isinstance(method_defn, MethodDefn) self.method_defn = method_defn self.lhs = None self.rhs = None def add_qual_name(self): qual_name = QualName(self) if self.lhs is None: self.lhs = qual_name else: assert self.rhs is None self.rhs = qual_name return qual_name def add_construction(self, type_class_name): construction = Construction(self, type_class_name) assert self.rhs is None self.rhs = construction return construction class Continue(AST): """ An Unlikely continue ("goto") statement. """ def __init__(self, method_defn): assert isinstance(method_defn, MethodDefn) self.method_defn = method_defn self.prop_defn = None self.method_name = None self.param_exprs = [] def set_prop_defn_by_name(self, prop_name): self.prop_defn = self.method_defn.lookup_prop_defn(prop_name) assert isinstance(self.prop_defn, PropDefn) def set_method_defn_by_name(self, method_name): type_class_defn = self.prop_defn.type_class_defn self.method_defn = type_class_defn.lookup_method_defn(method_name) assert isinstance(self.method_defn, MethodDefn) def add_qual_name(self): qual_name = QualName(self) self.param_exprs.append(qual_name) return qual_name def add_construction(self, type_class_name): construction = Construction(self, type_class_name) self.param_exprs.append(construction) return construction def typecheck(self): if len(self.param_exprs) != len(self.method_defn.param_names): message = ("continue provides " + str(len(self.param_exprs)) + " params, " + str(len(self.method_defn.param_names)) + " needed") raise IncompatibleTypeError(message) i = 0 for param_expr in self.param_exprs: param_decl = self.method_defn.get_param_decl_by_index(i) arg_type_class_defn = param_expr.get_type_class_defn() param_type_class_defn = param_decl.type_class_defn if not arg_type_class_defn.is_subclass_of(param_type_class_defn): message = (arg_type_class_defn.name + " not a subclass of " + param_type_class_defn.name) raise IncompatibleTypeError(message) i += 1 class Construction(AST): """ An Unlikely construction ("new") expression. """ def __init__(self, parent, type_class_name): assert isinstance(parent, Assignment) or isinstance(parent, Continue) self.parent = parent self.type_class_defn = \ self.parent.method_defn.lookup_class_defn(type_class_name) self.dependencies = [] def add_dependency_by_name(self, class_name): dependency = self.parent.method_defn.lookup_class_defn(class_name) self.dependencies.append(dependency) return dependency def get_type_class_defn(self): return self.type_class_defn def typecheck(self): if len(self.dependencies) != len(self.type_class_defn.dependant_names): message = ("instantiation specifies " + str(len(self.dependencies)) + " classes, " + str(len(self.type_class_defn.dependant_names)) + " needed (" + ",".join(self.type_class_defn.dependant_names) + ")") raise IncompatibleTypeError(message) i = 0 for dependency in self.dependencies: dependant_class_defn = \ self.type_class_defn.get_dependant_by_index(i) if not dependency.is_subclass_of(dependant_class_defn): message = (dependency.name + " not a subclass of " + dependant_class_defn.name) raise IncompatibleTypeError(message) i += 1 class QualName(AST): """ An Unlikely qualified name (property reference) expression. """ def __init__(self, parent): assert isinstance(parent, Assignment) or isinstance(parent, Continue) self.parent = parent self.prop_defns = [] self.scope_class_defn = self.parent.method_defn.class_defn def add_prop_defn_by_name(self, prop_name): prop_defn = self.scope_class_defn.lookup_prop_defn(prop_name) self.prop_defns.append(prop_defn) self.scope_class_defn = prop_defn.type_class_defn return prop_defn def get_type_class_defn(self): return self.scope_class_defn def get_prop_defn_by_index(self, index): return self.prop_defns[index]
del_items(0x800A0FE4) SetType(0x800A0FE4, "void VID_OpenModule__Fv()") del_items(0x800A10A4) SetType(0x800A10A4, "void InitScreens__Fv()") del_items(0x800A1194) SetType(0x800A1194, "void MEM_SetupMem__Fv()") del_items(0x800A11C0) SetType(0x800A11C0, "void SetupWorkRam__Fv()") del_items(0x800A1250) SetType(0x800A1250, "void SYSI_Init__Fv()") del_items(0x800A135C) SetType(0x800A135C, "void GM_Open__Fv()") del_items(0x800A1380) SetType(0x800A1380, "void PA_Open__Fv()") del_items(0x800A13B8) SetType(0x800A13B8, "void PAD_Open__Fv()") del_items(0x800A13FC) SetType(0x800A13FC, "void OVR_Open__Fv()") del_items(0x800A141C) SetType(0x800A141C, "void SCR_Open__Fv()") del_items(0x800A144C) SetType(0x800A144C, "void DEC_Open__Fv()") del_items(0x800A16C0) SetType(0x800A16C0, "char *GetVersionString__FPc(char *VersionString2)") del_items(0x800A1794) SetType(0x800A1794, "char *GetWord__FPc(char *VStr)")
def arithmetic_arranger(problems, count_start=False): line_1 = "" line_2 = "" line_3 = "" line_4 = "" for i, problem in enumerate(problems): a, b, c = problem.split() d = max(len(a), len(c)) if len(problems) > 5: return "Error: Too many problems." if len(a) > 4 or len(c) > 4: return "Error: Numbers cannot be more than four digits." if b == "+" or b == "-": try: a = int(a) c = int(c) if b == "+": result = a + c else: result = a - c line_1 = line_1 + f'{a:>{d+2}}' line_2 = line_2 + b + f'{c:>{d+1}}' line_3 = line_3 + ''.rjust(d + 2, '-') line_4 = line_4 + str(result).rjust(d + 2) except ValueError: return "Error: Numbers must only contain digits." else: return "Error: Operator must be '+' or '-'." if i < len(problems) - 1: line_1 += " " line_2 += " " line_3 += " " line_4 += " " if count_start: arranged_problems = line_1 + '\n' + line_2 + '\n' + line_3 + '\n' + line_4 else: arranged_problems = line_1 + '\n' + line_2 + '\n' + line_3 return arranged_problems
# Copyright (c) 2019 The Bazel Utils Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. def runtime_library(): return [ "_WINDOWS", "WIN32", ] def winver(): return [ "_WIN32_WINNT=0x0A00", "WINVER=0x0A00", ] def unicode(): return ["_UNICODE", "UNICODE"] def lean_and_mean(): return ["WIN32_LEAN_AND_MEAN"]
def arithmetic_arranger(problems, solution=False): # Limit of 4 problems per call if len(problems) > 5: return "Error: Too many problems." # Declaring list to organise problems summa1 = [] summa2 = [] operator = [] # Organising problems in right list for problem in problems: prob_list = problem.split() summa1.append(prob_list[0]) summa2.append(prob_list[2]) operator.append(prob_list[1]) # Checking operator for char in operator: if char != "+" and char != "-": return "Error: Operator must be '+' or '-'." # Checking digits summa_total = [] summa_total = summa1 + summa2 for num in summa_total: if not num.isdigit(): return "Error: Numbers must only contain digits." # Checking length of digits for num in summa_total: if len(num) > 4: return "Error: Numbers cannot be more than four digits." # Solution for summa1, summa. divider and divider solution_1 = [] solution_2 = [] divider = [] answer = [] # solution_1 for i in range(len(summa1)): if len(summa1[i]) > len(summa2[i]): solution_1.append(" " * 2 + summa1[i]) else: solution_1.append(" " * (len(summa2[i]) - len(summa1[i])+2) + summa1[i]) # solution_2 for i in range(len(summa2)): if len(summa2[i]) > len(summa1[i]): solution_2.append(operator[i] + " " + summa2[i]) else: solution_2.append(operator[i] + " " * (len(summa1[i]) - len(summa2[i]) + 1) + summa2[i]) # divider for i in range(len(summa1)): divider.append("-" * (max(len(summa1[i]), len(summa2[i])) + 2)) # If solution equals True if solution: for i in range(len(summa1)): if operator[i] == "+": sol = str(int(summa1[i]) + int(summa2[i])) else: sol = str(int(summa1[i]) - int(summa2[i])) if len(sol) > max(len(summa1[i]), len(summa2[i])): answer.append(" " + sol) else: answer.append(" " * (max(len(summa1[i]), len(summa2[i])) - len(sol) + 2) + sol) arranged_problems = " ".join(solution_1) + "\n" + " ".join(solution_2) + "\n" + " ".join(divider) + "\n" + " ".join(answer) else: arranged_problems = " ".join(solution_1) + "\n" + " ".join(solution_2) + "\n" + " ".join( divider) return arranged_problems
""" Azure concepts """ def Graphic_shape(): return "egg" def Graphic_colorfill(): return "#CCCC33" def Graphic_colorbg(): return "#CCCC33" def Graphic_border(): return 0 def Graphic_is_rounded(): return True
# -*- coding: utf-8 -*- """ Created on Wed Feb 2 07:13:58 2022 @author: LENOVO """ #lista en blanco lista = [] #lista con elementos lista2 = [1,2,3,4,5] #Acceder a elementos de una lista listAlumnos = ["juan", "luis", "pablo"] alumnospos_1 = listAlumnos[1] #Hay 3 elementos y solo se puede elegir pero en este metodo se puede elegir la posicion de todos menos el ultimo #para sacar elultimo elementos de la lista es: alumnospos_2 = listAlumnos[len(listAlumnos)-1] tamanioLista = len(listAlumnos) #nos muestra el tamaño de la lista print(alumnospos_1) print(alumnospos_2) print(tamanioLista) #Insertar elementos a una lista lista.append(1) lista.append(2) #lista [1,2,5] lista.append(5) #insertar un elemento en un indice de la lista - insert(indice(0, tamanio-1), elemento) lista.insert(2, 3) #index=indice print(lista) #eliminar elementos de una lista - lista[1,2,3,5] lista.pop() print(lista) #ahora la lista queda asi [1,2,3]; solo quita el ultimo lista.pop(0) #quita la primera, el 0 representa el primer - lista=[2,3] print(lista) #ahora con nombres listaDocentes = ['juan', 'pablo', 'luis'] listaDocentes.remove('pablo') print(listaDocentes) #iterar listas = los pone en un orden a manera de tratar primero con juan y luego abajotrara con pablo, etc listaDocentes2 = ['juan', 'pablo', 'luis', 'jaco'] for docente in listaDocentes2: print(docente) #otra forma de iterar tamaniolistaDocentes2 = len(listaDocentes2) for i in range (0, tamaniolistaDocentes2): print(i)
class Solution(object): def isAnagram(self, s, t): """ :type s: str :type t: str :rtype: bool """ letters = [0 for i in range(256)] for i in range(len(s)): letters[ord(s[i])] += 1 for i in range(len(t)): letters[ord(t[i])] -= 1 for i in range(len(letters)): if letters[i] != 0: return False return True
''' PURPOSE The function capital_indexes takes a single parameter, which is a string. It returns a list of all the indexes in the string that have capital letters. EXAMPLE Calling capital_indexes("HeLlO") should return the list [0, 2, 4]. ''' def capital_indexes(input_str): try: input_str_len = len(input_str) # initialise list index_list = [] # loop through each character for x in range(input_str_len): # check whether the character is a capital if input_str[x].isupper(): # uncomment this line to manually check the string's capitals # print('character {} is a capital ({})'.format(x, input_str[x])) index_list.append(x) return index_list except TypeError: print('ERROR Input must be a string') except Exception as e: print("ERROR", e.__class__, "occurred.") # get input string input_str = "HeLlO" # submit string to function capital_index_list = capital_indexes(input_str) # print capital_index_list if not empty if capital_index_list: print(capital_index_list)
n,m = map(int, input().split()) arr = list(map(int, input().split())) a = set(map(int, input().split())) b = set(map(int,input().split())) print(n,m) print(arr) print(a) print(b) c = 0 for i in arr: if i in a: c = c +1 if i in b: c = c-1 print(c)
# Road to the Mine 1 (931060030) | Xenon 3rd Job lackey = 2159397 gelimer = 2154009 goon = 9300643 sm.lockInGameUI(True) sm.spawnNpc(lackey, 648, 28) # TO DO: Figure out why the lackey doesn't move and just spazes in place (initial start x: 1188) # sm.moveCamera(100, 738, ground) # sm.sendDelay(1000) # sm.moveCameraBack(100) # sm.moveNpcByTemplateId(lackey, True, 540, 60) # sm.sendDelay(4000) sm.removeEscapeButton() sm.setSpeakerID(lackey) sm.sendNext("Hey, what're you doing out here? And where did that other guy go? " "You don't look familiar...") sm.setPlayerAsSpeaker() sm.sendSay("I am a Black Wing.") sm.setSpeakerID(lackey) sm.sendSay("Are you now? Let me see here... I think I've seen your face before. " "I think I saw you in some orders I got from #p" + str(gelimer) + "#.") sm.setPlayerAsSpeaker() sm.sendSay("You are mistaken.") sm.setSpeakerID(lackey) sm.sendSay("I am? Maybe I'd better check with #p" + str(gelimer) + "#. " "I don't want to get into hot water. Come along!") sm.setPlayerAsSpeaker() sm.sendSay("Maybe I should have just taken this guy out...") sm.removeNpc(lackey) sm.spawnMob(goon, 648, 28, False) sm.chatScript("Defeat the Black Wings.") sm.lockInGameUI(False)
PWR_MGMT_1 = 0x6b ACCEL_CONFIG = 0x1C ACCEL_XOUT_H = 0x3B ACCEL_XOUT_L = 0x3C ACCEL_YOUT_H = 0x3D ACCEL_YOUT_L = 0x3E ACCEL_ZOUT_H = 0x3F ACCEL_ZOUT_L = 0x40 GYRO_CONFIG = 0x1B GYRO_XOUT_H = 0x43 GYRO_XOUT_L = 0x44 GYRO_YOUT_H = 0x45 GYRO_YOUT_L = 0x46 GYRO_ZOUT_H = 0x47 GYRO_ZOUT_L = 0x48 TEMP_H = 0x41 TEMP_L = 0x42
""" __init__.py Created by lmarvaud on 31/01/2019 """
### ### Week 2: Before Class ### ## Make a list of the words one two three o'clock four o'clock rock words = ["one", "two", "three", "o'clock", "four", "o'clock", 'rock'] ## Pick out the first word as a string words[0] ## Pick out the first word as a list words[0:1] ## Pick out the last word as a string words[-1] ## Show how many words there are in the list len(words) ## Transform the list into a new list that only has numbers in it ## take as many steps as you need [len(w) for w in words] ## Count how many times o'clock appears in the list words.count("o'clock") print("No output for this")
word1 = input("Enter a word: ") word2 = input("Enter another word: ") word1 = word1.lower() word2 = word2.lower() dic1 = {} dic2 = {} for elm in word1: if elm in dic1.keys(): count = dic1[elm] count += 1 dic1[elm] = count else: dic1[elm] = 1 for elm in word2: if elm in dic2.keys(): count = dic2[elm] count += 1 dic2[elm] = count else: dic2[elm] = 1 if dic1 == dic2 and word1 != word2: print("Those strings are anagrams.") else: print("Those strings are not anagrams.")
S = input() if S[-2:] == 'ai': print(S[:-2] + 'AI') else: print(S + '-AI')
def words(digit): for i in digit: num = int(i) if num == 1: print("One") if num == 2: print("Two") if num == 3: print("Three") if num == 4: print("Four") if num == 5: print("Five") if num == 6: print("Six") if num == 7: print("Seven") if num == 8: print("Eight") if num == 9: print("Nine") if num == 0: print("Zero") while True: try: digit = input("Enter a digit: ") words(digit) break except ValueError: print("Please enter a digit!!!")
class Solution: def twoSum(self, numbers, target): """ :type numbers: List[int] :type target: int :rtype: List[int] """ n = len(numbers) left, right = 0, n-1 while left < right: if numbers[left]+numbers[right]==target: return [left+1, right+1] if numbers[left]+numbers[right] < target: left += 1 if numbers[left]+numbers[right] > target: right -= 1 class Solution: def twoSum(self, numbers, target): """ :type numbers: List[int] :type target: int :rtype: List[int] """ n = len(numbers) i, j = 0, n-1 res = [0, 0] while i < j: cur_sum = numbers[i]+numbers[j] if cur_sum == target: return [i+1, j+1] elif cur_sum > target: j -= 1 else: i += 1 return res
# Importação de bibliotecas # Título do programa print('\033[1;34;40mANÁLISE DE DADOS DO GRUPO\033[m') # Objetos maiores = 0 homens = 0 mulheres = 0 # Lógica while True: print('\033[34m-\033[m' * 50) print(f'\033[1;33m{"CADASTRE UMA PESSOA":^50}\033[m') print('\033[34m-\033[m' * 50) idade = int(input('\033[30mIdade:\033[m ')) sexo = ' ' while sexo not in 'MF': sexo = str(input('\033[30mSexo: [M/F]\033[m ')).strip().upper() if idade > 18: maiores += 1 if sexo == 'M': homens += 1 if sexo == 'F' and idade < 20: mulheres += 1 continuar = ' ' while continuar not in 'SN': continuar = str(input('\033[30mQuer continuar: [S/N]\033[m ')).strip().upper() if continuar == 'N': break print(f'\033[1;33m{" FIM DO PROGRAMA ":=^50}\033[m') print(f'Total de pessoas com mais de 18 anos: \033[4;34m{maiores}\033[m') print(f'Ao todo temos \033[1;32m{homens} homens\033[m cadastrados') print(f'E temos \033[1;31m{mulheres} mulheres\033[m com menos de 20 anos')