Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c85551f9 authored by Simon Delamare's avatar Simon Delamare
Browse files

[sophia] Network - Add missing snmp_pattern for edgeiron (Florentin work)

parent 98056371
Branches
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ edgeiron: ...@@ -9,6 +9,7 @@ edgeiron:
mtu: 10240 mtu: 10240
vlans: vlans:
naming_pattern: Vlan%VLANID% naming_pattern: Vlan%VLANID%
snmp_pattern: v%VLANID%
"vlan100": "vlan100":
administrative: yes administrative: yes
addresses: addresses:
...@@ -19,6 +20,7 @@ edgeiron: ...@@ -19,6 +20,7 @@ edgeiron:
linecards: linecards:
0: 0:
naming_pattern: "%LINECARD%/%PORT%" naming_pattern: "%LINECARD%/%PORT%"
snmp_pattern: "GigabitEthernet%LINECARD%/%PORT%"
kind: router kind: router
rate: 1000000000 rate: 1000000000
ports: ports:
...@@ -30,6 +32,7 @@ edgeiron: ...@@ -30,6 +32,7 @@ edgeiron:
port: ethernet2/2 port: ethernet2/2
1: 1:
naming_pattern: "%LINECARD%/%PORT%" naming_pattern: "%LINECARD%/%PORT%"
snmp_pattern: "GigabitEthernet%LINECARD%/%PORT%"
kind: node kind: node
rate: 1000000000 rate: 1000000000
ports: ports:
...@@ -79,6 +82,7 @@ edgeiron: ...@@ -79,6 +82,7 @@ edgeiron:
21: helios-48 21: helios-48
3: 3:
naming_pattern: "%LINECARD%/%PORT%" naming_pattern: "%LINECARD%/%PORT%"
snmp_pattern: "GigabitEthernet%LINECARD%/%PORT%"
kind: node kind: node
rate: 1000000000 rate: 1000000000
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment