Skip to content
Snippets Groups Projects
Commit 738454ee authored by David Schmitz's avatar David Schmitz
Browse files

testing: update inst/testing/nemo1/: include netflow config

parent 037a920c
No related branches found
No related tags found
No related merge requests found
...@@ -86,16 +86,20 @@ interface ethernet255 ...@@ -86,16 +86,20 @@ interface ethernet255
! !
interface ethernet1 interface ethernet1
description link to host1 description link to host1
!monitor-session ethernet3
vrf forwarding CORE vrf forwarding CORE
ipv4 address 10.1.10.3 255.255.255.0 ipv4 address 10.1.10.3 255.255.255.0
ipv4 netflow-tx
no shutdown no shutdown
no log-link-change no log-link-change
exit exit
! !
interface ethernet2 interface ethernet2
description link to host2 description link to host2
!monitor-session ethernet3
vrf forwarding CORE vrf forwarding CORE
ipv4 address 10.2.10.3 255.255.255.0 ipv4 address 10.2.10.3 255.255.255.0
ipv4 netflow-tx
no shutdown no shutdown
no log-link-change no log-link-change
exit exit
...@@ -179,11 +183,17 @@ proxy-profile OOB ...@@ -179,11 +183,17 @@ proxy-profile OOB
vrf CORE vrf CORE
exit exit
! !
proxy-profile inet
vrf CORE
source ethernet3
exit
!
! !
ipv4 route CORE 10.0.3.1 255.255.255.0 14.0.0.1 ipv4 route CORE 10.0.3.1 255.255.255.0 14.0.0.1
ipv4 route CORE 10.3.0.1 255.255.255.255 14.0.0.1 ipv4 route CORE 10.3.0.1 255.255.255.255 14.0.0.1
! !
! !
ipv4 flow CORE export inet 10.197.36.2 9995
! !
! !
! !
......
{
"routers": [
{
"name": "test2",
"ip4": "10.197.36.3",
"samplerate": "1",
"category": "core",
"latitude": "1",
"longitude": "1"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment