Skip to content

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.

License

krishnakothapalli/ansible

 
 

Repository files navigation

PyPI version Build Status

Ansible

Ansible is a radically simple IT automation system. It handles configuration-management, application deployment, cloud provisioning, ad-hoc task-execution, and multinode orchestration - including trivializing things like zero downtime rolling updates with load balancers.

Read the documentation and more at http://ansible.com/

Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release.

You can find instructions here for a variety of platforms. If you decide to go with the development branch, be sure to run git submodule update --init --recursive after doing a checkout.

If you want to download a tarball of a release, go to releases.ansible.com, though most users use yum (using the EPEL instructions linked above), apt (using the PPA instructions linked above), or pip install ansible.

Design Principles

  • Have a dead simple setup process and a minimal learning curve
  • Manage machines very quickly and in parallel
  • Avoid custom-agents and additional open ports, be agentless by leveraging the existing SSH daemon
  • Describe infrastructure in a language that is both machine and human friendly
  • Focus on security and easy auditability/review/rewriting of content
  • Manage new remote machines instantly, without bootstrapping any software
  • Allow module development in any dynamic language, not just Python
  • Be usable as non-root
  • Be the easiest IT automation system to use, ever.

Get Involved

  • Read Community Information for all kinds of ways to contribute to and interact with the project, including mailing list information and how to submit bug reports and code to Ansible.
  • All code submissions are done through pull requests. Take care to make sure no merge commits are in the submission, and use git rebase vs git merge for this reason. If submitting a large code change (other than modules), it's probably a good idea to join ansible-devel and talk about what you would like to do or add first and to avoid duplicate efforts. This not only helps everyone know what's going on, it also helps save time and effort if we decide some changes are needed.
  • Users list: ansible-project
  • Development list: ansible-devel
  • Announcement list: ansible-announce - read only
  • irc.freenode.net: #ansible

Branch Info

  • Releases are named after Led Zeppelin songs. (Releases prior to 2.0 were named after Van Halen songs.)
  • The devel branch corresponds to the release actively under development.
  • As of 1.8, modules are kept in different repos, you'll want to follow core and extras
  • Various release-X.Y branches exist for previous releases.
  • We'd love to have your contributions, read Community Information for notes on how to get started.

Authors

Ansible was created by Michael DeHaan (michael.dehaan/gmail/com) and has contributions from over 1000 users (and growing). Thanks everyone!

Ansible is sponsored by Ansible, Inc

IOSXE Example

test

Example 1

================ test

Example 2

================ test

IOSXE Examples

Sample hosts files

cisco@ubuntu:~$ more /home/cisco/hosts [myswitches] 172.25.209.236 hostname="Gladiator48-2033KK"

IOSXE example 1: Playbook using CLI

cisco@ubuntu:$ cisco@ubuntu:$ more /home/cisco/ansible/test/samples/iosxe_command.yml | cat

  • hosts: myswitches gather_facts: no connection: local

    tasks:

    • name: Obtain login credentials include_vars: /home/cisco/secrets.yml

    • name: Define provider set_fact: provider: host: "{{ inventory_hostname }}" username: "{{ creds['username'] }}" password: "{{ creds['password'] }}" auth_pass: "{{ creds['auth_pass'] }}"

    • name: Display version iosxe_command: provider: "{{ provider }}" commands: - show version register: myoutput

    • debug: var=myoutput.stdout_lines

    • name: Display interfaces iosxe_command: provider: "{{ provider }}" commands: - show ip interface brief - show interfaces register: myoutput

    • debug: var=myoutput.stdout_lines

IOSXE example 1: Playbook using CLI

cisco@ubuntu:~$ ansible/bin/ansible-playbook -i /home/cisco/hosts /home/cisco/ansible/test/samples/iosxe_command.yml

PLAY [myswitches] **************************************************************

TASK [Obtain login credentials] ************************************************ ok: [172.25.209.236]

TASK [Define provider] ********************************************************* ok: [172.25.209.236]

