-
Notifications
You must be signed in to change notification settings - Fork 344
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
EthernetSwitchingTable returns 0 items #1228
Comments
Which version of Junos are you using on EX2200 and 3300? |
Hi @aniljham , I was having the same issue and I fixed it by adding a key to the yaml file definition.
|
Yes I figured that the key was missing
I did try but not sure what and did not get the result I was wanting.
I will try your recommendation
Thanks for sharing
Anil jham
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: charrrr93 ***@***.***>
Sent: Thursday, May 18, 2023 11:00 PM
To: Juniper/py-junos-eznc ***@***.***>
Cc: aniljham ***@***.***>; Mention ***@***.***>
Subject: Re: [Juniper/py-junos-eznc] EthernetSwitchingTable returns 0 items (Issue #1228)
Hi @aniljham<https://github.com/aniljham> , I was having the same issue and I fixed it by adding a key to the yaml file definition.
EthernetSwitchingTable:
rpc: get-ethernet-switching-table-information
args:
detail: True
key: mac-table-count
item: ethernet-switching-table
view: EthernetSwitchingView
—
Reply to this email directly, view it on GitHub<#1228 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADY34UOOQRMK5ILWWAQGEBLXG4D6VANCNFSM6AAAAAAUJ2UORY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
chidanandpujar
added a commit
to chidanandpujar/py-junos-eznc
that referenced
this issue
Oct 23, 2024
dineshbaburam91
added a commit
that referenced
this issue
Oct 23, 2024
…ew_fix1 Fix for EthernetSwitchingTable issue #1228
Fixed #1341. Hence, closed it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am trying to use EthernetSwitchingTable op on EX3300 and EX2200 switches and always returns 0 items.
On switches like EX2300 i use ElsEthernetSwitchingTable and they work normally and return the expexted items.
any help with this table/view would be appreciated.
The text was updated successfully, but these errors were encountered: