Skip to content

Commit

Permalink
Corrected indentation to make ansible-galaxy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
aermongk committed Jun 3, 2016
1 parent 3651f64 commit 2664084
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,25 @@ for how the SSH connection is being established and where the script is run.
With different variants for local and remote modes mentioned earlier, before
implementing Ansible modules, one needs to be aware of their limitation.

1. **Linux-based vs. QNX-based IOS-XR**
**Linux-based vs. QNX-based IOS-XR**
* QNX-based IOS-XR can only run in local mode
* Earlier version of Linux-based IOS-XR also can only run in local mode due
to incomplete Python libraries
* Linux-based IOS-XR (eXR 6.0.2 or later) can run both remote and local modes
2. **CLI vs. XML/NETCONF**

**CLI vs. XML/NETCONF**
* With CLI mode, you can do all CLI commands as you would do interactively.
* The XML/NETCONF mode allows you to use Cisco XML or NETCONF commands in XML
construct to configure IOS-XR.
3. **Console CLI vs. TPNNS CLI**

**Console CLI vs. TPNNS CLI**
* Console CLI allows you to do all CLI commands as you would do interactively.
* TPNNS CLI can either be implemented in local or remote mode. It connects
to IOS-XR Linux shell and requires helper programs, /pkg/bin/xr_cli or
/pkg/sbin/config, to deliver CLI commands or configure IOS-XR, respectively.
Currently, "commit replace" is not supported by /pkg/sbin/config.
4. **Raw XML/NETCONF vs. YDK NETCONF**

**Raw XML/NETCONF vs. YDK NETCONF**
* Raw NETCONF mode allows you to configure IOS-XR using NETCONF commands in
RPC XML construct through standard SSH port 22 with termination sequence
**]]>]]>** and port 830 with **##** termination sequence. The response is
Expand Down

0 comments on commit 2664084

Please sign in to comment.