Skip to content

Commit

Permalink
Removed molecule tests from previous attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmusser committed Oct 10, 2024
1 parent f70ed73 commit 7126f28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ interface Ethernet8
no shutdown
channel-group 7 mode active
!
interface ethernet9
description P2P_peer7_ethernet9
no shutdown
mtu 9214
no switchport
ip address 192.168.0.12/31
!
interface Loopback0
description ROUTER_ID
no shutdown
Expand Down Expand Up @@ -135,8 +128,6 @@ router bgp 65000
neighbor 192.168.0.11 peer group IPv4-UNDERLAY-PEERS
neighbor 192.168.0.11 remote-as 65006
neighbor 192.168.0.11 description peer6
neighbor 192.168.0.13 remote-as 65007
neighbor 192.168.0.13 description peer7
redistribute connected route-map RM-CONN-2-BGP
!
address-family ipv4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ router_bgp:
peer: peer6
description: peer6
peer_group: IPv4-UNDERLAY-PEERS
- ip_address: 192.168.0.13
remote_as: '65007'
peer: peer7
description: peer7
service_routing_protocols_model: multi-agent
ip_routing: true
vlan_internal_order:
Expand Down Expand Up @@ -182,16 +178,6 @@ ethernet_interfaces:
id: 7
mode: active
description: P2P_peer6_Ethernet8
- name: ethernet9
peer: peer7
peer_interface: ethernet9
peer_type: other
switchport:
enabled: false
shutdown: false
mtu: 9214
ip_address: 192.168.0.12/31
description: P2P_peer7_ethernet9
port_channel_interfaces:
- name: Port-Channel5
peer: peer5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,3 @@ l3_edge:
- node: peer6
interfaces: [ Ethernet7, Ethernet8 ]
include_in_underlay_protocol: true

# P2P link with ebgp and no underlay routing.
- nodes: [l3_edge_bgp, peer7]
interfaces: [ethernet9, ethernet9]
subnet: 192.168.0.12/31
as: [65000, 65007]
include_in_underlay_protocol: false
routing_protocol: ebgp

0 comments on commit 7126f28

Please sign in to comment.