=======================
aclconv - ACL Converter
=======================

.. contents::
    :local:
    :depth: 2

About
=====

**aclconv** Convert an ACL on stdin, or a list of ACLs, from one format to another.  Input
format is determined automatically.  Output format can be given with -f or
with one of -i/-o/-j/-x.  The name of the output ACL is determined
automatically, or it can be specified with -n.

Usage
=====

Here is the usage output::

    Options:
    -h, --help            show this help message and exit
    -f FORMAT, --format=FORMAT
    -o, --ios-named       Use IOS named ACL output format
    -j, --junos           Use JunOS ACL output format
    -i, --ios             Use IOS old-school ACL output format
    -x, --iosxr           Use IOS XR ACL output format
    -n ACLNAME, --name=ACLNAME

Examples
========

Coming Soon™.
