Stacy W. Smith

Results 20 comments of Stacy W. Smith

Unfortunately, I do not feel that the Junos REST API makes an appropriate transport for PyEZ. There are a few issues: 1) I don't believe the Junos REST API is...

@d200201123 model takes a string value of `openconfig`, `custom`, or `ietf`. This is documented here. https://github.com/Juniper/py-junos-eznc/blob/master/lib/jnpr/junos/rpcmeta.py#L82-L85 However, I agree that the statement `When model is True and filter_xml is None,...

@vnitinv I'm not sure I understand exactly what your proposing for an additional check.

@rsmekala I'm really not sure why `allow_agent` is being set as it currently is. Maybe you can review #281 where it was introduced. If possible, I would recommend against adding...

@lampwins We don't yet support passing an initial connection timeout argument, although I agree it would be beneficial. As an alternative, you can set the `auto_probe` argument to the `Device()`...

>My understanding is that is the timeout for successive rpc's. My issue is the timeout of the initial device connection via `open()`. That's correct. The `dev.timeout` attribute sets the default...

> I agree that a proper timeout on `open()` would be more appropriate. Let's use this issue to track that.

@miguelgr83 I agree we need to support the ability to handle a non-default port for StartShell(). We're looking into the best way to do that. For this particular example, I'm...

OK. Then could you just use: dev.cli('ping 10.7.240.114 count 5 rapid', warning=False) That would give you the ping output as CLI text over the existing NETCONF session rather than having...

@AndyMan1 I think your request is valid. As you point out, this capability needs to first be added to PyEZ. Can you please open a corresponding issue against PyEZ? I...