TASK [Display version] ********************************************************* ok: [172.25.209.236]

TASK [debug] ******************************************************************* ok: [172.25.209.236] => { "myoutput.stdout_lines": [ [ "Cisco IOS Software [Denali], Catalyst L3 Switch Software (CAT3K_CAA-UNIVERSALK9-M), Experimental Version 16.3(20160619:172453) [v163_throttle-BLD-BLD_V163_THROTTLE_LATEST_20160619_170158 106]", "Copyright (c) 1986-2016 by Cisco Systems, Inc.", "Compiled Sun 19-Jun-16 10:58 by mcpre", "", "", "Cisco IOS-XE software, Copyright (c) 2005-2016 by cisco Systems, Inc.", "All rights reserved. Certain components of Cisco IOS-XE software are", "licensed under the GNU General Public License ("GPL") Version 2.0. The", "software code licensed under GPL Version 2.0 is free software that comes", "with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such", "GPL code under the terms of GPL Version 2.0. For more details, see the", "documentation or "License Notice" file accompanying the IOS-XE software,", "or the applicable URL provided on the flyer accompanying the IOS-XE", "software.", "", "", "ROM: IOS-XE ROMMON", "BOOTLDR: CAT3K_CAA Boot Loader (CAT3K_CAA-HBOOT-M) Version 3.2, engineering software (D)", "", "Gladiator48-2033KK uptime is 6 days, 6 hours, 44 minutes", "Uptime for this control processor is 6 days, 6 hours, 48 minutes", "System returned to ROM by reload", "System image file is "tftp://172.19.145.140/kkothapa/polaris.bin"", "Last reload reason: Reload Command", "", "", "", "This product contains cryptographic features and is subject to United", "States and local country laws governing import, export, transfer and", "use. Delivery of Cisco cryptographic products does not imply", "third-party authority to import, export, distribute or use encryption.", "Importers, exporters, distributors and users are responsible for", "compliance with U.S. and local country laws. By using this product you", "agree to comply with applicable laws and regulations. If you are unable", "to comply with U.S. and local laws, return this product immediately.", "", "A summary of U.S. laws governing Cisco cryptographic products may be found at:", "http://www.cisco.com/wwl/export/crypto/tool/stqrg.html", "", "If you require further assistance please contact us by sending email to", "export@cisco.com.", "", "", "Technology Package License Information: ", "", "-----------------------------------------------------------------", "Technology-package Technology-package", "Current Type Next reboot ", "------------------------------------------------------------------", "ipservicesk9 Permanent ipservicesk9", "", "cisco WS-C3850-48XS (MIPS) processor (revision A0) with 866054K/6147K bytes of memory.", "Processor board ID FOC1930Z23R", "1 Virtual Ethernet interface", "64 Ten Gigabit Ethernet interfaces", "4 Forty Gigabit Ethernet interfaces", "2048K bytes of non-volatile configuration memory.", "8388608K bytes of physical memory.", "256091K bytes of Crash Files at crashinfo:.", "7284411K bytes of Flash at flash:.", "0K bytes of at webui:.", "", "Base Ethernet MAC Address : f0:b2:e5:14:9a:80", "Motherboard Assembly Number : 73-16622-04", "Motherboard Serial Number : FOC19253KWN", "Model Revision Number : A0", "Motherboard Revision Number : A0", "Model Number : WS-C3850-48XS", "System Serial Number : FOC1930Z23R", "", "", "Switch Ports Model SW Version SW Image Mode ", "------ ----- ----- ---------- ---------- ---- ", "* 1 68 WS-C3850-48XS 16.3.1 CAT3K_CAA-UNIVERSALK9 BUNDLE ", "", "", "Configuration register is 0x102", "" ] ] }

TASK [Display interfaces] ****************************************************** ok: [172.25.209.236]

TASK [debug] ******************************************************************* ok: [172.25.209.236] => { "myoutput.stdout_lines": [ [ "Interface IP-Address OK? Method Status Protocol", "Vlan1 unassigned YES NVRAM ********istratively down down ", "GigabitEthernet0/0 172.25.209.236 YES NVRAM up up ", "Fo1/1/1 unassigned YES unset down down ", "Fo1/1/2 unassigned YES unset down down ", "Fo1/1/3 unassigned YES unset down down ", "Fo1/1/4 unassigned YES unset down down ", "Te1/0/1 192.0.2.1 YES manual down down ", "Te1/0/2 unassigned YES unset down down ", "Te1/0/3 unassigned YES unset down down ", "Te1/0/4 unassigned YES unset down down ", "Te1/0/5 unassigned YES unset down down ", "Te1/0/6 unassigned YES unset down down ", "Te1/0/7 unassigned YES unset down down ", "Te1/0/8 unassigned YES unset down down ", "Te1/0/9 unassigned YES unset down down ", "Te1/0/10 unassigned YES unset down down ", "Te1/0/11 unassigned YES unset down down ", "Te1/0/12 unassigned YES unset down down ", "Te1/0/13 unassigned YES unset down down ", "Te1/0/14 unassigned YES unset down down ", "Te1/0/15 unassigned YES unset down down ", "Te1/0/16 unassigned YES unset down down ", "Te1/0/17 unassigned YES unset down down ", "Te1/0/18 unassigned YES unset down down ", "Te1/0/19 unassigned YES unset down down ", "Te1/0/20 unassigned YES unset down down ", "Te1/0/21 unassigned YES unset down down ", "Te1/0/22 unassigned YES unset down down ", "Te1/0/23 unassigned YES unset down down ", "Te1/0/24 unassigned YES unset down down ", "Te1/0/25 unassigned YES unset down down ", "Te1/0/26 unassigned YES unset down down ", "Te1/0/27 unassigned YES unset down down ", "Te1/0/28 unassigned YES unset down down ", "Te1/0/29 unassigned YES unset down down ", "Te1/0/30 unassigned YES unset down down ", "Te1/0/31 unassigned YES unset down down ", "Te1/0/32 unassigned YES unset down down ", "Te1/0/33 unassigned YES unset down down ", "Te1/0/34 unassigned YES unset down down ", "Te1/0/35 unassigned YES unset down down ", "Te1/0/36 unassigned YES unset down down ", "Te1/0/37 unassigned YES unset down down ", "Te1/0/38 unassigned YES unset down down ", "Te1/0/39 unassigned YES unset down down ", "Te1/0/40 unassigned YES unset down down ", "Te1/0/41 unassigned YES unset down down ", "Te1/0/42 unassigned YES unset down down ", "Te1/0/43 unassigned YES unset down down ", "Te1/0/44 unassigned YES unset down down ", "Te1/0/45 unassigned YES unset down down ", "Te1/0/46 unassigned YES unset down down ", "Te1/0/47 unassigned YES unset down down ", "Te1/0/48 unassigned YES unset down down ", "Te1/1/1 unassigned YES unset down down ", "Te1/1/2 unassigned YES unset down down ", "Te1/1/3 unassigned YES unset down down ", "Te1/1/4 unassigned YES unset down down ", "Te1/1/5 unassigned YES unset down down ", "Te1/1/6 unassigned YES unset down down ", "Te1/1/7 unassigned YES unset down down ", "Te1/1/8 unassigned YES unset down down ", "Te1/1/9 unassigned YES unset down down ", "Te1/1/10 unassigned YES unset down down ", "Te1/1/11 unassigned YES unset down down ", "Te1/1/12 unassigned YES unset down down ", "Te1/1/13 unassigned YES unset down down ", "Te1/1/14 unassigned YES unset down down ", "Te1/1/15 unassigned YES unset down down ", "Te1/1/16 unassigned YES unset down down " ], [ "Vlan1 is ********istratively down, line protocol is down ", " Hardware is Ethernet SVI, address is f0b2.e514.9ac7 (bia f0b2.e514.9ac7)", " MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not supported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 IP multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 1 interface resets", " 0 unknown protocol drops", " 0 output buffer failures, 0 output buffers swapped out", "GigabitEthernet0/0 is up, line protocol is up ", " Hardware is RP management port, address is f0b2.e514.9ac0 (bia f0b2.e514.9ac0)", " Internet address is 172.25.209.236/25", " MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec, ", " reliability 233/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive set (10 sec)", " Full Duplex, 1000Mbps, link type is auto, media type is RJ45", " output flow-control is unsupported, input flow-control is unsupported", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input 00:00:00, output 00:00:00, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/75/100774/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 3000 bits/sec, 2 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 2415317 packets input, 825656484 bytes, 0 no buffer", " Received 0 broadcasts (0 IP multicasts)", " 0 runts, 0 giants, 0 throttles ", " 100774 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 1204744 packets output, 82187506 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "FortyGigabitEthernet1/1/1 is down, line protocol is down (notconnect) ", " Hardware is Forty Gigabit Ethernet, address is f0b2.e514.9ac1 (bia f0b2.e514.9ac1)", " MTU 1500 bytes, BW 40000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "FortyGigabitEthernet1/1/2 is down, line protocol is down (notconnect) ", " Hardware is Forty Gigabit Ethernet, address is f0b2.e514.9ac2 (bia f0b2.e514.9ac2)", " MTU 1500 bytes, BW 40000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "FortyGigabitEthernet1/1/3 is down, line protocol is down (notconnect) ", " Hardware is Forty Gigabit Ethernet, address is f0b2.e514.9ac3 (bia f0b2.e514.9ac3)", " MTU 1500 bytes, BW 40000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "FortyGigabitEthernet1/1/4 is down, line protocol is down (notconnect) ", " Hardware is Forty Gigabit Ethernet, address is f0b2.e514.9ac4 (bia f0b2.e514.9ac4)", " MTU 1500 bytes, BW 40000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/1 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ae4 (bia f0b2.e514.9ae4)", " Description: TenGigabitEthernet 1/0/1 connected to IXIA5 1/1", " Internet address is 192.0.2.1/24", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 IP multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 3 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/2 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a82 (bia f0b2.e514.9a82)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/3 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a83 (bia f0b2.e514.9a83)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/4 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a84 (bia f0b2.e514.9a84)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/5 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a85 (bia f0b2.e514.9a85)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/6 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a86 (bia f0b2.e514.9a86)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/7 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a87 (bia f0b2.e514.9a87)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/8 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a88 (bia f0b2.e514.9a88)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/9 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a89 (bia f0b2.e514.9a89)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/10 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a8a (bia f0b2.e514.9a8a)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/11 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a8b (bia f0b2.e514.9a8b)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/12 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a8c (bia f0b2.e514.9a8c)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/13 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a8d (bia f0b2.e514.9a8d)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/14 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a8e (bia f0b2.e514.9a8e)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/15 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a8f (bia f0b2.e514.9a8f)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/16 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a90 (bia f0b2.e514.9a90)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/17 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a91 (bia f0b2.e514.9a91)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/18 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a92 (bia f0b2.e514.9a92)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/19 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a93 (bia f0b2.e514.9a93)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/20 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a94 (bia f0b2.e514.9a94)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/21 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a95 (bia f0b2.e514.9a95)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/22 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a96 (bia f0b2.e514.9a96)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/23 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a97 (bia f0b2.e514.9a97)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/24 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a98 (bia f0b2.e514.9a98)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/25 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a99 (bia f0b2.e514.9a99)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/26 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a9a (bia f0b2.e514.9a9a)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/27 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a9b (bia f0b2.e514.9a9b)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/28 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a9c (bia f0b2.e514.9a9c)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/29 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a9d (bia f0b2.e514.9a9d)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/30 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a9e (bia f0b2.e514.9a9e)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/31 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9a9f (bia f0b2.e514.9a9f)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/32 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa0 (bia f0b2.e514.9aa0)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/33 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa1 (bia f0b2.e514.9aa1)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/34 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa2 (bia f0b2.e514.9aa2)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/35 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa3 (bia f0b2.e514.9aa3)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/36 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa4 (bia f0b2.e514.9aa4)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/37 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa5 (bia f0b2.e514.9aa5)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/38 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa6 (bia f0b2.e514.9aa6)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/39 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa7 (bia f0b2.e514.9aa7)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/40 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa8 (bia f0b2.e514.9aa8)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/41 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aa9 (bia f0b2.e514.9aa9)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/42 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aaa (bia f0b2.e514.9aaa)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/43 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aab (bia f0b2.e514.9aab)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/44 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aac (bia f0b2.e514.9aac)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/45 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aad (bia f0b2.e514.9aad)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/46 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aae (bia f0b2.e514.9aae)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/47 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aaf (bia f0b2.e514.9aaf)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/0/48 is down, line protocol is down (notconnect) ", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab0 (bia f0b2.e514.9ab0)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " Auto-duplex, Auto-speed, link type is auto, media type is unknown", " input flow-control is off, output flow-control is unsupported ", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 2 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/1 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab1 (bia f0b2.e514.9ab1)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/2 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab2 (bia f0b2.e514.9ab2)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/3 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab3 (bia f0b2.e514.9ab3)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/4 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab4 (bia f0b2.e514.9ab4)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/5 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab5 (bia f0b2.e514.9ab5)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/6 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab6 (bia f0b2.e514.9ab6)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/7 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab7 (bia f0b2.e514.9ab7)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/8 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab8 (bia f0b2.e514.9ab8)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/9 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ab9 (bia f0b2.e514.9ab9)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/10 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9aba (bia f0b2.e514.9aba)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/11 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9abb (bia f0b2.e514.9abb)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/12 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9abc (bia f0b2.e514.9abc)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/13 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9abd (bia f0b2.e514.9abd)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/14 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9abe (bia f0b2.e514.9abe)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/15 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9abf (bia f0b2.e514.9abf)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out", "TenGigabitEthernet1/1/16 is down, line protocol is down (notconnect) ", " Hardware is not present", " Hardware is Ten Gigabit Ethernet, address is f0b2.e514.9ac0 (bia f0b2.e514.9ac0)", " MTU 1500 bytes, BW 10000000 Kbit/sec, DLY 10 usec, ", " reliability 255/255, txload 1/255, rxload 1/255", " Encapsulation ARPA, loopback not set", " Keepalive not set", " ARP type: ARPA, ARP Timeout 04:00:00", " Last input never, output never, output hang never", " Last clearing of "show interface" counters never", " Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 0", " Queueing strategy: fifo", " Output queue: 0/40 (size/max)", " 5 minute input rate 0 bits/sec, 0 packets/sec", " 5 minute output rate 0 bits/sec, 0 packets/sec", " 0 packets input, 0 bytes, 0 no buffer", " Received 0 broadcasts (0 multicasts)", " 0 runts, 0 giants, 0 throttles ", " 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored", " 0 watchdog, 0 multicast, 0 pause input", " 0 input packets with dribble condition detected", " 0 packets output, 0 bytes, 0 underruns", " 0 output errors, 0 collisions, 0 interface resets", " 0 unknown protocol drops", " 0 babbles, 0 late collision, 0 deferred", " 0 lost carrier, 0 no carrier, 0 pause output", " 0 output buffer failures, 0 output buffers swapped out" ] ] }

PLAY RECAP ********************************************************************* 172.25.209.236 : ok=6 changed=0 unreachable=0 failed=0

cisco@ubuntu:$ cisco@ubuntu:$ cisco@ubuntu:~$

IOSXE example 1: Playbook using config CLI

cisco@ubuntu:~$ cat /home/cisco/hosts /home/cisco/ansible/test/samples/iosxe_config.yml [myswitches] #172.21.228.177 172.25.209.236 hostname="Gladiator48-2033KK"

  • hosts: myswitches gather_facts: no connection: local

    tasks:

    • name: Obtain login credentials include_vars: /home/cisco/secrets.yml

    • name: Define provider set_fact: provider: host: "{{ inventory_hostname }}" username: "{{ creds['username'] }}" password: "{{ creds['password'] }}" auth_pass: "{{ creds['auth_pass'] }}"

    • name: Configure hostname iosxe_config: provider: "{{ provider }}" lines: - hostname "{{ hostname }}"

    • name: Configure Interfaces iosxe_config: provider: "{{ provider }}" lines: - interface Te1/0/6 - switchport access vlan 14 - switchport mode access

    • name: Configure ACLs iosxe_config: provider: "{{ provider }}" lines: - 10 permit ip host 1.1.1.1 any log - 20 permit ip host 2.2.2.2 any log - 30 permit ip host 3.3.3.3 any log - 40 permit ip host 4.4.4.4 any log - 50 permit ip host 5.5.5.5 any log parents: ['ip access-list extended TEST'] before: ['no ip access-list extended TEST'] match: exact

      iosxe_config: provider: "{{ provider }}" lines: - ip access-list extended ACL-DEFAULT - remark DHCP - permit udp any eq bootpc any eq bootps - remark DNS - permit udp any any eq domain - remark TFTP - permit udp any any eq tftp - remark Allow HTTP to ISE - permit tcp any host 150.3.100.102 gt 0 - permit udp any host 150.3.100.102 gt 0 - deny ip any any - deny icmp any any parents: ['ip access-list extended ACL-DEFAULT'] before: ['no ip access-list extended ACL-DEFAULT'] cisco@ubuntu:$ cisco@ubuntu:$ cisco@ubuntu:$ cisco@ubuntu:$ ansible/bin/ansible-playbook -i /home/cisco/hosts /home/cisco/ansible/test/samples/iosxe_config.yml [WARNING]: While constructing a mapping from /home/cisco/ansible/test/samples/iosxe_config.yml, line 32, column 5, found a duplicate dict key (iosxe_config). Using last defined value only.

PLAY [myswitches] **************************************************************

TASK [Obtain login credentials] ************************************************ ok: [172.25.209.236]

TASK [Define provider] ********************************************************* ok: [172.25.209.236]

TASK [Configure hostname] ****************************************************** changed: [172.25.209.236]

TASK [Configure Interfaces] **************************************************** changed: [172.25.209.236]

TASK [Configure ACLs] ********************************************************** changed: [172.25.209.236]

PLAY RECAP ********************************************************************* 172.25.209.236 : ok=5 changed=3 unreachable=0 failed=0

cisco@ubuntu:$ cisco@ubuntu:$ cisco@ubuntu:~$

IOSXE example 3: Playbook using NETCONF XML configuration

cisco@ubuntu:~$ cat /home/cisco/ansible/test/samples/iosxe_netconf_xml.yml

  • hosts: myswitches gather_facts: no connection: local

    tasks:

    • name: OBTAIN LOGIN CREDENTIALS include_vars: /home/cisco/secrets.yml

    • name: DEFINE PROVIDER set_fact: provider: host: "{{ inventory_hostname }}" username: "{{ creds['username'] }}" password: "{{ creds['password'] }}" auth_pass: "{{ creds['auth_pass'] }}" port: 830

    • name: Configure interfaces iosxe_netconf_xml: provider: "{{ provider }}" commands: | 1/0/1 TenGigabitEthernet 1/0/1 connected to IXIA5 1/1 register: myoutput

    - debug: var=myoutput.stdout_lines

    • name: Configure STP, VTP, etc., iosxe_netconf_xml: provider: "{{ provider }}" commands: | ngwc transparent mst 11 register: myoutput

    - debug: var=myoutput.stdout_lines

cisco@ubuntu:$ cisco@ubuntu:$ cisco@ubuntu:$ cisco@ubuntu:$ ansible/bin/ansible-playbook -i /home/cisco/hosts /home/cisco/ansible/test/samples/iosxe_netconf_xml.yml

PLAY [myswitches] **************************************************************

TASK [OBTAIN LOGIN CREDENTIALS] ************************************************ ok: [172.25.209.236]

TASK [DEFINE PROVIDER] ********************************************************* ok: [172.25.209.236]

TASK [Configure interfaces] **************************************************** fatal: [172.25.209.236]: FAILED! => {"changed": false, "failed": true, "msg": "error netconf {'info': '<error-info xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">0\n\n', 'severity': 'error', 'tag': 'in-use', 'path': None, 'message': None, 'type': 'application'} XML request:\n <config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">\n <native xmlns="http://cisco.com/ns/yang/ned/ios\">\n\n \n 1/0/1\n TenGigabitEthernet 1/0/1 connected to IXIA5 1/1\n \n\n\n \n \n "}

NO MORE HOSTS LEFT ************************************************************* to retry, use: --limit @/home/cisco/ansible/test/samples/iosxe_netconf_xml.retry

PLAY RECAP ********************************************************************* 172.25.209.236 : ok=2 changed=0 unreachable=0 failed=1

cisco@ubuntu:$ cisco@ubuntu:$ cisco@ubuntu:$ cisco@ubuntu:$ cisco@ubuntu:~$ cat /home/cisco/ansible/test/samples/iosxe_netconf_yml.yml

  • hosts: myswitches gather_facts: no connection: local

    tasks:

    • name: OBTAIN LOGIN CREDENTIALS include_vars: /home/cisco/secrets.yml

    • name: DEFINE PROVIDER set_fact: provider: host: "{{ inventory_hostname }}" username: "{{ creds['username'] }}" password: "{{ creds['password'] }}" auth_pass: "{{ creds['auth_pass'] }}" port: 830

    • name: Configure interfaces iosxe_netconf_yml: provider: "{{ provider }}" commands: interface: TenGigabitEthernet: name: "1/0/1" description: TenGigabitEthernet 1/0/1 connected to IXIA5 1/1 register: myoutput

    • debug: var=myoutput.stdout_lines

    • name: Configure STP, VTP, etc., iosxe_netconf_yml: provider: "{{ provider }}" commands: "spanning-tree": backbonefast: "" mode: mst udld: message: time: 11 vtp: domain: ngwc mode: "device-mode": transparent register: myoutput

    • debug: var=myoutput.stdout_lines cisco@ubuntu:$ cisco@ubuntu:$

IOSXE example 4: Playbook using NETCONF YML configuration

cisco@ubuntu:~$ ansible/bin/ansible-playbook -i /home/cisco/hosts /home/cisco/ansible/test/samples/iosxe_netconf_yml.yml

PLAY [myswitches] **************************************************************

TASK [OBTAIN LOGIN CREDENTIALS] ************************************************ ok: [172.25.209.236]

TASK [DEFINE PROVIDER] ********************************************************* ok: [172.25.209.236]

TASK [Configure interfaces] **************************************************** changed: [172.25.209.236]

TASK [debug] ******************************************************************* ok: [172.25.209.236] => { "myoutput.stdout_lines": "\n <config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">\n <native xmlns="http://cisco.com/ns/yang/ned/ios\">\n1/0/1TenGigabitEthernet 1/0/1 connected to IXIA5 1/1\n \n \n " }

TASK [Configure STP, VTP, etc.,] ********************************************** changed: [172.25.209.236]

TASK [debug] ******************************************************************* ok: [172.25.209.236] => { "myoutput.stdout_lines": "\n <config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">\n <native xmlns="http://cisco.com/ns/yang/ned/ios\">\nngwctransparentmst11\n \n \n " }

PLAY RECAP ********************************************************************* 172.25.209.236 : ok=6 changed=2 unreachable=0 failed=0

cisco@ubuntu:~$

About

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.4%
  • CSS 4.0%
  • JavaScript 0.9%
  • Makefile 0.9%
  • HTML 0.7%
  • Shell 0.5%
  • Other 0.6%