Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchip16 committed Dec 19, 2024
1 parent 0f2eb31 commit 9474037
Show file tree
Hide file tree
Showing 21 changed files with 3,142 additions and 4,745 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
Vrf_address_familyTemplate,
)

# import debugpy
# debugpy.listen(3000)
# debugpy.wait_for_client()

# debugpy.disconnect()


class Vrf_address_family(ResourceModule):
"""
Expand All @@ -51,50 +57,49 @@ def __init__(self, module):
"export.map",
"import_config.map",
"export.ipv4.multicast",
"export.ipv4.unicast.allow_evpn",
"import_config.ipv4.multicast",
"import_config.ipv4.unicast",
"maximum.routes.limit.warning_only",
"bgp.next_hop.loopback",
"inter_as_hybrid.csc.next_hop",
"inter_as_hybrid.next_hop",
"mdt.auto_discovery.ingress_replication.inter_as.mdt_hello_enable",
"mdt.auto_discovery.pim.inter_as.mdt_hello_enable",
"mdt.auto_discovery.pim.inter_as.pim_tlv_announce.mdt_hello_enable",
"mdt.auto_discovery.ingress_replication.mdt_hello_enable",
"mdt.auto_discovery.pim.mdt_hello_enable",
"mdt.auto_discovery.pim.pim_tlv_announce.mdt_hello_enable",
"mdt.auto_discovery.receiver_site",
"mdt.data.ingress_replication.number",
"mdt.data.ingress_replication.immediate_switch",
"mdt.data.ingress_replication.number.immediate_switch",
"mdt.data.list.access_list",
"mdt.data.list.access_list_name",
"mdt.data.threshold",
"mdt.default_ingress_replication",
"mdt.direct",
"mdt.log_reuse",
"mdt.mode.gre",
"mdt.mtu.value",
"mdt.overlay.bgp.shared_tree_prune_delay",
"mdt.overlay.bgp.source_tree_prune_delay",
"mdt.overlay.use_bgp_spt_only",
"mdt.partitioned.ingress_replication",
"mdt.strict_rpf_interface",
"protection.local_prefixes",
"route_replicate.recursion_policy.destination",
"route_replicate.from.vrf.vrf_name.unicast.all.route_map",
"route_replicate.from.vrf.vrf_name.unicast.bgp.asn.route_map",
"route_replicate.from.vrf.vrf_name.unicast.connected.route_map",
"route_replicate.from.vrf.vrf_name.unicast.eigrp.asn.route_map",
"route_replicate.from.vrf.vrf_name.unicast.isis.route_map",
"route_replicate.from.vrf.vrf_name.unicast.mobile.route_map",
"route_replicate.from.vrf.vrf_name.unicast.odr.route_map",
"route_replicate.from.vrf.vrf_name.unicast.ospf.id.route_map",
"route_replicate.from.vrf.vrf_name.unicast.rip.route_map",
"route_replicate.from.vrf.vrf_name.unicast.static.route_map",
"route_target.export",
"route_target.import_config",
# "export.ipv4.unicast.allow_evpn",
# "import_config.ipv4.multicast",
# "import_config.ipv4.unicast",
# "maximum.routes.limit.warning_only",
# "inter_as_hybrid.csc.next_hop",
# "inter_as_hybrid.next_hop",
# "mdt.auto_discovery.ingress_replication.inter_as.mdt_hello_enable",
# "mdt.auto_discovery.pim.inter_as.mdt_hello_enable",
# "mdt.auto_discovery.pim.inter_as.pim_tlv_announce.mdt_hello_enable",
# "mdt.auto_discovery.ingress_replication.mdt_hello_enable",
# "mdt.auto_discovery.pim.mdt_hello_enable",
# "mdt.auto_discovery.pim.pim_tlv_announce.mdt_hello_enable",
# "mdt.auto_discovery.receiver_site",
# "mdt.data.ingress_replication.number",
# "mdt.data.ingress_replication.immediate_switch",
# "mdt.data.ingress_replication.number.immediate_switch",
# "mdt.data.list.access_list",
# "mdt.data.list.access_list_name",
# "mdt.data.threshold",
# "mdt.default_ingress_replication",
# "mdt.direct",
# "mdt.log_reuse",
# "mdt.mode.gre",
# "mdt.mtu.value",
# "mdt.overlay.bgp.shared_tree_prune_delay",
# "mdt.overlay.bgp.source_tree_prune_delay",
# "mdt.overlay.use_bgp_spt_only",
# "mdt.partitioned.ingress_replication",
# "mdt.strict_rpf_interface",
# "protection.local_prefixes",
# "route_replicate.recursion_policy.destination",
# "route_replicate.from.vrf.vrf_name.unicast.all.route_map",
# "route_replicate.from.vrf.vrf_name.unicast.bgp.asn.route_map",
# "route_replicate.from.vrf.vrf_name.unicast.connected.route_map",
# "route_replicate.from.vrf.vrf_name.unicast.eigrp.asn.route_map",
# "route_replicate.from.vrf.vrf_name.unicast.isis.route_map",
# "route_replicate.from.vrf.vrf_name.unicast.mobile.route_map",
# "route_replicate.from.vrf.vrf_name.unicast.odr.route_map",
# "route_replicate.from.vrf.vrf_name.unicast.ospf.id.route_map",
# "route_replicate.from.vrf.vrf_name.unicast.rip.route_map",
# "route_replicate.from.vrf.vrf_name.unicast.static.route_map",
# "route_target.export",
# "route_target.import_config",
]

def execute_module(self):
Expand Down
Loading

0 comments on commit 9474037

Please sign in to comment.