File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,24 +50,28 @@ With different variants for local and remote modes mentioned earlier, before
5050implementing Ansible modules, one needs to be aware of their limitation.
5151
5252** Linux-based vs. QNX-based IOS-XR**
53+
5354 * QNX-based IOS-XR can only run in local mode
5455 * Earlier version of Linux-based IOS-XR also can only run in local mode due
5556 to incomplete Python libraries
5657 * Linux-based IOS-XR (eXR 6.0.2 or later) can run both remote and local modes
5758
5859** CLI vs. XML/NETCONF**
60+
5961 * With CLI mode, you can do all CLI commands as you would do interactively.
6062 * The XML/NETCONF mode allows you to use Cisco XML or NETCONF commands in XML
6163 construct to configure IOS-XR.
6264
6365** Console CLI vs. TPNNS CLI**
66+
6467 * Console CLI allows you to do all CLI commands as you would do interactively.
6568 * TPNNS CLI can either be implemented in local or remote mode. It connects
6669 to IOS-XR Linux shell and requires helper programs, /pkg/bin/xr_cli or
6770 /pkg/sbin/config, to deliver CLI commands or configure IOS-XR, respectively.
6871 Currently, "commit replace" is not supported by /pkg/sbin/config.
6972
7073** Raw XML/NETCONF vs. YDK NETCONF**
74+
7175 * Raw NETCONF mode allows you to configure IOS-XR using NETCONF commands in
7276 RPC XML construct through standard SSH port 22 with termination sequence
7377 ** ]] >]] >** and port 830 with ** ##** termination sequence. The response is
You can’t perform that action at this time.
0 commit comments