-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5992212
commit 7d467ef
Showing
9 changed files
with
184 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
frr defaults datacenter | ||
hostname sonic-vs | ||
! | ||
service integrated-vtysh-config | ||
! | ||
log syslog informational | ||
! | ||
interface Ethernet0 | ||
ipv6 nd ra-interval 6 | ||
no ipv6 nd suppress-ra | ||
! | ||
router bgp 4200000000 | ||
bgp router-id 10.0.0.1 | ||
bgp bestpath as-path multipath-relax | ||
neighbor FABRIC peer-group | ||
neighbor FABRIC remote-as external | ||
neighbor FABRIC timers 1 3 | ||
neighbor Ethernet0 interface peer-group FABRIC | ||
! | ||
address-family ipv4 unicast | ||
redistribute connected route-map DENY_MGMT | ||
exit-address-family | ||
! | ||
route-map DENY_MGMT deny 10 | ||
match interface eth0 | ||
route-map DENY_MGMT permit 20 | ||
! | ||
line vty | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
inventory_hostname: sonic-vs | ||
sonic_asn: 4200000000 | ||
sonic_loopback_address: 10.0.0.1 | ||
|
||
sonic_mgmtif_ip: 172.17.0.2/16 | ||
sonic_mgmtif_gateway: 172.17.0.1 | ||
sonic_mgmt_vrf: false | ||
|
||
sonic_docker_routing_config_mode: split-unified | ||
sonic_frr_mgmt_framework_config: false | ||
|
||
sonic_ports_default_mtu: 9000 | ||
sonic_ports_default_speed: 40000 | ||
sonic_ports_dict: | ||
Ethernet0: | ||
|
||
sonic_running_cfg_breakouts: | ||
sonic_running_cfg_hwsku: Force10-S6000 | ||
sonic_running_cfg_mac: e0:01:a6:e3:29:3c | ||
sonic_running_cfg_platform: x86_64-kvm_x86_64-r0 | ||
|
||
sonic_running_cfg_ports: | ||
Ethernet0: | ||
alias: fortyGigE0/0 | ||
index: "0" | ||
lanes: "25,26,27,28" | ||
speed: "40000" | ||
Ethernet4: | ||
alias: fortyGigE0/4 | ||
index: "1" | ||
lanes: "29,30,31,32" | ||
speed: "40000" | ||
|
||
sonic_bgp_ports: | ||
Ethernet0: | ||
|
||
sonic_vlans: | ||
- id: 4000 | ||
ip: 10.0.1.1/25 | ||
|
||
# Dummy VTEP so that basic VXLAN config will be deployed by sonic role: | ||
sonic_vteps: | ||
- comment: Dummy | ||
vlan: Vlan3999 | ||
vni: 103999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
--- | ||
DEVICE_METADATA: | ||
localhost: | ||
docker_routing_config_mode: "split-unified" | ||
hostname: "sonic-vs" | ||
hwsku: "Force10-S6000" | ||
mac: "e0:01:a6:e3:29:3c" | ||
platform: "x86_64-kvm_x86_64-r0" | ||
type: "LeafRouter" | ||
|
||
FEATURE: | ||
dhcp_relay: | ||
auto_restart: enabled | ||
state: enabled | ||
|
||
NTP: | ||
global: | ||
src_intf: "eth0" | ||
|
||
NTP_SERVER: | ||
|
||
LOOPBACK_INTERFACE: | ||
Loopback0: {} | ||
Loopback0|10.0.0.1/32: {} | ||
|
||
MGMT_INTERFACE: | ||
eth0|172.17.0.2/16: | ||
gwaddr: "172.17.0.1" | ||
|
||
MGMT_PORT: | ||
eth0: | ||
alias: "eth0" | ||
admin_status: "up" | ||
description: "Management Port" | ||
|
||
MGMT_VRF_CONFIG: | ||
vrf_global: | ||
mgmtVrfEnabled: "false" | ||
|
||
INTERFACE: | ||
Ethernet0: | ||
ipv6_use_link_local_only: enable | ||
|
||
PORT: | ||
Ethernet0: | ||
alias: fortyGigE0/0 | ||
autoneg: "off" | ||
index: "0" | ||
lanes: "25,26,27,28" | ||
admin_status: up | ||
speed: "40000" | ||
mtu: "9000" | ||
fec: "none" | ||
Ethernet4: | ||
alias: fortyGigE0/4 | ||
autoneg: "off" | ||
index: "1" | ||
lanes: "29,30,31,32" | ||
speed: "40000" | ||
|
||
VLAN: | ||
Vlan4000: | ||
vlanid: 4000 | ||
|
||
VLAN_INTERFACE: | ||
Vlan4000: {} | ||
Vlan4000|10.0.1.1/25: {} | ||
|
||
VLAN_MEMBER: | ||
|
||
VXLAN_EVPN_NVO: | ||
nvo: | ||
source_vtep: vtep | ||
|
||
VXLAN_TUNNEL: | ||
vtep: | ||
src_ip: "10.0.0.1" | ||
|
||
VXLAN_TUNNEL_MAP: | ||
# Dummy | ||
"vtep|map_103999_Vlan3999": | ||
vlan: "Vlan3999" | ||
vni: "103999" | ||
|
||
LLDP: | ||
Global: | ||
hello_timer: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters