signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_nssa(self):
return self.__nssa<EOL>
Getter method for nssa, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa (container) YANG Description: Specify the area as a Not-So-Stubby Area.NSSA allows to configure OSPF areas that provide the benefits of stub areas, but that also are capable of importing external route information. OSPF does n...
f334242:c0:m9
def _set_nssa(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=nssa.nssa, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_...
Setter method for nssa, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa (container) If this variable is read-only (config: false) in the source YANG file, then _set_nssa is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_nssa() direct...
f334242:c0:m10
def _get_stub(self):
return self.__stub<EOL>
Getter method for stub, mapped from YANG variable /routing_system/ipv6/router/ospf/area/stub (container) YANG Description: Specify the area as a stub area.OSPFv3 routers within a stub area cannot send or receive External LSAs. In addition,routers in a stub area must use a default route to the area's Area Border Router...
f334242:c0:m12
def _set_stub(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=stub.stub, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for stub, mapped from YANG variable /routing_system/ipv6/router/ospf/area/stub (container) If this variable is read-only (config: false) in the source YANG file, then _set_stub is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_stub() direct...
f334242:c0:m13
def _get_authentication(self):
return self.__authentication<EOL>
Getter method for authentication, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication (container) YANG Description: Authentication of OSPF messages
f334242:c0:m15
def _set_authentication(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=authentication.authentication, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True...
Setter method for authentication, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication (container) If this variable is read-only (config: false) in the source YANG file, then _set_authentication is considered as a private method. Backends looking to populate this variable should do so via call...
f334242:c0:m16
def _get_virtual_link(self):
return self.__virtual_link<EOL>
Getter method for virtual_link, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link (list) YANG Description: All ABRs must have either a direct or indirect link to an OSPF backbone area (0.0.0.0 or 0). If an ABR does not have a physical link to a backbone area, a virtual link can be configured...
f334242:c0:m18
def _set_virtual_link(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",virtual_link.virtual_link, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LI...
Setter method for virtual_link, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link (list) If this variable is read-only (config: false) in the source YANG file, then _set_virtual_link is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f334242:c0:m19
def _get_area_range(self):
return self.__area_range<EOL>
Getter method for area_range, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_range (list) YANG Description: If the ABR that connects the NSSA to other areas needs to summarize the routes in the NSSA before translating them into Type-5 LSAs and flooding them into the other areas, configure an addr...
f334242:c0:m21
def _set_area_range(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",area_range.area_range, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>',...
Setter method for area_range, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_range (list) If this variable is read-only (config: false) in the source YANG file, then _set_area_range is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f334242:c0:m22
def _get_nssa_area_metric(self):
return self.__nssa_area_metric<EOL>
Getter method for nssa_area_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/metric/nssa_area_metric (uint32) YANG Description: NSSA's advertised stub route metricThe metric specifies the cost of the default LSA originated into the NSSA area. The range is 1 to 1048575. There is no default
f334243:c0:m3
def _set_nssa_area_metric(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for nssa_area_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/metric/nssa_area_metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_nssa_area_metric is considered as a private method. Backends looking to populate this variable should...
f334243:c0:m4
def _get_area_default_information_originate_metric(self):
return self.__area_default_information_originate_metric<EOL>
Getter method for area_default_information_originate_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/area_default_information_originate/area_default_information_originate_metric (uint32) YANG Description: This parameter specifies the cost of the default LSA originated into the NSSA area.Th...
f334244:c0:m3
def _set_area_default_information_originate_metric(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for area_default_information_originate_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/area_default_information_originate/area_default_information_originate_metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_area_default_informatio...
f334244:c0:m4
def _get_area_default_information_originate_metric_type(self):
return self.__area_default_information_originate_metric_type<EOL>
Getter method for area_default_information_originate_metric_type, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/area_default_information_originate/area_default_information_originate_metric_type (ospf:metric-type) YANG Description: The metric-type parameter specifies the type of the default exter...
f334244:c0:m6
def _set_area_default_information_originate_metric_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for area_default_information_originate_metric_type, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/area_default_information_originate/area_default_information_originate_metric_type (ospf:metric-type) If this variable is read-only (config: false) in the source YANG file, then _set_are...
f334244:c0:m7
def _get_metric(self):
return self.__metric<EOL>
Getter method for metric, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/metric (container)
f334245:c0:m3
def _set_metric(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=metric.metric, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'...
Setter method for metric, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/metric (container) If this variable is read-only (config: false) in the source YANG file, then _set_metric is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_me...
f334245:c0:m4
def _get_area_default_information_originate(self):
return self.__area_default_information_originate<EOL>
Getter method for area_default_information_originate, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/area_default_information_originate (container) YANG Description: This parameter generates a default route into an NSSA. If no-summary option is enabled then a type-3 default LSA will be generated ...
f334245:c0:m6
def _set_area_default_information_originate(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=area_default_information_originate.area_default_information_originate, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethod...
Setter method for area_default_information_originate, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/area_default_information_originate (container) If this variable is read-only (config: false) in the source YANG file, then _set_area_default_information_originate is considered as a private method....
f334245:c0:m7
def _get_no_redistribution(self):
return self.__no_redistribution<EOL>
Getter method for no_redistribution, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/no_redistribution (empty) YANG Description: To disable sending redistributed LSA into nssa areaThis parameter prevents an NSSA ABR from generating external (type-7) LSA into an NSSA area. This is used in the case ...
f334245:c0:m9
def _set_no_redistribution(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for no_redistribution, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/no_redistribution (empty) If this variable is read-only (config: false) in the source YANG file, then _set_no_redistribution is considered as a private method. Backends looking to populate this variable should do s...
f334245:c0:m10
def _get_nssa_area_no_summary(self):
return self.__nssa_area_no_summary<EOL>
Getter method for nssa_area_no_summary, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/nssa_area_no_summary (empty) YANG Description: To disable sending summary LSA into nssa areaThis parameter prevents an NSSA ABR from generating a type-3 summary into an NSSA.By default the summary LSA is origin...
f334245:c0:m12
def _set_nssa_area_no_summary(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for nssa_area_no_summary, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/nssa_area_no_summary (empty) If this variable is read-only (config: false) in the source YANG file, then _set_nssa_area_no_summary is considered as a private method. Backends looking to populate this variable sh...
f334245:c0:m13
def _get_translator_always(self):
return self.__translator_always<EOL>
Getter method for translator_always, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/translator_always (empty) YANG Description: Set nssa translator roleWhen configured on an ABR, this causes the router to unconditionally assume the role of an NSSA translator.By default, translator-always is not s...
f334245:c0:m15
def _set_translator_always(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for translator_always, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/translator_always (empty) If this variable is read-only (config: false) in the source YANG file, then _set_translator_always is considered as a private method. Backends looking to populate this variable should do s...
f334245:c0:m16
def _get_translator_interval(self):
return self.__translator_interval<EOL>
Getter method for translator_interval, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/translator_interval (common-def:time-interval-sec) YANG Description: The time interval for which an elected NSSA translator continues to perform its duties evenafter its NSSA translator role has been deposed by ...
f334245:c0:m18
def _set_translator_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for translator_interval, mapped from YANG variable /routing_system/ipv6/router/ospf/area/nssa/translator_interval (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_translator_interval is considered as a private method. Backends looking to popul...
f334245:c0:m19
def _get_range_address(self):
return self.__range_address<EOL>
Getter method for range_address, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_range/range_address (common-def:ipv6-address-prefix) YANG Description: Specifies the IP address portion of the range. The software compares the address with the significant bits in the mask. All network addresses that...
f334246:c0:m3
def _set_range_address(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for range_address, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_range/range_address (common-def:ipv6-address-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_range_address is considered as a private method. Backends looking to populate this v...
f334246:c0:m4
def _get_range_effect(self):
return self.__range_effect<EOL>
Getter method for range_effect, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_range/range_effect (enumeration) YANG Description: Advertise/Do not advertise this type-3 summarization
f334246:c0:m6
def _set_range_effect(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for range_effect, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_range/range_effect (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_range_effect is considered as a private method. Backends looking to populate this variable should do so v...
f334246:c0:m7
def _get_range_cost(self):
return self.__range_cost<EOL>
Getter method for range_cost, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_range/range_cost (ospf:range-metric) YANG Description: Used to consolidate and summarize routes at an area boundary.If the cost parameter is specified, it will be used (overriding the computed cost) to generate the summa...
f334246:c0:m9
def _set_range_cost(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), default=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM...
Setter method for range_cost, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_range/range_cost (ospf:range-metric) If this variable is read-only (config: false) in the source YANG file, then _set_range_cost is considered as a private method. Backends looking to populate this variable should do so v...
f334246:c0:m10
def _get_spi(self):
return self.__spi<EOL>
Getter method for spi, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/spi (spi-value-type) YANG Description: Security Parameter IndexThe SPI value in combination with the destination IP address and security protocol uniquely identifies the Security Association for...
f334247:c0:m3
def _set_spi(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for spi, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/spi (spi-value-type) If this variable is read-only (config: false) in the source YANG file, then _set_spi is considered as a private method. Backends looking to populate this variable should do so...
f334247:c0:m4
def _get_ah(self):
return self.__ah<EOL>
Getter method for ah, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/ah (algorithm-type-ah) YANG Description: Specify the authentication algorithm to use.
f334247:c0:m6
def _set_ah(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for ah, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/ah (algorithm-type-ah) If this variable is read-only (config: false) in the source YANG file, then _set_ah is considered as a private method. Backends looking to populate this variable should do so...
f334247:c0:m7
def _get_ah_no_encrypt(self):
return self.__ah_no_encrypt<EOL>
Getter method for ah_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/ah_no_encrypt (empty) YANG Description: Do not encrypt the key
f334247:c0:m9
def _set_ah_no_encrypt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for ah_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/ah_no_encrypt (empty) If this variable is read-only (config: false) in the source YANG file, then _set_ah_no_encrypt is considered as a private method. Backends looking to populate this ...
f334247:c0:m10
def _get_ah_key(self):
return self.__ah_key<EOL>
Getter method for ah_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/ah_key (ipsec-authentication-hexkey-string) YANG Description: Key used for ah
f334247:c0:m12
def _set_ah_key(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT:key>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_help...
Setter method for ah_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/ah_key (ipsec-authentication-hexkey-string) If this variable is read-only (config: false) in the source YANG file, then _set_ah_key is considered as a private method. Backends looking to popula...
f334247:c0:m13
def _get_esp(self):
return self.__esp<EOL>
Getter method for esp, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp (algorithm-type-esp) YANG Description: Specify Encapsulating Security Payload (ESP) as the protocol to provide packet-level security.
f334247:c0:m15
def _set_esp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}},), is...
Setter method for esp, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp (algorithm-type-esp) If this variable is read-only (config: false) in the source YANG file, then _set_esp is considered as a private method. Backends looking to populate this variable should d...
f334247:c0:m16
def _get_esp_no_encrypt(self):
return self.__esp_no_encrypt<EOL>
Getter method for esp_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_no_encrypt (empty) YANG Description: Do not encrypt the key
f334247:c0:m18
def _set_esp_no_encrypt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for esp_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_no_encrypt (empty) If this variable is read-only (config: false) in the source YANG file, then _set_esp_no_encrypt is considered as a private method. Backends looking to populate th...
f334247:c0:m19
def _get_esp_key(self):
return self.__esp_key<EOL>
Getter method for esp_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_key (ipsec-authentication-hexkey-string) YANG Description: Hexadecimal key string for ESP
f334247:c0:m21
def _set_esp_key(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=s...
Setter method for esp_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_key (ipsec-authentication-hexkey-string) If this variable is read-only (config: false) in the source YANG file, then _set_esp_key is considered as a private method. Backends looking to pop...
f334247:c0:m22
def _get_esp_auth(self):
return self.__esp_auth<EOL>
Getter method for esp_auth, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_auth (algorithm-type-ah)
f334247:c0:m24
def _set_esp_auth(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for esp_auth, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_auth (algorithm-type-ah) If this variable is read-only (config: false) in the source YANG file, then _set_esp_auth is considered as a private method. Backends looking to populate this var...
f334247:c0:m25
def _get_esp_auth_no_encrypt(self):
return self.__esp_auth_no_encrypt<EOL>
Getter method for esp_auth_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_auth_no_encrypt (empty) YANG Description: Do not encrypt the key
f334247:c0:m27
def _set_esp_auth_no_encrypt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for esp_auth_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_auth_no_encrypt (empty) If this variable is read-only (config: false) in the source YANG file, then _set_esp_auth_no_encrypt is considered as a private method. Backends looking...
f334247:c0:m28
def _get_esp_auth_key(self):
return self.__esp_auth_key<EOL>
Getter method for esp_auth_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_auth_key (ipsec-authentication-hexkey-string) YANG Description: Hexadecimal key string for authentication algorithm
f334247:c0:m30
def _set_esp_auth_key(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT:key>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_help...
Setter method for esp_auth_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config/esp_auth_key (ipsec-authentication-hexkey-string) If this variable is read-only (config: false) in the source YANG file, then _set_esp_auth_key is considered as a private method. Backends...
f334247:c0:m31
def _get_ipsec_auth_key_config(self):
return self.__ipsec_auth_key_config<EOL>
Getter method for ipsec_auth_key_config, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config (container)
f334248:c0:m3
def _set_ipsec_auth_key_config(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipsec_auth_key_config.ipsec_auth_key_config, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regis...
Setter method for ipsec_auth_key_config, mapped from YANG variable /routing_system/ipv6/router/ospf/area/authentication/ipsec_auth_key_config (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipsec_auth_key_config is considered as a private method. Backends looking to populate...
f334248:c0:m4
def _get_log_bad_packet_checksum(self):
return self.__log_bad_packet_checksum<EOL>
Getter method for log_bad_packet_checksum, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_bad_packet/log_bad_packet_checksum (empty)
f334249:c0:m3
def _set_log_bad_packet_checksum(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, ...
Setter method for log_bad_packet_checksum, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_bad_packet/log_bad_packet_checksum (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log_bad_packet_checksum is considered as a private method. Backends looking to populat...
f334249:c0:m4
def _get_log_adjacency(self):
return self.__log_adjacency<EOL>
Getter method for log_adjacency, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_adjacency (container) YANG Description: Configure logging for adjacency changes
f334250:c0:m3
def _set_log_adjacency(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=log_adjacency.log_adjacency, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, e...
Setter method for log_adjacency, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_adjacency (container) If this variable is read-only (config: false) in the source YANG file, then _set_log_adjacency is considered as a private method. Backends looking to populate this variable should do so via calling ...
f334250:c0:m4
def _get_log_all(self):
return self.__log_all<EOL>
Getter method for log_all, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_all (empty) YANG Description: Configure logging for everything
f334250:c0:m6
def _set_log_all(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT:all>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': No...
Setter method for log_all, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_all (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log_all is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_log_all()...
f334250:c0:m7
def _get_log_bad_packet(self):
return self.__log_bad_packet<EOL>
Getter method for log_bad_packet, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_bad_packet (container) YANG Description: Configure logging for bad packets
f334250:c0:m9
def _set_log_bad_packet(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=log_bad_packet.log_bad_packet, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True,...
Setter method for log_bad_packet, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_bad_packet (container) If this variable is read-only (config: false) in the source YANG file, then _set_log_bad_packet is considered as a private method. Backends looking to populate this variable should do so via calli...
f334250:c0:m10
def _get_log_database(self):
return self.__log_database<EOL>
Getter method for log_database, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_database (empty) YANG Description: Configure logging for LSA activity
f334250:c0:m12
def _set_log_database(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, ...
Setter method for log_database, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_database (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log_database is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f334250:c0:m13
def _get_log_retransmit(self):
return self.__log_retransmit<EOL>
Getter method for log_retransmit, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_retransmit (empty) YANG Description: Configure logging for retransmit activity
f334250:c0:m15
def _set_log_retransmit(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, ...
Setter method for log_retransmit, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_retransmit (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log_retransmit is considered as a private method. Backends looking to populate this variable should do so via calling t...
f334250:c0:m16
def _get_log_adjacency_dr_only(self):
return self.__log_adjacency_dr_only<EOL>
Getter method for log_adjacency_dr_only, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_adjacency/log_adjacency_dr_only (empty)
f334251:c0:m3
def _set_log_adjacency_dr_only(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, ...
Setter method for log_adjacency_dr_only, mapped from YANG variable /routing_system/ipv6/router/ospf/log/log_adjacency/log_adjacency_dr_only (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log_adjacency_dr_only is considered as a private method. Backends looking to populate this ...
f334251:c0:m4
def _get_redistribute_connected(self):
return self.__redistribute_connected<EOL>
Getter method for redistribute_connected, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_connected (container) YANG Description: Connected routes
f334252:c0:m3
def _set_redistribute_connected(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=redistribute_connected.redistribute_connected, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regi...
Setter method for redistribute_connected, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_connected (container) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_connected is considered as a private method. Backends looking to populate thi...
f334252:c0:m4
def _get_redistribute_static(self):
return self.__redistribute_static<EOL>
Getter method for redistribute_static, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_static (container) YANG Description: Static routes
f334252:c0:m6
def _set_redistribute_static(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=redistribute_static.redistribute_static, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_p...
Setter method for redistribute_static, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_static (container) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_static is considered as a private method. Backends looking to populate this variabl...
f334252:c0:m7
def _get_redistribute_isis(self):
return self.__redistribute_isis<EOL>
Getter method for redistribute_isis, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis (container) YANG Description: ISIS routes
f334252:c0:m9
def _set_redistribute_isis(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=redistribute_isis.redistribute_isis, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths...
Setter method for redistribute_isis, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis (container) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_isis is considered as a private method. Backends looking to populate this variable shou...
f334252:c0:m10
def _get_redistribute_bgp(self):
return self.__redistribute_bgp<EOL>
Getter method for redistribute_bgp, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_bgp (container) YANG Description: BGP routes
f334252:c0:m12
def _set_redistribute_bgp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=redistribute_bgp.redistribute_bgp, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=T...
Setter method for redistribute_bgp, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_bgp (container) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_bgp is considered as a private method. Backends looking to populate this variable should ...
f334252:c0:m13
def _get_redistribute_ospf(self):
return self.__redistribute_ospf<EOL>
Getter method for redistribute_ospf, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_ospf (container) YANG Description: OSPF routes
f334252:c0:m15
def _set_redistribute_ospf(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=redistribute_ospf.redistribute_ospf, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths...
Setter method for redistribute_ospf, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_ospf (container) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_ospf is considered as a private method. Backends looking to populate this variable shou...
f334252:c0:m16
def _get_redistribute_isis_route_map(self):
return self.__redistribute_isis_route_map<EOL>
Getter method for redistribute_isis_route_map, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/redistribute_isis_route_map (common-def:name-string63) YANG Description: Route map reference
f334253:c0:m3
def _set_redistribute_isis_route_map(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for redistribute_isis_route_map, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/redistribute_isis_route_map (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_isis_route_map is considered as a ...
f334253:c0:m4
def _get_level_1(self):
return self.__level_1<EOL>
Getter method for level_1, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/level_1 (empty) YANG Description: Redistribution of IS-IS Level-1 routes only
f334253:c0:m6
def _set_level_1(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for level_1, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/level_1 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_level_1 is considered as a private method. Backends looking to populate this variable should do so via cal...
f334253:c0:m7
def _get_level_2(self):
return self.__level_2<EOL>
Getter method for level_2, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/level_2 (empty) YANG Description: Redistribution of IS-IS Level-2 routes only
f334253:c0:m9
def _set_level_2(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for level_2, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/level_2 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_level_2 is considered as a private method. Backends looking to populate this variable should do so via cal...
f334253:c0:m10
def _get_level_1_2(self):
return self.__level_1_2<EOL>
Getter method for level_1_2, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/level_1_2 (empty) YANG Description: Redistribution of IS-IS Level-1 and Level-2 routes
f334253:c0:m12
def _set_level_1_2(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for level_1_2, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/level_1_2 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_level_1_2 is considered as a private method. Backends looking to populate this variable should do so v...
f334253:c0:m13
def _get_redistribute_isis_metric(self):
return self.__redistribute_isis_metric<EOL>
Getter method for redistribute_isis_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/redistribute_isis_metric (uint32) YANG Description: Specifies the metric used for the redistributed route. If not specified and the value for thedefault-metric command is set to 0, its ...
f334253:c0:m15
def _set_redistribute_isis_metric(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for redistribute_isis_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/redistribute_isis_metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_isis_metric is considered as a private method. Backends lo...
f334253:c0:m16
def _get_redistribute_isis_metric_type(self):
return self.__redistribute_isis_metric_type<EOL>
Getter method for redistribute_isis_metric_type, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/redistribute_isis_metric_type (ospf:metric-type) YANG Description: Specifies an OSPF metric type (type 1 or type 2) for the redistributed route.If not specified, the device uses th...
f334253:c0:m18
def _set_redistribute_isis_metric_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for redistribute_isis_metric_type, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_isis/redistribute_isis_metric_type (ospf:metric-type) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_isis_metric_type is considered as a pr...
f334253:c0:m19
def _get_ospf_route_map(self):
return self.__ospf_route_map<EOL>
Getter method for ospf_route_map, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_ospf/ospf_route_map (common-def:name-string63) YANG Description: Route map reference
f334254:c0:m3
def _set_ospf_route_map(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for ospf_route_map, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_ospf/ospf_route_map (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_ospf_route_map is considered as a private method. Backends looking to pop...
f334254:c0:m4
def _get_redistribute_ospf_metric(self):
return self.__redistribute_ospf_metric<EOL>
Getter method for redistribute_ospf_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_ospf/redistribute_ospf_metric (uint32) YANG Description: Specifies the metric used for the redistributed route. If not specified and the value for thedefault-metric command is set to 0, its ...
f334254:c0:m6
def _set_redistribute_ospf_metric(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for redistribute_ospf_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_ospf/redistribute_ospf_metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_ospf_metric is considered as a private method. Backends lo...
f334254:c0:m7
def _get_redistribute_ospf_metric_type(self):
return self.__redistribute_ospf_metric_type<EOL>
Getter method for redistribute_ospf_metric_type, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_ospf/redistribute_ospf_metric_type (ospf:metric-type) YANG Description: Specifies an OSPF metric type (type 1 or type 2) for the redistributed route.If not specified, the device uses th...
f334254:c0:m9
def _set_redistribute_ospf_metric_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for redistribute_ospf_metric_type, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_ospf/redistribute_ospf_metric_type (ospf:metric-type) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_ospf_metric_type is considered as a pr...
f334254:c0:m10
def _get_static_route_map(self):
return self.__static_route_map<EOL>
Getter method for static_route_map, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_static/static_route_map (common-def:name-string63) YANG Description: Route map reference
f334255:c0:m3
def _set_static_route_map(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for static_route_map, mapped from YANG variable /routing_system/ipv6/router/ospf/redistribute/redistribute_static/static_route_map (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_map is considered as a private method. Backends lookin...
f334255:c0:m4