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
Settings can also be specified for the connection in the topology file as shown below.
1250
-
1251
-
.. code-block:: yaml
1252
-
1253
-
connections:
1254
-
cli:
1255
-
settings:
1256
-
SENDLINE_AFTER_CRED: terminal_server
1257
-
1258
-
1259
-
The post credential action supports ``send`` and ``sendline``, you can specify a string to be sent,
1260
-
e.g. `send( )` to send a space or `send(\\x03)` to send Ctrl-C. Quotes should not be specified.
1261
-
1262
-
.. code-block:: yaml
1263
-
1264
-
connections:
1265
-
cli:
1266
-
login_creds: [terminal_server, default]
1267
-
arguments:
1268
-
cred_action:
1269
-
terminal_server:
1270
-
post: sendline()
1271
-
1272
-
1273
-
1274
1124
Logging
1275
1125
-------
1276
1126
@@ -1694,10 +1544,10 @@ To make use of this feature, you can choose from the following actions:
1694
1544
arguments:
1695
1545
learn_tokens: True
1696
1546
1697
-
By default, token discovery will not overwrite tokens that you have already defined in your testbed file.
1547
+
By default, token discovery will not overwrite tokens that you have already defined in your testbed file.
1698
1548
It will only assign discovered tokens to the device objectif the token does not yet exist orif the value is generic. For example: `platform: generic`.
1699
1549
1700
-
You can override this behavior if you'd like. Using the `overwrite_testbed_tokens` flag will cause any discovered token to be assigned to the device object regardless of what has been defined in the testbed.
1550
+
You can override this behavior if you'd like. Using the `overwrite_testbed_tokens` flag will cause any discovered token to be assigned to the device object regardless of what has been defined in the testbed.
1701
1551
This flag can be setin the same way as`learn_tokens`:
1702
1552
1703
1553
1. Set the `overwrite_testbed_tokens` argument to True when calling `device.connect`
0 commit comments