GithubHelp home page GithubHelp logo

Comments (10)

ledgley avatar ledgley commented on June 13, 2024

NXOS: version 9.3(5)

from pyats.

ledgley avatar ledgley commented on June 13, 2024

Seems like a workaround/solution is to instansiate the session_state variable, as below

            # For address family: VPNv4 Unicast
            m = p31.match(line)
            if m:
                session_state = ''
                if 'address_family' not in  parsed_dict['neighbor'][neighbor_id]:
                    parsed_dict['neighbor'][neighbor_id]['address_family'] = {}
                address_family = str(m.groupdict()['af']).lower()
                
                if address_family not in parsed_dict['neighbor'][neighbor_id]\
                    ['address_family']:
                    parsed_dict['neighbor'][neighbor_id]['address_family']\
                        [address_family] = {}

                parsed_dict['neighbor'][neighbor_id]['address_family']\
                    [address_family]['session_state'] = session_state.lower()
                if 'state_reason' in parsed_dict['neighbor'][neighbor_id]:
                    parsed_dict['neighbor'][neighbor_id]['address_family']\
                    [address_family]['state_reason'] = \
                        parsed_dict['neighbor'][neighbor_id]['state_reason']
                continue

from pyats.

sumitsehgal123 avatar sumitsehgal123 commented on June 13, 2024

Hi .
Thanks for reaching out piestack support team, I will be looking at your ticket and get back to you .

from pyats.

sumitsehgal123 avatar sumitsehgal123 commented on June 13, 2024

Hi ,
Please could you share the complete testbed.yaml file , and also please update your genie package and try it again .

pip install --upgrade genie

make sure that the credentials are correctly defined for the device

credentials:
  default:
    username: admin
    password: 'your_password_here'
  enable:
    password: 'your_enable_password_here'

from pyats.

sumitsehgal123 avatar sumitsehgal123 commented on June 13, 2024

Hi ,
Please can you share the user output and show command to reproduce the issue .

from pyats.

sumitsehgal123 avatar sumitsehgal123 commented on June 13, 2024

Hi ,
Please can you share the user output and show command to reproduce the issue .

from pyats.

sumitsehgal123 avatar sumitsehgal123 commented on June 13, 2024

Hi ,
Please can you share the user output and show command to reproduce the issue .

from pyats.

ledgley avatar ledgley commented on June 13, 2024

Company policy won't allow me to paste the configuration on public GitHub. Happy to raise a TAC, if you can direct me what category to raise it under.

from pyats.

sumitsehgal123 avatar sumitsehgal123 commented on June 13, 2024

Hi ,
Please can you share the devices output and show command on external mailer group [email protected] to reproduce the issue .

from pyats.

sumitsehgal123 avatar sumitsehgal123 commented on June 13, 2024

Hi ,
Please can you share the devices output and show command on external mail group .

from pyats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.