You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ruby junos.rb
Connecting to device 10.202.255.188 ... OK!
Trying to set new hostname: TESTSRX-0319
""
true
On the SRX320 I see the following:
tom@BOOTSTRAPPED> show configuration | compare
tom@BOOTSTRAPPED> configure
Entering configuration mode
The configuration has been changed but not committed
[edit]
tom@BOOTSTRAPPED# show | compare
[edit system]
- host-name BOOTSTRAPPED;
+ host-name TESTSRX-0319;
[edit]
tom@BOOTSTRAPPED#
The text was updated successfully, but these errors were encountered:
Hi, I'm playing around with this library but for some reason diff? is not returning the diff.
I don't get it.
My code is:
The output is:
On the SRX320 I see the following:
The text was updated successfully, but these errors were encountered: