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

Fix for EthernetSwitchingTable issue #1228 #1341

Merged

Conversation

chidanandpujar
Copy link
Collaborator

@chidanandpujar chidanandpujar commented Oct 23, 2024

Added the missing key and verified the fix.
fix for issue #1228

(venv) root@masterhost:~/pyez_release_test1# python issue_1228.py 
{'1': {'count': '1',
       'entries': {'vlan100': {'action': 'Forward',
                               'age': None,
                               'interface': 'Router',
                               'interface-list': {'Router': {'interfaces': 'Router'}},
                               'learned_time': None,
                               'mac_address': '2c:6b:f5:89:7f:81',
                               'next_hop': '0',
                               'type': 'Static',
                               'vlan': 'vlan100',
                               'vlan_tag': '100'}},
       'learned': '0',
       'persistent': '0'}}



show ethernet-switching table 
Ethernet-switching table: 1 entries, 0 learned, 0 persistent entries
  VLAN              MAC address       Type         Age Interfaces
  vlan100           2c:6b:f5:89:7f:81 Static         - Router

{master:0}

@chidanandpujar chidanandpujar changed the title Fix for issue #1228 Fix for ethernetswitchingtable issue #1228 Oct 23, 2024
@chidanandpujar chidanandpujar changed the title Fix for ethernetswitchingtable issue #1228 Fix for EthernetSwitchingTable issue #1228 Oct 23, 2024
@dineshbaburam91 dineshbaburam91 merged commit d0c0947 into Juniper:master Oct 23, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants