napalm-automation-community / napalm-aruba-cx

NAPALM driver for Aruba AOS-CX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_arp problem

quistian opened this issue · comments

When I try to use the get_arp function the following error message occurs:

data = device.get_arp_table() File "/home/russ/src/aruba/cx/napalm/venv-napalm/lib/python3.9/site-packages/napalm_aoscx/aoscx.py", line 421, in get_arp_table vrf_list = pyaoscx.vrf.get_all_vrfs(**self.session_info) AttributeError: module 'pyaoscx' has no attribute 'vrf'

Here is my environment:

  • bcrypt 4.0.1
  • certifi 2022.12.7
  • cffi 1.15.1
  • charset-normalizer 3.0.1
  • cryptography 39.0.1
  • future 0.18.3
  • idna 3.4
  • Jinja2 3.1.2
  • junos-eznc 2.6.7
  • lxml 4.9.2
  • MarkupSafe 2.1.2
  • napalm 4.0.0
  • napalm-aruba-cx 0.1.4
  • ncclient 0.6.13
  • netaddr 0.8.0
  • netmiko 4.1.2
  • netutils 1.4.1
  • ntc-templates 3.2.0
  • paramiko 3.0.0
  • pexpect 4.8.0
  • pip 23.0.1
  • psycopg2 2.9.5
  • ptyprocess 0.7.0
  • pyaoscx 1.0.0
  • pycparser 2.21
  • pyeapi 0.8.4
  • PyNaCl 1.5.0
  • pyparsing 3.0.9
  • pyserial 3.5
  • python-dotenv 1.0.0
  • PyYAML 6.0
  • requests 2.28.2
  • scp 0.14.5
  • setuptools 58.1.0
  • six 1.16.0
  • tenacity 8.2.2
  • textfsm 1.1.2
  • transitions 0.9.0
  • ttp 0.9.2
  • ttp-templates 0.3.2
  • typing_extensions 4.5.0
  • urllib3 1.26.14
  • yamlordereddictloader 0.4.0

So far only commands I have been able to use successfully are:

  • is_alive
  • get_facts
  • get_lldp_neighbors
  • get_snmp_information

All the rest fail, in slightly different modes than for get_arp_table