mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-21 11:25:37 +00:00
changes for CI vm
This commit is contained in:
@@ -3,7 +3,7 @@ interfaces {
|
||||
address dhcp
|
||||
}
|
||||
ethernet eth1 {
|
||||
address 10.0.12.2/24
|
||||
address 10.0.1.222/24
|
||||
}
|
||||
loopback lo {
|
||||
address 10.2.2.2/32
|
||||
@@ -36,7 +36,7 @@ policy {
|
||||
}
|
||||
protocols {
|
||||
bgp 65002 {
|
||||
neighbor 10.0.12.1 {
|
||||
neighbor 10.0.1.100 {
|
||||
remote-as 65001
|
||||
route-map {
|
||||
export EXPORT-POLICY
|
||||
@@ -91,11 +91,7 @@ system {
|
||||
}
|
||||
}
|
||||
ntp {
|
||||
server 0.pool.ntp.org {
|
||||
}
|
||||
server 1.pool.ntp.org {
|
||||
}
|
||||
server 2.pool.ntp.org {
|
||||
server 10.0.1.100 {
|
||||
}
|
||||
}
|
||||
package {
|
||||
|
||||
@@ -3,7 +3,7 @@ interfaces {
|
||||
address dhcp
|
||||
}
|
||||
ethernet eth1 {
|
||||
address 10.0.12.2/24
|
||||
address 10.0.1.222/24
|
||||
}
|
||||
loopback lo {
|
||||
address 10.2.2.2/32
|
||||
@@ -36,7 +36,7 @@ policy {
|
||||
}
|
||||
protocols {
|
||||
bgp 65002 {
|
||||
neighbor 10.0.12.1 {
|
||||
neighbor 10.0.1.100 {
|
||||
remote-as 65001
|
||||
route-map {
|
||||
export EXPORT-POLICY
|
||||
@@ -91,11 +91,7 @@ system {
|
||||
}
|
||||
}
|
||||
ntp {
|
||||
server 0.pool.ntp.org {
|
||||
}
|
||||
server 1.pool.ntp.org {
|
||||
}
|
||||
server 2.pool.ntp.org {
|
||||
server 10.0.1.100 {
|
||||
}
|
||||
}
|
||||
package {
|
||||
|
||||
Reference in New Issue
Block a user