Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orb-agent not ingesting TenGigabitEthernet interfaces on IOS #42

Open
zleppy opened this issue Jan 2, 2025 · 3 comments
Open

orb-agent not ingesting TenGigabitEthernet interfaces on IOS #42

zleppy opened this issue Jan 2, 2025 · 3 comments

Comments

@zleppy
Copy link

zleppy commented Jan 2, 2025

orb-agent is not ingesting TenGigabitEthernet interfaces on Cisco IOS.
I can confirm via the cli that napalm sees the interfaces with "call get_interfaces".

i have also tried

    scope:
      - driver: ios
        optional_args:
          canonical_int: true

but the result is the same only GigabitEthernet are ingested.

@leoparente
Copy link
Contributor

leoparente commented Jan 6, 2025

Hi @zleppy i'm currently investigating this issue. Could you share the result of get_interfaces() with and without canonical_int: true? the result from napalm itself. Obfuscate it if needed.

@zleppy
Copy link
Author

zleppy commented Jan 7, 2025

Having abit of trouble getting canonical_int accepted when running napalm directly in the cli.

But here is a truncated output from napalm on a switch ive tried earlyer to ingested via orb.

{
"Vlan1": {
"is_enabled": false,
"is_up": false,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 1000.0
},
"Vlan29": {
"is_enabled": true,
"is_up": true,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 1000.0
},
"GigabitEthernet0/0": {
"is_enabled": false,
"is_up": false,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 1000.0
},
"GigabitEthernet1/0/1": {
"is_enabled": true,
"is_up": false,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 10.0
},
"TenGigabitEthernet2/0/26": {
"is_enabled": true,
"is_up": false,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 10000.0
},
"TenGigabitEthernet2/0/27": {
"is_enabled": true,
"is_up": false,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 10000.0
},
"FortyGigabitEthernet3/0/9": {
"is_enabled": true,
"is_up": false,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 40000.0
},
"FortyGigabitEthernet3/0/10": {
"is_enabled": true,
"is_up": false,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 40000.0
},
"Bluetooth0/4": {
"is_enabled": true,
"is_up": false,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 1000.0
},
"Port-channel1": {
"is_enabled": true,
"is_up": true,
"description": "--removed--",
"mac_address": "00:00:00:00:00:00",
"last_flapped": -1.0,
"mtu": 1500,
"speed": 20000.0
}
}

@leoparente
Copy link
Contributor

@zleppy sorry for the delay, another question about this issue. with canonical_int enabled, what does napalm returns in interface_list when you call driver.get_facts().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants