You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created several script for different device types to pull the interfaces stats which should also includes MTU Size of the interface but apparently for dellos10, this value doesnt seems to be there via get_interfaces(), is it possible to add that in the output dictionary ? like we have for nxos, iosxr and iosxe.
Please see the current output, what does it look like
Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2020 by Dell Inc. All Rights Reserved.
OS Version: 10.5.2.0
Build Version: 10.5.2.0.232
Build Time: 2020-09-24T18:40:26+0000
System Type: S3048-ON
Architecture: x86_64
Up Time: 8 weeks 2 days 05:05:17
The text was updated successfully, but these errors were encountered:
Also thought it was strange that MTU wasn't displayed.
However it seems just after the release op PyPI the following commit was made: af95e7a
Which added the MTU to get_interfaces.
You could either install the package from git or wait until the pypi release is updated.
HI,
I have created several script for different device types to pull the interfaces stats which should also includes MTU Size of the interface but apparently for dellos10, this value doesnt seems to be there via
get_interfaces()
, is it possible to add that in the output dictionary ? like we have for nxos, iosxr and iosxe.Please see the current output, what does it look like
However, it does present in the xml on the device itself
here is the information for the switch
The text was updated successfully, but these errors were encountered: