Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Added interfaces parsing #142

Merged
merged 1 commit into from
Aug 24, 2017
Merged

Conversation

lspgn
Copy link

@lspgn lspgn commented Aug 23, 2017

Added interfaces parsing, using FSM templates at the moment.

Can be tested the following way:

import pprint
from napalm_base import get_network_driver
d = get_network_driver('iosxr_ssh')
j = d('127.0.0.1', 'user', 'pass', optional_args = {'port':22})
j.open()
pprint(j.get_interfaces())
j.close()```

Copy link
Member

@mirceaulinic mirceaulinic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Taking this as-is for the moment, in the iosxr-ssh branch.

@mirceaulinic mirceaulinic merged commit 500049e into napalm-automation:iosxr-ssh Aug 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants