Welcome to ciscoconfparse’s documentation!
Contents:
- Introduction
- History and Python Apologetic
- CiscoConfParse Installation and Python Basics
CiscoConfParseTutorialCiscoConfParseFundamentals: Using Parent / Child Relationships- Getting Config Values with
CiscoConfParse - Example Usage: A Contrived Configuration Audit
- Example Usage: Build configuration diffs
CiscoConfParseLegacy Syntax- syntax and factory intro
- syntax
- syntax=’ios’
- syntax=’nxos’
- syntax=’iosxr’
- factory
- API
- ciscoconfparse.CiscoConfParse Object
CiscoConfParseCiscoConfParse.ConfigObjsCiscoConfParse.__firstlineno__CiscoConfParse.__repr__()CiscoConfParse.__static_attributes__CiscoConfParse.append_line()CiscoConfParse.atomic()CiscoConfParse.check_ccp_input_good()CiscoConfParse.comment_delimiterCiscoConfParse.commit()CiscoConfParse.debugCiscoConfParse.delete_lines()CiscoConfParse.encodingCiscoConfParse.factoryCiscoConfParse.find_all_children()CiscoConfParse.find_blocks()CiscoConfParse.find_child_objects()CiscoConfParse.find_children()CiscoConfParse.find_children_w_parents()CiscoConfParse.find_interface_objects()CiscoConfParse.find_lineage()CiscoConfParse.find_lines()CiscoConfParse.find_object_branches()CiscoConfParse.find_objects()CiscoConfParse.find_objects_dna()CiscoConfParse.find_objects_w_all_children()CiscoConfParse.find_objects_w_child()CiscoConfParse.find_objects_w_missing_children()CiscoConfParse.find_objects_w_parents()CiscoConfParse.find_objects_wo_child()CiscoConfParse.find_parent_objects()CiscoConfParse.find_parent_objects_wo_child()CiscoConfParse.find_parents_w_child()CiscoConfParse.find_parents_wo_child()CiscoConfParse.finished_config_parseCiscoConfParse.handle_ccp_brace_syntax()CiscoConfParse.has_line_with()CiscoConfParse.ignore_blank_linesCiscoConfParse.insert_after()CiscoConfParse.insert_after_child()CiscoConfParse.insert_before()CiscoConfParse.ioscfgCiscoConfParse.objsCiscoConfParse.openargsCiscoConfParse.prepend_line()CiscoConfParse.re_match_iter_typed()CiscoConfParse.re_search_children()CiscoConfParse.read_config_file()CiscoConfParse.read_onlyCiscoConfParse.replace_all_children()CiscoConfParse.replace_children()CiscoConfParse.replace_lines()CiscoConfParse.req_cfgspec_all_diff()CiscoConfParse.req_cfgspec_excl_diff()CiscoConfParse.save_as()CiscoConfParse.sync_diff()CiscoConfParse.syntax
HDiffHDiff.__firstlineno__HDiff.__static_attributes__HDiff.build_diff_obj_list()HDiff.build_diff_obj_lists()HDiff.build_ios_diffs()HDiff.compress_dict_diffs()HDiff.dict_diffs()HDiff.find_in_before_obj_list()HDiff.parse_hdiff_configs()HDiff.render_after_obj_diffs()HDiff.sort_lines()HDiff.unified_diff_header()HDiff.unified_diffs()HDiff.unified_diffs_contents()
- ciscoconfparse.ConfigList Object
ConfigListConfigList.CiscoConfParseConfigList.__add__()ConfigList.__class_getitem__()ConfigList.__contains__()ConfigList.__copy__()ConfigList.__delitem__()ConfigList.__enter__()ConfigList.__eq__()ConfigList.__exit__()ConfigList.__firstlineno__ConfigList.__ge__()ConfigList.__getattribute__()ConfigList.__getitem__()ConfigList.__gt__()ConfigList.__hash__ConfigList.__iadd__()ConfigList.__imul__()ConfigList.__iter__()ConfigList.__le__()ConfigList.__len__()ConfigList.__lt__()ConfigList.__mul__()ConfigList.__radd__()ConfigList.__repr__()ConfigList.__reversed__()ConfigList.__rmul__()ConfigList.__setitem__()ConfigList.__static_attributes__ConfigList.__str__()ConfigList.access_listConfigList.all_parentsConfigList.append()ConfigList.bootstrap_obj_init_ng()ConfigList.ccp_refConfigList.clear()ConfigList.comment_delimiterConfigList.config_hierarchy()ConfigList.copy()ConfigList.count()ConfigList.debugConfigList.dnaConfigList.extend()ConfigList.factoryConfigList.has_line_with()ConfigList.ignore_blank_linesConfigList.index()ConfigList.insert()ConfigList.insert_after()ConfigList.insert_before()ConfigList.insert_before_deprecated()ConfigList.iter_no_comments()ConfigList.iter_with_comments()ConfigList.last_indexConfigList.namesConfigList.object_group_networkConfigList.pop()ConfigList.reassign_linenums()ConfigList.remove()ConfigList.reverse()ConfigList.sort()ConfigList.syntax
- ciscoconfparse.models_cisco
TrackingInterfaceTrackingInterface.__eq__()TrackingInterface.__firstlineno__TrackingInterface.__getattr__()TrackingInterface.__gt__()TrackingInterface.__hash__()TrackingInterface.__len__()TrackingInterface.__lt__()TrackingInterface.__repr__()TrackingInterface.__static_attributes__TrackingInterface.__str__()TrackingInterface.add_child()TrackingInterface.add_parent()TrackingInterface.add_uncfgtext()TrackingInterface.all_childrenTrackingInterface.all_parentsTrackingInterface.all_textTrackingInterface.append_to_family()TrackingInterface.as_diff_dictTrackingInterface.blank_line_keepTrackingInterface.build_reset_string()TrackingInterface.calculate_line_id()TrackingInterface.child_indentTrackingInterface.childrenTrackingInterface.classnameTrackingInterface.comment_delimiterTrackingInterface.confobjTrackingInterface.decrementTrackingInterface.delete()TrackingInterface.delete_children_matching()TrackingInterface.diff_id_listTrackingInterface.diff_linenumTrackingInterface.diff_renderedTrackingInterface.diff_sideTrackingInterface.diff_wordTrackingInterface.dnaTrackingInterface.family_endpointTrackingInterface.featureTrackingInterface.geneologyTrackingInterface.geneology_textTrackingInterface.get_typed_dict()TrackingInterface.has_child_with()TrackingInterface.has_childrenTrackingInterface.hash_childrenTrackingInterface.indentTrackingInterface.indexTrackingInterface.insert_after()TrackingInterface.insert_before()TrackingInterface.interfaceTrackingInterface.interface_nameTrackingInterface.ioscfgTrackingInterface.is_childTrackingInterface.is_commentTrackingInterface.is_config_lineTrackingInterface.is_intfTrackingInterface.is_object_for()TrackingInterface.is_parentTrackingInterface.is_subintfTrackingInterface.is_switchportTrackingInterface.line_idTrackingInterface.lineageTrackingInterface.linenumTrackingInterface.nameTrackingInterface.parentTrackingInterface.re_match()TrackingInterface.re_match_iter_typed()TrackingInterface.re_match_typed()TrackingInterface.re_search()TrackingInterface.re_search_children()TrackingInterface.re_sub()TrackingInterface.replace()TrackingInterface.reset()TrackingInterface.safe_escape_curly_braces()TrackingInterface.set_comment_bool()TrackingInterface.siblingsTrackingInterface.textTrackingInterface.tracking_interface_groupTrackingInterface.uncfgtextTrackingInterface.verboseTrackingInterface.weighting
HSRPInterfaceGroupHSRPInterfaceGroup.__eq__()HSRPInterfaceGroup.__firstlineno__HSRPInterfaceGroup.__getattr__()HSRPInterfaceGroup.__gt__()HSRPInterfaceGroup.__hash__()HSRPInterfaceGroup.__len__()HSRPInterfaceGroup.__lt__()HSRPInterfaceGroup.__repr__()HSRPInterfaceGroup.__static_attributes__HSRPInterfaceGroup.__str__()HSRPInterfaceGroup.add_child()HSRPInterfaceGroup.add_parent()HSRPInterfaceGroup.add_uncfgtext()HSRPInterfaceGroup.all_childrenHSRPInterfaceGroup.all_parentsHSRPInterfaceGroup.all_textHSRPInterfaceGroup.append_to_family()HSRPInterfaceGroup.as_diff_dictHSRPInterfaceGroup.authentication_md5_keychainHSRPInterfaceGroup.blank_line_keepHSRPInterfaceGroup.build_reset_string()HSRPInterfaceGroup.calculate_line_id()HSRPInterfaceGroup.child_indentHSRPInterfaceGroup.childrenHSRPInterfaceGroup.classnameHSRPInterfaceGroup.comment_delimiterHSRPInterfaceGroup.confobjHSRPInterfaceGroup.delete()HSRPInterfaceGroup.delete_children_matching()HSRPInterfaceGroup.diff_id_listHSRPInterfaceGroup.diff_linenumHSRPInterfaceGroup.diff_renderedHSRPInterfaceGroup.diff_sideHSRPInterfaceGroup.diff_wordHSRPInterfaceGroup.dnaHSRPInterfaceGroup.family_endpointHSRPInterfaceGroup.featureHSRPInterfaceGroup.geneologyHSRPInterfaceGroup.geneology_textHSRPInterfaceGroup.get_glbp_tracking_interfaces()HSRPInterfaceGroup.get_hsrp_tracking_interfaces()HSRPInterfaceGroup.get_typed_dict()HSRPInterfaceGroup.get_vrrp_tracking_interfaces()HSRPInterfaceGroup.groupHSRPInterfaceGroup.has_authentication_md5HSRPInterfaceGroup.has_child_with()HSRPInterfaceGroup.has_childrenHSRPInterfaceGroup.has_hsrp_trackHSRPInterfaceGroup.has_ipv6HSRPInterfaceGroup.hash_childrenHSRPInterfaceGroup.hello_timerHSRPInterfaceGroup.hold_timerHSRPInterfaceGroup.hsrp_authentication_cleartextHSRPInterfaceGroup.hsrp_groupHSRPInterfaceGroup.indentHSRPInterfaceGroup.indexHSRPInterfaceGroup.insert_after()HSRPInterfaceGroup.insert_before()HSRPInterfaceGroup.interface_nameHSRPInterfaceGroup.interface_trackingHSRPInterfaceGroup.ioscfgHSRPInterfaceGroup.ipHSRPInterfaceGroup.ipv4HSRPInterfaceGroup.ipv6HSRPInterfaceGroup.is_childHSRPInterfaceGroup.is_commentHSRPInterfaceGroup.is_config_lineHSRPInterfaceGroup.is_intfHSRPInterfaceGroup.is_object_for()HSRPInterfaceGroup.is_parentHSRPInterfaceGroup.is_subintfHSRPInterfaceGroup.is_switchportHSRPInterfaceGroup.line_idHSRPInterfaceGroup.lineageHSRPInterfaceGroup.linenumHSRPInterfaceGroup.parentHSRPInterfaceGroup.preemptHSRPInterfaceGroup.preempt_delayHSRPInterfaceGroup.priorityHSRPInterfaceGroup.re_match()HSRPInterfaceGroup.re_match_iter_typed()HSRPInterfaceGroup.re_match_typed()HSRPInterfaceGroup.re_search()HSRPInterfaceGroup.re_search_children()HSRPInterfaceGroup.re_sub()HSRPInterfaceGroup.replace()HSRPInterfaceGroup.reset()HSRPInterfaceGroup.safe_escape_curly_braces()HSRPInterfaceGroup.set_comment_bool()HSRPInterfaceGroup.siblingsHSRPInterfaceGroup.textHSRPInterfaceGroup.uncfgtextHSRPInterfaceGroup.use_biaHSRPInterfaceGroup.verboseHSRPInterfaceGroup.version
IOSCfgLineIOSCfgLine.__eq__()IOSCfgLine.__firstlineno__IOSCfgLine.__getattr__()IOSCfgLine.__gt__()IOSCfgLine.__hash__()IOSCfgLine.__len__()IOSCfgLine.__lt__()IOSCfgLine.__repr__()IOSCfgLine.__static_attributes__IOSCfgLine.__str__()IOSCfgLine.add_child()IOSCfgLine.add_parent()IOSCfgLine.add_uncfgtext()IOSCfgLine.all_childrenIOSCfgLine.all_parentsIOSCfgLine.all_textIOSCfgLine.append_to_family()IOSCfgLine.as_diff_dictIOSCfgLine.blank_line_keepIOSCfgLine.build_reset_string()IOSCfgLine.calculate_line_id()IOSCfgLine.child_indentIOSCfgLine.childrenIOSCfgLine.classnameIOSCfgLine.comment_delimiterIOSCfgLine.confobjIOSCfgLine.delete()IOSCfgLine.delete_children_matching()IOSCfgLine.diff_id_listIOSCfgLine.diff_linenumIOSCfgLine.diff_renderedIOSCfgLine.diff_sideIOSCfgLine.diff_wordIOSCfgLine.dnaIOSCfgLine.family_endpointIOSCfgLine.geneologyIOSCfgLine.geneology_textIOSCfgLine.get_typed_dict()IOSCfgLine.has_child_with()IOSCfgLine.has_childrenIOSCfgLine.hash_childrenIOSCfgLine.indentIOSCfgLine.indexIOSCfgLine.insert_after()IOSCfgLine.insert_before()IOSCfgLine.intf_in_portchannelIOSCfgLine.ioscfgIOSCfgLine.is_childIOSCfgLine.is_commentIOSCfgLine.is_config_lineIOSCfgLine.is_ethernet_intfIOSCfgLine.is_intfIOSCfgLine.is_loopback_intfIOSCfgLine.is_object_for()IOSCfgLine.is_object_for_aaa_accounting()IOSCfgLine.is_object_for_aaa_authentication()IOSCfgLine.is_object_for_aaa_authorization()IOSCfgLine.is_object_for_hostname()IOSCfgLine.is_object_for_interface()IOSCfgLine.is_object_for_ip_route()IOSCfgLine.is_object_for_ipv6_route()IOSCfgLine.is_parentIOSCfgLine.is_portchannel_intfIOSCfgLine.is_subintfIOSCfgLine.is_switchportIOSCfgLine.is_virtual_intfIOSCfgLine.line_idIOSCfgLine.lineageIOSCfgLine.linenumIOSCfgLine.parentIOSCfgLine.portchannel_numberIOSCfgLine.re_match()IOSCfgLine.re_match_iter_typed()IOSCfgLine.re_match_typed()IOSCfgLine.re_search()IOSCfgLine.re_search_children()IOSCfgLine.re_sub()IOSCfgLine.replace()IOSCfgLine.reset()IOSCfgLine.safe_escape_curly_braces()IOSCfgLine.set_comment_bool()IOSCfgLine.siblingsIOSCfgLine.textIOSCfgLine.uncfgtextIOSCfgLine.verbose
IOSIntfLineIOSIntfLine.__eq__()IOSIntfLine.__firstlineno__IOSIntfLine.__getattr__()IOSIntfLine.__gt__()IOSIntfLine.__hash__()IOSIntfLine.__len__()IOSIntfLine.__lt__()IOSIntfLine.__repr__()IOSIntfLine.__static_attributes__IOSIntfLine.__str__()IOSIntfLine.abbvsIOSIntfLine.access_vlanIOSIntfLine.add_child()IOSIntfLine.add_parent()IOSIntfLine.add_uncfgtext()IOSIntfLine.all_childrenIOSIntfLine.all_parentsIOSIntfLine.all_textIOSIntfLine.append_to_family()IOSIntfLine.as_diff_dictIOSIntfLine.blank_line_keepIOSIntfLine.build_reset_string()IOSIntfLine.calculate_line_id()IOSIntfLine.child_indentIOSIntfLine.childrenIOSIntfLine.classnameIOSIntfLine.comment_delimiterIOSIntfLine.confobjIOSIntfLine.default_ipv4_addr_objectIOSIntfLine.default_ipv6_addr_objectIOSIntfLine.delete()IOSIntfLine.delete_children_matching()IOSIntfLine.descriptionIOSIntfLine.diff_id_listIOSIntfLine.diff_linenumIOSIntfLine.diff_renderedIOSIntfLine.diff_sideIOSIntfLine.diff_wordIOSIntfLine.dnaIOSIntfLine.family_endpointIOSIntfLine.geneologyIOSIntfLine.geneology_textIOSIntfLine.get_typed_dict()IOSIntfLine.has_autonegotiationIOSIntfLine.has_child_with()IOSIntfLine.has_childrenIOSIntfLine.has_dtpIOSIntfLine.has_hsrp_authentication_md5IOSIntfLine.has_hsrp_preemptIOSIntfLine.has_hsrp_trackIOSIntfLine.has_hsrp_usebiaIOSIntfLine.has_ip_accessgroup_inIOSIntfLine.has_ip_accessgroup_outIOSIntfLine.has_ip_helper_addressesIOSIntfLine.has_ip_hsrpIOSIntfLine.has_ip_pim_dense_modeIOSIntfLine.has_ip_pim_sparse_modeIOSIntfLine.has_ip_pim_sparsedense_modeIOSIntfLine.has_ip_secondaryIOSIntfLine.has_ipv4_accessgroup_inIOSIntfLine.has_ipv4_accessgroup_outIOSIntfLine.has_mac_accessgroup_inIOSIntfLine.has_mac_accessgroup_outIOSIntfLine.has_manual_carrierdelayIOSIntfLine.has_manual_clock_rateIOSIntfLine.has_manual_disable_cdpIOSIntfLine.has_manual_duplexIOSIntfLine.has_manual_ip_mtuIOSIntfLine.has_manual_mpls_mtuIOSIntfLine.has_manual_mtuIOSIntfLine.has_manual_speedIOSIntfLine.has_manual_switch_accessIOSIntfLine.has_manual_switch_trunkIOSIntfLine.has_manual_switch_trunk_encapIOSIntfLine.has_mplsIOSIntfLine.has_no_icmp_redirectsIOSIntfLine.has_no_icmp_unreachablesIOSIntfLine.has_no_ip_proxyarpIOSIntfLine.has_no_ipv4IOSIntfLine.has_switch_portsecurityIOSIntfLine.has_switch_stormcontrolIOSIntfLine.has_vrfIOSIntfLine.has_xconnectIOSIntfLine.hash_childrenIOSIntfLine.hsrp_authentication_cleartextIOSIntfLine.hsrp_authentication_md5_keychainIOSIntfLine.hsrp_groupIOSIntfLine.hsrp_hello_timerIOSIntfLine.hsrp_hold_timerIOSIntfLine.hsrp_interfacesIOSIntfLine.hsrp_ip_addrIOSIntfLine.hsrp_ip_maskIOSIntfLine.hsrp_priorityIOSIntfLine.hsrp_trackIOSIntfLine.in_ipv4_subnet()IOSIntfLine.in_ipv4_subnets()IOSIntfLine.indentIOSIntfLine.indexIOSIntfLine.insert_after()IOSIntfLine.insert_before()IOSIntfLine.interface_numberIOSIntfLine.interface_objectIOSIntfLine.intf_in_portchannelIOSIntfLine.ioscfgIOSIntfLine.ipIOSIntfLine.ip_accessgroup_inIOSIntfLine.ip_accessgroup_outIOSIntfLine.ip_addrIOSIntfLine.ip_helper_addressesIOSIntfLine.ip_network_objectIOSIntfLine.ip_secondary_addressesIOSIntfLine.ip_secondary_networksIOSIntfLine.ipv4IOSIntfLine.ipv4_accessgroup_inIOSIntfLine.ipv4_accessgroup_outIOSIntfLine.ipv4_addrIOSIntfLine.ipv4_addr_objectIOSIntfLine.ipv4_masklengthIOSIntfLine.ipv4_netmaskIOSIntfLine.ipv4_network_objectIOSIntfLine.ipv6_addrIOSIntfLine.ipv6_addr_objectIOSIntfLine.ipv6_masklengthIOSIntfLine.is_abbreviated_as()IOSIntfLine.is_childIOSIntfLine.is_commentIOSIntfLine.is_config_lineIOSIntfLine.is_ethernet_intfIOSIntfLine.is_intfIOSIntfLine.is_loopback_intfIOSIntfLine.is_object_for()IOSIntfLine.is_object_for_aaa_accounting()IOSIntfLine.is_object_for_aaa_authentication()IOSIntfLine.is_object_for_aaa_authorization()IOSIntfLine.is_object_for_hostname()IOSIntfLine.is_object_for_interface()IOSIntfLine.is_object_for_ip_route()IOSIntfLine.is_object_for_ipv6_route()IOSIntfLine.is_parentIOSIntfLine.is_portchannel_intfIOSIntfLine.is_shutdownIOSIntfLine.is_subintfIOSIntfLine.is_switchportIOSIntfLine.is_virtual_intfIOSIntfLine.line_idIOSIntfLine.lineageIOSIntfLine.linenumIOSIntfLine.mac_accessgroup_inIOSIntfLine.mac_accessgroup_outIOSIntfLine.manual_arp_timeoutIOSIntfLine.manual_bandwidthIOSIntfLine.manual_carrierdelayIOSIntfLine.manual_clock_rateIOSIntfLine.manual_delayIOSIntfLine.manual_duplexIOSIntfLine.manual_encapsulationIOSIntfLine.manual_holdqueue_inIOSIntfLine.manual_holdqueue_outIOSIntfLine.manual_ip_mtuIOSIntfLine.manual_mpls_mtuIOSIntfLine.manual_mtuIOSIntfLine.manual_speedIOSIntfLine.manual_switch_trunk_encapIOSIntfLine.nameIOSIntfLine.native_vlanIOSIntfLine.ordinal_listIOSIntfLine.parentIOSIntfLine.portIOSIntfLine.port_typeIOSIntfLine.portchannel_numberIOSIntfLine.re_match()IOSIntfLine.re_match_iter_typed()IOSIntfLine.re_match_typed()IOSIntfLine.re_search()IOSIntfLine.re_search_children()IOSIntfLine.re_sub()IOSIntfLine.replace()IOSIntfLine.reset()IOSIntfLine.safe_escape_curly_braces()IOSIntfLine.set_comment_bool()IOSIntfLine.siblingsIOSIntfLine.subinterface_numberIOSIntfLine.textIOSIntfLine.trunk_vlans_allowedIOSIntfLine.uncfgtextIOSIntfLine.verboseIOSIntfLine.vrfIOSIntfLine.xconnect_vc
- ciscoconfparse.ccp_util Classes and Methods
IPv4ObjIPv4Obj.__add__()IPv4Obj.__contains__()IPv4Obj.__eq__()IPv4Obj.__firstlineno__IPv4Obj.__gt__()IPv4Obj.__hash__()IPv4Obj.__index__()IPv4Obj.__int__()IPv4Obj.__iter__()IPv4Obj.__lt__()IPv4Obj.__ne__()IPv4Obj.__next__()IPv4Obj.__repr__()IPv4Obj.__static_attributes__IPv4Obj.__sub__()IPv4Obj.as_binary_tupleIPv4Obj.as_cidr_addrIPv4Obj.as_cidr_netIPv4Obj.as_decimalIPv4Obj.as_decimal_broadcastIPv4Obj.as_decimal_networkIPv4Obj.as_hexIPv4Obj.as_hex_tupleIPv4Obj.as_intIPv4Obj.as_zeropaddedIPv4Obj.as_zeropadded_networkIPv4Obj.broadcastIPv4Obj.debugIPv4Obj.dnaIPv4Obj.emptyIPv4Obj.explodedIPv4Obj.finished_parsingIPv4Obj.get_regex()IPv4Obj.hostmaskIPv4Obj.inverse_netmaskIPv4Obj.ipIPv4Obj.ip_objectIPv4Obj.ipv4IPv4Obj.is_multicastIPv4Obj.is_privateIPv4Obj.is_reservedIPv4Obj.masklenIPv4Obj.masklengthIPv4Obj.max_intIPv4Obj.netmaskIPv4Obj.networkIPv4Obj.network_objectIPv4Obj.network_offsetIPv4Obj.next()IPv4Obj.numhostsIPv4Obj.packedIPv4Obj.prefixlenIPv4Obj.prefixlengthIPv4Obj.strictIPv4Obj.version
IPv6ObjIPv6Obj.__add__()IPv6Obj.__contains__()IPv6Obj.__eq__()IPv6Obj.__firstlineno__IPv6Obj.__gt__()IPv6Obj.__hash__()IPv6Obj.__index__()IPv6Obj.__int__()IPv6Obj.__iter__()IPv6Obj.__lt__()IPv6Obj.__ne__()IPv6Obj.__next__()IPv6Obj.__repr__()IPv6Obj.__static_attributes__IPv6Obj.__sub__()IPv6Obj.as_binary_tupleIPv6Obj.as_cidr_addrIPv6Obj.as_cidr_netIPv6Obj.as_decimalIPv6Obj.as_decimal_broadcastIPv6Obj.as_decimal_networkIPv6Obj.as_decimal_network_maxintIPv6Obj.as_hexIPv6Obj.as_hex_tupleIPv6Obj.as_int()IPv6Obj.broadcastIPv6Obj.compressedIPv6Obj.debugIPv6Obj.dnaIPv6Obj.emptyIPv6Obj.explodedIPv6Obj.finished_parsingIPv6Obj.get_regex()IPv6Obj.hostmaskIPv6Obj.inverse_netmaskIPv6Obj.ipIPv6Obj.ip_objectIPv6Obj.ipv6IPv6Obj.is_ipv4_mappedIPv6Obj.is_link_localIPv6Obj.is_multicastIPv6Obj.is_privateIPv6Obj.is_reservedIPv6Obj.is_site_localIPv6Obj.is_unspecifiedIPv6Obj.masklenIPv6Obj.masklengthIPv6Obj.max_intIPv6Obj.netmaskIPv6Obj.networkIPv6Obj.network_objectIPv6Obj.network_offsetIPv6Obj.next()IPv6Obj.numhostsIPv6Obj.packedIPv6Obj.prefixlenIPv6Obj.prefixlengthIPv6Obj.sixtofourIPv6Obj.strictIPv6Obj.teredoIPv6Obj.version
CiscoRangeCiscoRange.__add__()CiscoRange.__class_getitem__()CiscoRange.__contains__()CiscoRange.__delitem__()CiscoRange.__eq__()CiscoRange.__firstlineno__CiscoRange.__getitem__()CiscoRange.__hash__()CiscoRange.__iadd__()CiscoRange.__iter__()CiscoRange.__len__()CiscoRange.__repr__()CiscoRange.__reversed__()CiscoRange.__setitem__()CiscoRange.__static_attributes__CiscoRange.__str__()CiscoRange.__sub__()CiscoRange.append()CiscoRange.as_compressed_str()CiscoRange.as_list()CiscoRange.as_set()CiscoRange.attribute_sort()CiscoRange.begin_objCiscoRange.clear()CiscoRange.count()CiscoRange.default_iter_attrCiscoRange.extend()CiscoRange.index()CiscoRange.insert()CiscoRange.iterate_attributeCiscoRange.member_typeCiscoRange.parse_cisco_interfaces()CiscoRange.parse_floats()CiscoRange.parse_integers()CiscoRange.parse_strings()CiscoRange.pop()CiscoRange.range_strCiscoRange.remove()CiscoRange.result_typeCiscoRange.reverseCiscoRange.textCiscoRange.this_obj
DNSResponsedns_query()
- ciscoconfparse.CiscoConfParse Object