signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_connected(self):
return self.__connected<EOL>
Getter method for connected, mapped from YANG variable /routing_system/router/ospf/redistribute/connected (container)
f336983:c0:m3
def _set_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=connected.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, register_paths=True, extension...
Setter method for connected, mapped from YANG variable /routing_system/router/ospf/redistribute/connected (container) If this variable is read-only (config: false) in the source YANG file, then _set_connected is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f336983:c0:m4
def _get_static(self):
return self.__static<EOL>
Getter method for static, mapped from YANG variable /routing_system/router/ospf/redistribute/static (container)
f336983:c0:m6
def _set_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=static.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_paths=True, extensions={u'<...
Setter method for static, mapped from YANG variable /routing_system/router/ospf/redistribute/static (container) If this variable is read-only (config: false) in the source YANG file, then _set_static is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_stat...
f336983:c0:m7
def _get_bgp(self):
return self.__bgp<EOL>
Getter method for bgp, mapped from YANG variable /routing_system/router/ospf/redistribute/bgp (container)
f336983:c0:m9
def _set_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=bgp.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=True, extensions={u'<STR_LI...
Setter method for bgp, mapped from YANG variable /routing_system/router/ospf/redistribute/bgp (container) If this variable is read-only (config: false) in the source YANG file, then _set_bgp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_bgp() directl...
f336983:c0:m10
def _get_redistribute_ospf(self):
return self.__redistribute_ospf<EOL>
Getter method for redistribute_ospf, mapped from YANG variable /routing_system/router/ospf/redistribute/redistribute_ospf (container)
f336983:c0:m12
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/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 should do...
f336983:c0:m13
def _get_isis(self):
return self.__isis<EOL>
Getter method for isis, mapped from YANG variable /routing_system/router/ospf/redistribute/isis (container)
f336983:c0:m15
def _set_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=isis.isis, 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 isis, mapped from YANG variable /routing_system/router/ospf/redistribute/isis (container) If this variable is read-only (config: false) in the source YANG file, then _set_isis is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_isis() dir...
f336983:c0:m16
def _get_vrf(self):
return self.__vrf<EOL>
Getter method for vrf, mapped from YANG variable /routing_system/router/ospf/vrf (string)
f336984:c0:m3
def _set_vrf(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 vrf, mapped from YANG variable /routing_system/router/ospf/vrf (string) If this variable is read-only (config: false) in the source YANG file, then _set_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrf() directly.
f336984:c0:m4
def _get_database_overflow_interval(self):
return self.__database_overflow_interval<EOL>
Getter method for database_overflow_interval, mapped from YANG variable /routing_system/router/ospf/database_overflow_interval (common-def:time-interval-sec)
f336984:c0:m6
def _set_database_overflow_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 database_overflow_interval, mapped from YANG variable /routing_system/router/ospf/database_overflow_interval (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_database_overflow_interval is considered as a private method. Backends looking to...
f336984:c0:m7
def _get_default_information_originate(self):
return self.__default_information_originate<EOL>
Getter method for default_information_originate, mapped from YANG variable /routing_system/router/ospf/default_information_originate (container)
f336984:c0:m9
def _set_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=default_information_originate.default_information_originate, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ex...
Setter method for default_information_originate, mapped from YANG variable /routing_system/router/ospf/default_information_originate (container) If this variable is read-only (config: false) in the source YANG file, then _set_default_information_originate is considered as a private method. Backends looking to populate ...
f336984:c0:m10
def _get_default_passive_interface(self):
return self.__default_passive_interface<EOL>
Getter method for default_passive_interface, mapped from YANG variable /routing_system/router/ospf/default_passive_interface (empty)
f336984:c0:m12
def _set_default_passive_interface(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 default_passive_interface, mapped from YANG variable /routing_system/router/ospf/default_passive_interface (empty) If this variable is read-only (config: false) in the source YANG file, then _set_default_passive_interface is considered as a private method. Backends looking to populate this variable sh...
f336984:c0:m13
def _get_default_metric(self):
return self.__default_metric<EOL>
Getter method for default_metric, mapped from YANG variable /routing_system/router/ospf/default_metric (uint32)
f336984:c0:m15
def _set_default_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>']}), default=RestrictedClassTy...
Setter method for default_metric, mapped from YANG variable /routing_system/router/ospf/default_metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_default_metric is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f336984:c0:m16
def _get_ldp_sync(self):
return self.__ldp_sync<EOL>
Getter method for ldp_sync, mapped from YANG variable /routing_system/router/ospf/ldp_sync (container)
f336984:c0:m18
def _set_ldp_sync(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ldp_sync.ldp_sync, 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=...
Setter method for ldp_sync, mapped from YANG variable /routing_system/router/ospf/ldp_sync (container) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_sync is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ldp_sync() ...
f336984:c0:m19
def _get_external_lsdb_limit(self):
return self.__external_lsdb_limit<EOL>
Getter method for external_lsdb_limit, mapped from YANG variable /routing_system/router/ospf/external_lsdb_limit (uint32)
f336984:c0:m21
def _set_external_lsdb_limit(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>']}), default=RestrictedClassTy...
Setter method for external_lsdb_limit, mapped from YANG variable /routing_system/router/ospf/external_lsdb_limit (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_external_lsdb_limit is considered as a private method. Backends looking to populate this variable should do so via ca...
f336984:c0:m22
def _get_log(self):
return self.__log<EOL>
Getter method for log, mapped from YANG variable /routing_system/router/ospf/log (container)
f336984:c0:m24
def _set_log(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.log, 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_L...
Setter method for log, mapped from YANG variable /routing_system/router/ospf/log (container) If this variable is read-only (config: false) in the source YANG file, then _set_log is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_log() directly.
f336984:c0:m25
def _get_ospf_metric_type(self):
return self.__ospf_metric_type<EOL>
Getter method for ospf_metric_type, mapped from YANG variable /routing_system/router/ospf/ospf_metric_type (metric-type)
f336984:c0:m27
def _set_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 ospf_metric_type, mapped from YANG variable /routing_system/router/ospf/ospf_metric_type (metric-type) If this variable is read-only (config: false) in the source YANG file, then _set_ospf_metric_type is considered as a private method. Backends looking to populate this variable should do so via callin...
f336984:c0:m28
def _get_neighbor(self):
return self.__neighbor<EOL>
Getter method for neighbor, mapped from YANG variable /routing_system/router/ospf/neighbor (list)
f336984:c0:m30
def _set_neighbor(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>",neighbor.neighbor, 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>', ext...
Setter method for neighbor, mapped from YANG variable /routing_system/router/ospf/neighbor (list) If this variable is read-only (config: false) in the source YANG file, then _set_neighbor is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_neighbor() direc...
f336984:c0:m31
def _get_redistribute(self):
return self.__redistribute<EOL>
Getter method for redistribute, mapped from YANG variable /routing_system/router/ospf/redistribute (container)
f336984:c0:m33
def _set_redistribute(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.redistribute, 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, ex...
Setter method for redistribute, mapped from YANG variable /routing_system/router/ospf/redistribute (container) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f336984:c0:m34
def _get_rfc1583_compatibility(self):
return self.__rfc1583_compatibility<EOL>
Getter method for rfc1583_compatibility, mapped from YANG variable /routing_system/router/ospf/rfc1583_compatibility (container)
f336984:c0:m36
def _set_rfc1583_compatibility(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=rfc1583_compatibility.rfc1583_compatibility, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regist...
Setter method for rfc1583_compatibility, mapped from YANG variable /routing_system/router/ospf/rfc1583_compatibility (container) If this variable is read-only (config: false) in the source YANG file, then _set_rfc1583_compatibility is considered as a private method. Backends looking to populate this variable should do ...
f336984:c0:m37
def _get_area(self):
return self.__area<EOL>
Getter method for area, mapped from YANG variable /routing_system/router/ospf/area (list)
f336984:c0:m39
def _set_area(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.area, 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>', extensions=...
Setter method for area, mapped from YANG variable /routing_system/router/ospf/area (list) If this variable is read-only (config: false) in the source YANG file, then _set_area is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_area() directly.
f336984:c0:m40
def _get_auto_cost(self):
return self.__auto_cost<EOL>
Getter method for auto_cost, mapped from YANG variable /routing_system/router/ospf/auto_cost (container)
f336984:c0:m42
def _set_auto_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=auto_cost.auto_cost, 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, extensio...
Setter method for auto_cost, mapped from YANG variable /routing_system/router/ospf/auto_cost (container) If this variable is read-only (config: false) in the source YANG file, then _set_auto_cost is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_auto_cos...
f336984:c0:m43
def _get_distance(self):
return self.__distance<EOL>
Getter method for distance, mapped from YANG variable /routing_system/router/ospf/distance (list)
f336984:c0:m45
def _set_distance(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>",distance.distance, 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>', ext...
Setter method for distance, mapped from YANG variable /routing_system/router/ospf/distance (list) If this variable is read-only (config: false) in the source YANG file, then _set_distance is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_distance() direc...
f336984:c0:m46
def _get_distribute_list(self):
return self.__distribute_list<EOL>
Getter method for distribute_list, mapped from YANG variable /routing_system/router/ospf/distribute_list (container)
f336984:c0:m48
def _set_distribute_list(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=distribute_list.distribute_list, 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=Tr...
Setter method for distribute_list, mapped from YANG variable /routing_system/router/ospf/distribute_list (container) If this variable is read-only (config: false) in the source YANG file, then _set_distribute_list is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f336984:c0:m49
def _get_max_metric(self):
return self.__max_metric<EOL>
Getter method for max_metric, mapped from YANG variable /routing_system/router/ospf/max_metric (container)
f336984:c0:m51
def _set_max_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=max_metric.max_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, extens...
Setter method for max_metric, mapped from YANG variable /routing_system/router/ospf/max_metric (container) If this variable is read-only (config: false) in the source YANG file, then _set_max_metric is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_max_m...
f336984:c0:m52
def _get_summary_address(self):
return self.__summary_address<EOL>
Getter method for summary_address, mapped from YANG variable /routing_system/router/ospf/summary_address (list)
f336984:c0:m54
def _set_summary_address(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>",summary_address.summary_address, 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='<...
Setter method for summary_address, mapped from YANG variable /routing_system/router/ospf/summary_address (list) If this variable is read-only (config: false) in the source YANG file, then _set_summary_address is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f336984:c0:m55
def _get_timers(self):
return self.__timers<EOL>
Getter method for timers, mapped from YANG variable /routing_system/router/ospf/timers (container)
f336984:c0:m57
def _set_timers(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=timers.timers, 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 timers, mapped from YANG variable /routing_system/router/ospf/timers (container) If this variable is read-only (config: false) in the source YANG file, then _set_timers is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_timers() directly...
f336984:c0:m58
def _get_permit(self):
return self.__permit<EOL>
Getter method for permit, mapped from YANG variable /routing_system/router/ospf/permit (container)
f336984:c0:m60
def _set_permit(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=permit.permit, 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 permit, mapped from YANG variable /routing_system/router/ospf/permit (container) If this variable is read-only (config: false) in the source YANG file, then _set_permit is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_permit() directly...
f336984:c0:m61
def _get_deny(self):
return self.__deny<EOL>
Getter method for deny, mapped from YANG variable /routing_system/router/ospf/deny (container)
f336984:c0:m63
def _set_deny(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=deny.deny, 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 deny, mapped from YANG variable /routing_system/router/ospf/deny (container) If this variable is read-only (config: false) in the source YANG file, then _set_deny is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_deny() directly.
f336984:c0:m64
def _get_vrf_lite_capability(self):
return self.__vrf_lite_capability<EOL>
Getter method for vrf_lite_capability, mapped from YANG variable /routing_system/router/ospf/vrf_lite_capability (empty)
f336984:c0:m66
def _set_vrf_lite_capability(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 vrf_lite_capability, mapped from YANG variable /routing_system/router/ospf/vrf_lite_capability (empty) If this variable is read-only (config: false) in the source YANG file, then _set_vrf_lite_capability is considered as a private method. Backends looking to populate this variable should do so via cal...
f336984:c0:m67
def _get_graceful_restart(self):
return self.__graceful_restart<EOL>
Getter method for graceful_restart, mapped from YANG variable /routing_system/router/ospf/graceful_restart (container) YANG Description: Enables the OSPF graceful restart capability
f336984:c0:m69
def _set_graceful_restart(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=graceful_restart.graceful_restart, 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=...
Setter method for graceful_restart, mapped from YANG variable /routing_system/router/ospf/graceful_restart (container) If this variable is read-only (config: false) in the source YANG file, then _set_graceful_restart is considered as a private method. Backends looking to populate this variable should do so via calling ...
f336984:c0:m70
def _get_nonstop_routing(self):
return self.__nonstop_routing<EOL>
Getter method for nonstop_routing, mapped from YANG variable /routing_system/router/ospf/nonstop_routing (empty)
f336984:c0:m72
def _set_nonstop_routing(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 nonstop_routing, mapped from YANG variable /routing_system/router/ospf/nonstop_routing (empty) If this variable is read-only (config: false) in the source YANG file, then _set_nonstop_routing is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f336984:c0:m73
def _get_maximum_paths(self):
return self.__maximum_paths<EOL>
Getter method for maximum_paths, mapped from YANG variable /routing_system/router/ospf/maximum_paths (uint8) YANG Description: The maximum number of paths to a destination.
f336984:c0:m75
def _set_maximum_paths(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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for maximum_paths, mapped from YANG variable /routing_system/router/ospf/maximum_paths (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_maximum_paths is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f336984:c0:m76
def _get_global_bfd(self):
return self.__global_bfd<EOL>
Getter method for global_bfd, mapped from YANG variable /routing_system/router/ospf/global_bfd (container) YANG Description: Configure BFD for OSPFv2 on all OSPFv2 enabled interfaces
f336984:c0:m78
def _set_global_bfd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=global_bfd.global_bfd, 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, extens...
Setter method for global_bfd, mapped from YANG variable /routing_system/router/ospf/global_bfd (container) If this variable is read-only (config: false) in the source YANG file, then _set_global_bfd is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_globa...
f336984:c0:m79
def _get_route_type(self):
return self.__route_type<EOL>
Getter method for route_type, mapped from YANG variable /routing_system/router/ospf/distance/route_type (route-type-enum)
f336985:c0:m3
def _set_route_type(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, ...
Setter method for route_type, mapped from YANG variable /routing_system/router/ospf/distance/route_type (route-type-enum) If this variable is read-only (config: false) in the source YANG file, then _set_route_type is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f336985:c0:m4
def _get_route_map_name(self):
return self.__route_map_name<EOL>
Getter method for route_map_name, mapped from YANG variable /routing_system/router/ospf/distance/route_map_name (common-def:name-string63)
f336985:c0:m6
def _set_route_map_name(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 route_map_name, mapped from YANG variable /routing_system/router/ospf/distance/route_map_name (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_route_map_name is considered as a private method. Backends looking to populate this variable should ...
f336985:c0:m7
def _get_dist_value(self):
return self.__dist_value<EOL>
Getter method for dist_value, mapped from YANG variable /routing_system/router/ospf/distance/dist_value (uint32)
f336985:c0:m9
def _set_dist_value(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 dist_value, mapped from YANG variable /routing_system/router/ospf/distance/dist_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_dist_value is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f336985:c0:m10
def _get_source_ip(self):
return self.__source_ip<EOL>
Getter method for source_ip, mapped from YANG variable /routing_system/router/ospf/distance/source_ip (ospf-ipv4-address)
f336985:c0:m12
def _set_source_ip(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 source_ip, mapped from YANG variable /routing_system/router/ospf/distance/source_ip (ospf-ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_source_ip is considered as a private method. Backends looking to populate this variable should do so via calling this...
f336985:c0:m13
def _get_source_ip_mask(self):
return self.__source_ip_mask<EOL>
Getter method for source_ip_mask, mapped from YANG variable /routing_system/router/ospf/distance/source_ip_mask (ospf-ipv4-address)
f336985:c0:m15
def _set_source_ip_mask(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 source_ip_mask, mapped from YANG variable /routing_system/router/ospf/distance/source_ip_mask (ospf-ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_source_ip_mask is considered as a private method. Backends looking to populate this variable should do so v...
f336985:c0:m16
def _get_all_vrfs(self):
return self.__all_vrfs<EOL>
Getter method for all_vrfs, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/all_vrfs (empty)
f336986:c0:m3
def _set_all_vrfs(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 all_vrfs, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/all_vrfs (empty) If this variable is read-only (config: false) in the source YANG file, then _set_all_vrfs is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f336986:c0:m4
def _get_all_lsas(self):
return self.__all_lsas<EOL>
Getter method for all_lsas, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/all_lsas (empty)
f336986:c0:m6
def _set_all_lsas(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 all_lsas, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/all_lsas (empty) If this variable is read-only (config: false) in the source YANG file, then _set_all_lsas is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f336986:c0:m7
def _get_external_lsa(self):
return self.__external_lsa<EOL>
Getter method for external_lsa, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/external_lsa (container)
f336986:c0:m9
def _set_external_lsa(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=external_lsa.external_lsa, 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, ext...
Setter method for external_lsa, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/external_lsa (container) If this variable is read-only (config: false) in the source YANG file, then _set_external_lsa is considered as a private method. Backends looking to populate this variable should do so vi...
f336986:c0:m10
def _get_summary_lsa(self):
return self.__summary_lsa<EOL>
Getter method for summary_lsa, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/summary_lsa (container)
f336986:c0:m12
def _set_summary_lsa(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=summary_lsa.summary_lsa, 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, exten...
Setter method for summary_lsa, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/summary_lsa (container) If this variable is read-only (config: false) in the source YANG file, then _set_summary_lsa is considered as a private method. Backends looking to populate this variable should do so via c...
f336986:c0:m13
def _get_link(self):
return self.__link<EOL>
Getter method for link, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/link (container)
f336986:c0:m15
def _set_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=link.link, 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 link, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/link (container) If this variable is read-only (config: false) in the source YANG file, then _set_link is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_l...
f336986:c0:m16
def _get_on_startup(self):
return self.__on_startup<EOL>
Getter method for on_startup, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/on_startup (container)
f336986:c0:m18
def _set_on_startup(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=on_startup.on_startup, 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, extens...
Setter method for on_startup, mapped from YANG variable /routing_system/router/ospf/max_metric/router_lsa/on_startup (container) If this variable is read-only (config: false) in the source YANG file, then _set_on_startup is considered as a private method. Backends looking to populate this variable should do so via call...
f336986:c0:m19
def _get_graceful_restart_status(self):
return self.__graceful_restart_status<EOL>
Getter method for graceful_restart_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/af_common_cmds_holder/graceful_restart/graceful_restart_status (empty)
f336987:c0:m3
def _set_graceful_restart_status(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 graceful_restart_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/af_common_cmds_holder/graceful_restart/graceful_restart_status (empty) If this variable is read-only (config: false) in the source YANG file, then _set_graceful_restart_sta...
f336987:c0:m4
def _get_restart_time(self):
return self.__restart_time<EOL>
Getter method for restart_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/af_common_cmds_holder/graceful_restart/restart_time (rtime-type)
f336987:c0:m6
def _set_restart_time(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 restart_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/af_common_cmds_holder/graceful_restart/restart_time (rtime-type) If this variable is read-only (config: false) in the source YANG file, then _set_restart_time is considered as a priva...
f336987:c0:m7
def _get_purge_time(self):
return self.__purge_time<EOL>
Getter method for purge_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/af_common_cmds_holder/graceful_restart/purge_time (ptime-type)
f336987:c0:m9
def _set_purge_time(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 purge_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/af_common_cmds_holder/graceful_restart/purge_time (ptime-type) If this variable is read-only (config: false) in the source YANG file, then _set_purge_time is considered as a private met...
f336987:c0:m10
def _get_stale_routes_time(self):
return self.__stale_routes_time<EOL>
Getter method for stale_routes_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/af_common_cmds_holder/graceful_restart/stale_routes_time (st-time-type)
f336987:c0:m12
def _set_stale_routes_time(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 stale_routes_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/af_common_cmds_holder/graceful_restart/stale_routes_time (st-time-type) If this variable is read-only (config: false) in the source YANG file, then _set_stale_routes_time is cons...
f336987:c0:m13
def _get_add_path_both(self):
return self.__add_path_both<EOL>
Getter method for add_path_both, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/neighbor/af_ipv4_neighbor_peergroup_holder/af_ipv4_neighbor_peergroup/af_neighbor_capability/additional_paths/add_path_both (empty)
f336988:c0:m3
def _set_add_path_both(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 add_path_both, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/neighbor/af_ipv4_neighbor_peergroup_holder/af_ipv4_neighbor_peergroup/af_neighbor_capability/additional_paths/add_path_both (empty) If this variable is read-only (config: false) in t...
f336988:c0:m4
def _get_send(self):
return self.__send<EOL>
Getter method for send, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/neighbor/af_ipv4_neighbor_peergroup_holder/af_ipv4_neighbor_peergroup/af_neighbor_capability/additional_paths/send (empty)
f336988:c0:m6
def _set_send(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 send, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/neighbor/af_ipv4_neighbor_peergroup_holder/af_ipv4_neighbor_peergroup/af_neighbor_capability/additional_paths/send (empty) If this variable is read-only (config: false) in the source YANG fil...
f336988:c0:m7
def _get_receive(self):
return self.__receive<EOL>
Getter method for receive, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/neighbor/af_ipv4_neighbor_peergroup_holder/af_ipv4_neighbor_peergroup/af_neighbor_capability/additional_paths/receive (empty)
f336988:c0:m9
def _set_receive(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 receive, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/neighbor/af_ipv4_neighbor_peergroup_holder/af_ipv4_neighbor_peergroup/af_neighbor_capability/additional_paths/receive (empty) If this variable is read-only (config: false) in the source YA...
f336988:c0:m10
def _get_orf(self):
return self.__orf<EOL>
Getter method for orf, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/neighbor/af_ipv4_neighbor_peergroup_holder/af_ipv4_neighbor_peergroup/af_neighbor_capability/orf (container)
f336989:c0:m3
def _set_orf(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=orf.orf, 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_L...
Setter method for orf, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/default_vrf/neighbor/af_ipv4_neighbor_peergroup_holder/af_ipv4_neighbor_peergroup/af_neighbor_capability/orf (container) If this variable is read-only (config: false) in the source YANG file, then _set_or...
f336989:c0:m4