diff --git a/templates/cisco_ios_show_ip_interface.template b/templates/cisco_ios_show_ip_interface.template index 506017601c..bc29a86d18 100644 --- a/templates/cisco_ios_show_ip_interface.template +++ b/templates/cisco_ios_show_ip_interface.template @@ -1,19 +1,34 @@ -Value INTF (\S+) +Value Required INTF (\S+) Value LINK_STATUS (.+?) Value PROTOCOL_STATUS (.+?) -Value Required IPADDR (\S+?) -Value MASK (\d*) +Value List IPADDR (\S+?) +Value List MASK (\d*) Value VRF (\S+) +Value MTU (\d+) +Value List IP_HELPER (\d+\.\d+\.\d+\.\d+) +Value OUTGOING_ACL (.*?) +Value INBOUND_ACL (.*?) + Start ^\S -> Continue.Record ^${INTF}\s+is\s+${LINK_STATUS},\s+line\s+protocol\s+is\s+${PROTOCOL_STATUS}\s*$$ - ^\s+Internet\s+address\s+is\s+${IPADDR}/*${MASK}\s*$$ + ^\s+Internet\s+address\s+is\s+${IPADDR}/?${MASK}\s*$$ + ^\s+Secondary\s+address\s+${IPADDR}/?${MASK}\s*$$ ^.+VPN\s+Routing/Forwarding\s+"${VRF}" + ^\s+MTU\s+is\s+${MTU}\s+bytes + ^\s+Helper\s+address(es|)\s(is|are)\s+${IP_HELPER}\s*$$ -> HELPERS + ^\s+Outgoing\s+(?:Common\s+)?access\s+list\s+is\s+not\s+set + ^\s+Outgoing\s+(?:Common\s+)?access\s+list\s+is\s+${OUTGOING_ACL}\s*$$ + ^\s+Inbound\s+(?:Common\s+)?access\s+list\s+is\s+not\s+set + ^\s+Inbound\s+(?:Common\s+)?access\s+list\s+is\s+${INBOUND_ACL}\s*$$ ^\s+Internet\s+protocol + ^\s+Interface\s+is\s+unnumbered ^\s+Broadcast ^\s+Multicast + ^\s+2[2-5]\d\. ^\s+Address\s+determined + ^\s+Directed ^\s+MTU ^\s+Helper ^\s+Directed @@ -33,8 +48,12 @@ Start ^\s+Policy ^\s+Network\s+address\s+ ^\s+BGP - ^\s+Input + ^\s+(Input|Output|Post)\s+.*features ^\s+IPv4\s+WCCP - ^\s+Output ^\s*$$ ^. -> Error + +HELPERS + ^\s+${IP_HELPER}\s*$$ + ^\s+Directed -> Start + ^.* -> Error diff --git a/templates/index b/templates/index index 226d101f48..6fc8648564 100644 --- a/templates/index +++ b/templates/index @@ -1,4 +1,3 @@ - # First line is the header fields for columns and is mandatory. # Regular expressions are supported in all fields except the first. # Last field supports variable length command completion. @@ -150,8 +149,8 @@ cisco_ios_show_platform_diag.template, .*, cisco_ios, sh[[ow]] plat[[form]] di[[ cisco_ios_show_processes_cpu.template, .*, cisco_ios, sh[[ow]] proc[[esses]] [[cpu]] cisco_ios_show_spanning-tree.template, .*, cisco_ios, sh[[ow]] sp[[anning-tree]] cisco_ios_show_standby_brief.template, .*, cisco_ios, sh[[ow]] standby br[[ief]] -cisco_ios_show_ip_interface.template, .*, cisco_ios, sh[[ow]] ip in[[terface]] -cisco_ios_show_power_status.template, .*, cisco_ios, sh[[ow]] pow[[er]] st[[atus]] +cisco_ios_show_ip_interface.template, .*, cisco_ios, sh[[ow]] ip int[[erface]] +cisco_ios_show_power_status.template, .*, cisco_ios, sh[[ow]] pow[[er]] st[[atus]] cisco_ios_show_access-list.template, .*, cisco_ios, sh[[ow]] acc[[ess-list]] cisco_ios_show_isdn_status.template, .*, cisco_ios, sh[[ow]] isd[[n]] st[[atus]] cisco_ios_show_interfaces.template, .*, cisco_ios, sh[[ow]] int[[erfaces]] diff --git a/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface.parsed b/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface.parsed index 1e0b989ceb..4093352e54 100644 --- a/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface.parsed +++ b/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface.parsed @@ -2,408 +2,833 @@ parsed_sample: -- intf: "GigabitEthernet0" - link_status: "up" - protocol_status: "up" - ipaddr: "172.21.2.3" - mask: "24" - vrf: "Mgmt-intf" - -- intf: "Loopback0" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.255.249" - mask: "32" - vrf: "" - -- intf: "Loopback1" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.255.1" - mask: "32" - vrf: "" - -- intf: "Loopback505" - link_status: "up" - protocol_status: "up" - ipaddr: "192.168.100.100" - mask: "32" - vrf: "DATA" - -- intf: "Loopback506" - link_status: "up" - protocol_status: "up" - ipaddr: "192.168.200.100" - mask: "32" - vrf: "SIG" - -- intf: "Loopback1001" - link_status: "up" - protocol_status: "up" - ipaddr: "172.18.0.24" - mask: "32" - vrf: "MYCOMPANY" - -- intf: "Loopback5999" - link_status: "up" - protocol_status: "up" - ipaddr: "172.22.255.255" - mask: "32" - vrf: "VRF_WL_SIG" - -- intf: "Loopback12345" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.245.1" - mask: "32" - vrf: "7650C2814C784BACBBE23BB30B47D3A1" - -- intf: "Port-channel1.10" - link_status: "up" - protocol_status: "up" - ipaddr: "172.18.16.42" - mask: "29" - vrf: "MYCOMPANY" - -- intf: "Port-channel1.102" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.61" - mask: "31" - vrf: "" - -- intf: "Port-channel1.105" - link_status: "up" - protocol_status: "up" - ipaddr: "172.20.0.149" - mask: "30" - vrf: "MYCOMPANY" - -- intf: "Port-channel1.106" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.65" - mask: "31" - vrf: "" - -- intf: "Port-channel1.107" - link_status: "up" - protocol_status: "up" - ipaddr: "172.20.2.1" - mask: "30" - vrf: "MYCOMPANY" - -- intf: "Port-channel1.501" - link_status: "up" - protocol_status: "up" - ipaddr: "169.254.0.114" - mask: "29" - vrf: "C617529B810A48F6AD40FEBCB163B286" - -- intf: "Port-channel1.504" - link_status: "up" - protocol_status: "up" - ipaddr: "169.254.0.1" - mask: "30" - vrf: "7650C2814C784BACBBE23BB30B47D3A1" - -- intf: "Port-channel1.535" - link_status: "up" - protocol_status: "up" - ipaddr: "169.254.0.1" - mask: "30" - vrf: "6281BBEF467947E4949F989BBC891138" - -- intf: "Port-channel1.601" - link_status: "up" - protocol_status: "up" - ipaddr: "169.254.0.50" - mask: "29" - vrf: "C617529B810A48F6AD40FEBCB163B286" - -- intf: "Port-channel1.620" - link_status: "up" - protocol_status: "up" - ipaddr: "169.254.0.5" - mask: "30" - vrf: "6281BBEF467947E4949F989BBC891138" - -- intf: "Port-channel1.1012" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.103" - mask: "31" - vrf: "" - -- intf: "Port-channel1.1013" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.94" - mask: "31" - vrf: "" - -- intf: "Port-channel1.1014" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.17" - mask: "31" - vrf: "" - -- intf: "Port-channel1.1087" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.255.53" - mask: "31" - vrf: "" - -- intf: "Port-channel1.3201" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.0" - mask: "31" - vrf: "" - -- intf: "Port-channel1.3202" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.2" - mask: "31" - vrf: "" - -- intf: "Port-channel1.3204" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.4" - mask: "31" - vrf: "" - -- intf: "Port-channel1.3251" - link_status: "up" - protocol_status: "up" - ipaddr: "172.19.0.90" - mask: "31" - vrf: "MYCOMPANY" - -- intf: "Port-channel1.3262" - link_status: "administratively down" - protocol_status: "down" - ipaddr: "88.16.234.10" - mask: "29" - vrf: "" - -- intf: "Tunnel5001" - link_status: "up" - protocol_status: "up" - ipaddr: "169.254.64.0" - mask: "31" - vrf: "MYCOMPANY" - -- intf: "Tunnel5002" - link_status: "up" - protocol_status: "up" - ipaddr: "169.254.64.4" - mask: "31" - vrf: "MYCOMPANY" - -- intf: "Tunnel5010" - link_status: "up" - protocol_status: "up" - ipaddr: "169.254.64.36" - mask: "31" - vrf: "MYCOMPANY" - -- intf: "Tunnel6001" - link_status: "up" - protocol_status: "down" - ipaddr: "169.254.64.2" - mask: "31" - vrf: "MYCOMPANY" - -- intf: "Tunnel6002" - link_status: "up" - protocol_status: "down" - ipaddr: "169.254.64.6" - mask: "31" - vrf: "MYCOMPANY" - -- intf: "vasileft1" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.10" - mask: "31" - vrf: "" - -- intf: "vasileft21" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.2" - mask: "31" - vrf: "" - -- intf: "vasileft22" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.64" - mask: "31" - vrf: "" - -- intf: "vasileft23" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.102" - mask: "31" - vrf: "" - -- intf: "vasileft24" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.82" - mask: "31" - vrf: "" - -- intf: "vasileft25" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.74" - mask: "31" - vrf: "" - -- intf: "vasileft26" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.130" - mask: "31" - vrf: "" - -- intf: "vasileft27" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.158" - mask: "31" - vrf: "" - -- intf: "vasileft28" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.162" - mask: "31" - vrf: "" - -- intf: "vasileft29" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.174" - mask: "31" - vrf: "" - -- intf: "vasileft30" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.194" - mask: "31" - vrf: "" - -- intf: "vasileft31" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.214" - mask: "31" - vrf: "" - -- intf: "vasileft32" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.1.2" - mask: "31" - vrf: "" - -- intf: "vasiright1" - link_status: "up" - protocol_status: "up" - ipaddr: "88.16.254.11" - mask: "31" - vrf: "MYCOMPANY" - -- intf: "vasiright21" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.3" - mask: "31" - vrf: "C617529B810A48F6AD40FEBCB163B286" - -- intf: "vasiright22" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.65" - mask: "31" - vrf: "28FBAE630B934EB5AFA7FCE43E52393E" - -- intf: "vasiright23" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.103" - mask: "31" - vrf: "4CB342232A7B4D04ADEF7DE3EC2679EC" - -- intf: "vasiright24" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.83" - mask: "31" - vrf: "F76D90EAB6474F5BBB433939BA52FB14" - -- intf: "vasiright25" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.75" - mask: "31" - vrf: "6281BBEF467947E4949F989BBC891138" - -- intf: "vasiright26" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.131" - mask: "31" - vrf: "7650C2814C784BACBBE23BB30B47D3A1" - -- intf: "vasiright27" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.159" - mask: "31" - vrf: "AF1C8AE356D94BBBB377257D047D3D4D" - -- intf: "vasiright28" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.163" - mask: "31" - vrf: "41ECD4DB33314E949FD8D96D98252919" - -- intf: "vasiright29" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.175" - mask: "31" - vrf: "A1E5B05D1D914A109BE1EE71B7C994B7" - -- intf: "vasiright30" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.195" - mask: "31" - vrf: "CC462DCE24DD43B28EA8EA9BAD49044E" - -- intf: "vasiright31" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.0.215" - mask: "31" - vrf: "C5DE7D3B149B4AF7BF398F45F0AD90A6" - -- intf: "vasiright32" - link_status: "up" - protocol_status: "up" - ipaddr: "100.66.1.3" - mask: "31" - vrf: "8B3C2CFAD23841D1BC9FA2A178BA5855" +- intf: 'GigabitEthernet0/0/0' + link_status: 'administratively down' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'GigabitEthernet0/0/1' + link_status: 'administratively down' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'GigabitEthernet0/0/2' + link_status: 'administratively down' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'GigabitEthernet0/0/3' + link_status: 'administratively down' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'GigabitEthernet0/0/4' + link_status: 'administratively down' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'GigabitEthernet0/0/5' + link_status: 'administratively down' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'TenGigabitEthernet0/1/0' + link_status: 'up' + protocol_status: 'up' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'TenGigabitEthernet0/2/0' + link_status: 'up' + protocol_status: 'up' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'TenGigabitEthernet0/3/0' + link_status: 'up' + protocol_status: 'up' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'GigabitEthernet0' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['172.21.2.3'] + mask: ['24'] + vrf: 'Mgmt-intf' + mtu: '1500' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Loopback0' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.255.249'] + mask: ['32'] + vrf: '' + mtu: '1514' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Loopback1' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.255.1'] + mask: ['32'] + vrf: '' + mtu: '1514' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Loopback505' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['192.168.100.100'] + mask: ['32'] + vrf: 'DATA' + mtu: '1514' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Loopback506' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['192.168.200.100'] + mask: ['32'] + vrf: 'SIG' + mtu: '1514' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Loopback1001' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['172.18.0.24'] + mask: ['32'] + vrf: 'MYCOMPANY' + mtu: '1514' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Loopback5999' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['172.22.255.255'] + mask: ['32'] + vrf: 'VRF_WL_SIG' + mtu: '1514' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Loopback12345' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.245.1'] + mask: ['32'] + vrf: '7650C2814C784BACBBE23BB30B47D3A1' + mtu: '1514' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1' + link_status: 'up' + protocol_status: 'up' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.10' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['172.18.16.42'] + mask: ['29'] + vrf: 'MYCOMPANY' + mtu: '9000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.102' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.61'] + mask: ['31'] + vrf: '' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.105' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['172.20.0.149'] + mask: ['30'] + vrf: 'MYCOMPANY' + mtu: '1500' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.106' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.65'] + mask: ['31'] + vrf: '' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.107' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['172.20.2.1'] + mask: ['30'] + vrf: 'MYCOMPANY' + mtu: '1500' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.501' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['169.254.0.114'] + mask: ['29'] + vrf: 'C617529B810A48F6AD40FEBCB163B286' + mtu: '9000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.502' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.504' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['169.254.0.1'] + mask: ['30'] + vrf: '7650C2814C784BACBBE23BB30B47D3A1' + mtu: '9000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.523' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.524' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.527' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.528' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.533' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.535' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['169.254.0.1'] + mask: ['30'] + vrf: '6281BBEF467947E4949F989BBC891138' + mtu: '9000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.536' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.537' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.538' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.601' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['169.254.0.50'] + mask: ['29'] + vrf: 'C617529B810A48F6AD40FEBCB163B286' + mtu: '9000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.602' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.614' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.615' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.618' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.619' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.620' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['169.254.0.5'] + mask: ['30'] + vrf: '6281BBEF467947E4949F989BBC891138' + mtu: '9000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.621' + link_status: 'deleted' + protocol_status: 'down' + ipaddr: [] + mask: [] + vrf: '' + mtu: '' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.1012' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.103'] + mask: ['31'] + vrf: '' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.1013' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.94'] + mask: ['31'] + vrf: '' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.1014' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.17'] + mask: ['31'] + vrf: '' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.1087' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.255.53'] + mask: ['31'] + vrf: '' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.3201' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.0'] + mask: ['31'] + vrf: '' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.3202' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.2'] + mask: ['31'] + vrf: '' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.3204' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.4'] + mask: ['31'] + vrf: '' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.3251' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['172.19.0.90'] + mask: ['31'] + vrf: 'MYCOMPANY' + mtu: '8000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Port-channel1.3262' + link_status: 'administratively down' + protocol_status: 'down' + ipaddr: ['88.16.234.10'] + mask: ['29'] + vrf: '' + mtu: '9000' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Tunnel5001' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['169.254.64.0'] + mask: ['31'] + vrf: 'MYCOMPANY' + mtu: '1472' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Tunnel5002' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['169.254.64.4'] + mask: ['31'] + vrf: 'MYCOMPANY' + mtu: '1472' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Tunnel5010' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['169.254.64.36'] + mask: ['31'] + vrf: 'MYCOMPANY' + mtu: '1472' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Tunnel6001' + link_status: 'up' + protocol_status: 'down' + ipaddr: ['169.254.64.2'] + mask: ['31'] + vrf: 'MYCOMPANY' + mtu: '1472' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'Tunnel6002' + link_status: 'up' + protocol_status: 'down' + ipaddr: ['169.254.64.6'] + mask: ['31'] + vrf: 'MYCOMPANY' + mtu: '1472' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft1' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.10'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft21' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.2'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft22' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.64'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft23' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.102'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft24' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.82'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft25' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.74'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft26' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.130'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft27' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.158'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft28' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.162'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft29' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.174'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft30' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.194'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft31' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.214'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasileft32' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.1.2'] + mask: ['31'] + vrf: '' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright1' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['88.16.254.11'] + mask: ['31'] + vrf: 'MYCOMPANY' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright21' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.3'] + mask: ['31'] + vrf: 'C617529B810A48F6AD40FEBCB163B286' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright22' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.65'] + mask: ['31'] + vrf: '28FBAE630B934EB5AFA7FCE43E52393E' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright23' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.103'] + mask: ['31'] + vrf: '4CB342232A7B4D04ADEF7DE3EC2679EC' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright24' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.83'] + mask: ['31'] + vrf: 'F76D90EAB6474F5BBB433939BA52FB14' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright25' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.75'] + mask: ['31'] + vrf: '6281BBEF467947E4949F989BBC891138' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright26' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.131'] + mask: ['31'] + vrf: '7650C2814C784BACBBE23BB30B47D3A1' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright27' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.159'] + mask: ['31'] + vrf: 'AF1C8AE356D94BBBB377257D047D3D4D' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright28' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.163'] + mask: ['31'] + vrf: '41ECD4DB33314E949FD8D96D98252919' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright29' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.175'] + mask: ['31'] + vrf: 'A1E5B05D1D914A109BE1EE71B7C994B7' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright30' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.195'] + mask: ['31'] + vrf: 'CC462DCE24DD43B28EA8EA9BAD49044E' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright31' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.0.215'] + mask: ['31'] + vrf: 'C5DE7D3B149B4AF7BF398F45F0AD90A6' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' +- intf: 'vasiright32' + link_status: 'up' + protocol_status: 'up' + ipaddr: ['100.66.1.3'] + mask: ['31'] + vrf: '8B3C2CFAD23841D1BC9FA2A178BA5855' + mtu: '9216' + ip_helper: [] + outgoing_acl: '' + inbound_acl: '' diff --git a/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface2.parsed b/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface2.parsed new file mode 100644 index 0000000000..ba6328b899 --- /dev/null +++ b/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface2.parsed @@ -0,0 +1,101 @@ +--- +parsed_sample: + +- inbound_acl: "" + intf: "GigabitEthernet2/23" + ipaddr: [] + ip_helper: [] + link_status: "up" + mask: [] + mtu: "" + outgoing_acl: "" + protocol_status: "up" + vrf: "" + +- inbound_acl: "" + intf: "GigabitEthernet2/24" + ipaddr: [] + ip_helper: [] + link_status: "administratively down" + mask: [] + mtu: "" + outgoing_acl: "" + protocol_status: "down" + vrf: "" + +- inbound_acl: "" + intf: "GigabitEthernet2/25" + ipaddr: ["192.168.102.45"] + ip_helper: [] + link_status: "up" + mask: ["30"] + mtu: "1500" + outgoing_acl: "" + protocol_status: "up" + vrf: "" + +- inbound_acl: "" + intf: "Tunnel0" + ipaddr: [] + ip_helper: [] + link_status: "up" + mask: [] + mtu: "1486" + outgoing_acl: "" + protocol_status: "up" + vrf: "" + +- inbound_acl: "" + intf: "Vlan1" + ipaddr: ["192.168.1.1", "192.168.1.3"] + ip_helper: ['192.168.1.27', '192.168.1.88', '10.17.5.255'] + link_status: "up" + mask: ["24", "24"] + mtu: "1500" + outgoing_acl: "" + protocol_status: "up" + vrf: "" + +- inbound_acl: "" + intf: "Vlan2" + ipaddr: ["192.168.2.1"] + ip_helper: ['192.168.1.27', '192.168.1.88'] + link_status: "administratively down" + mask: ["24"] + mtu: "1500" + outgoing_acl: "" + protocol_status: "down" + vrf: "" + +- inbound_acl: "ACL-IN" + intf: "TenGigabitEthernet0/1/0" + ipaddr: ["1.1.1.1"] + ip_helper: [] + link_status: "up" + mask: ["30"] + mtu: "1500" + outgoing_acl: "ACL-OUT" + protocol_status: "up" + vrf: "" + +- inbound_acl: "" + intf: "GigabitEthernet0" + ipaddr: [] + ip_helper: [] + link_status: "administratively down" + mask: [] + mtu: "" + outgoing_acl: "" + protocol_status: "down" + vrf: "" + +- inbound_acl: "" + intf: "Loopback0" + ipaddr: ["10.255.255.1"] + ip_helper: [] + link_status: "up" + mask: ["32"] + mtu: "1514" + outgoing_acl: "" + protocol_status: "up" + vrf: "" diff --git a/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface2.raw b/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface2.raw new file mode 100644 index 0000000000..4f4c571c85 --- /dev/null +++ b/tests/cisco_ios/show_ip_interface/cisco_ios_show_ip_interface2.raw @@ -0,0 +1,263 @@ +GigabitEthernet2/23 is up, line protocol is up + Inbound access list is not set +GigabitEthernet2/24 is administratively down, line protocol is down +GigabitEthernet2/25 is up, line protocol is up + Internet address is 192.168.102.45/30 + Broadcast address is 255.255.255.255 + Address determined by non-volatile memory + MTU is 1500 bytes + Helper address is not set + Directed broadcast forwarding is disabled + Multicast reserved groups joined: 224.0.0.1 224.0.0.2 224.0.0.22 224.0.0.13 + 224.0.0.10 + Outgoing access list is not set + Inbound access list is not set + Proxy ARP is disabled + Local Proxy ARP is disabled + Security level is default + Split horizon is enabled + ICMP redirects are never sent + ICMP unreachables are always sent + ICMP mask replies are never sent + IP fast switching is enabled + IP CEF switching is enabled + IP CEF switching turbo vector + IP Null turbo vector + Associated unicast routing topologies: + Topology "base", operation state is UP + Associated multicast routing topologies: + Topology "base", operation state is UP + IP multicast fast switching is enabled + IP multicast distributed fast switching is disabled + IP route-cache flags are Fast, CEF + Router Discovery is disabled + IP output packet accounting is disabled + IP access violation accounting is disabled + TCP/IP header compression is disabled + RTP/IP header compression is disabled + Probe proxy name replies are disabled + Policy routing is disabled + Network address translation is disabled + BGP Policy Mapping is disabled + Input features: Input-Flexible-NetFlow, MCI Check + Output features: IP Post Routing Processing, MFIB Adjacency, Post-Input-Flexible-NetFlow, Output-Flexible-NetFlow, HW Shortcut Installation + Post encapsulation features: MTU Processing, IP Protocol Output Counter, IP Sendself Check, HW Shortcut Installation + IPv4 WCCP Redirect outbound is disabled + IPv4 WCCP Redirect inbound is disabled + IPv4 WCCP Redirect exclude is disabled +Tunnel0 is up, line protocol is up + Interface is unnumbered. Using address of Loopback0 (192.168.255.1) + Broadcast address is 255.255.255.255 + MTU is 1486 bytes + Helper address is not set + Directed broadcast forwarding is disabled + Outgoing access list is not set + Inbound access list is not set + Proxy ARP is enabled + Local Proxy ARP is disabled + Security level is default + Split horizon is enabled + ICMP redirects are never sent + ICMP unreachables are always sent + ICMP mask replies are never sent + IP fast switching is enabled + IP CEF switching is enabled + IP CEF switching turbo vector + IP Null turbo vector + Associated unicast routing topologies: + Topology "base", operation state is DOWN + IP multicast fast switching is enabled + IP multicast distributed fast switching is disabled + IP route-cache flags are Fast, CEF + Router Discovery is disabled + IP output packet accounting is disabled + IP access violation accounting is disabled + TCP/IP header compression is disabled + RTP/IP header compression is disabled + Probe proxy name replies are disabled + Policy routing is disabled + Network address translation is disabled + BGP Policy Mapping is disabled + Input features: MCI Check + Output features: IP Post Routing Processing, Post-Input-Flexible-NetFlow, HW Shortcut Installation + Post encapsulation features: MTU Processing, IP Protocol Output Counter, IP Sendself Check, HW Shortcut Installation + IPv4 WCCP Redirect outbound is disabled + IPv4 WCCP Redirect inbound is disabled + IPv4 WCCP Redirect exclude is disabled +Vlan1 is up, line protocol is up + Internet address is 192.168.1.1/24 + Broadcast address is 255.255.255.255 + Address determined by non-volatile memory + MTU is 1500 bytes + Helper addresses are 192.168.1.27 + 192.168.1.88 + 10.17.5.255 + Directed broadcast forwarding is disabled + Secondary address 192.168.1.3/24 + Multicast reserved groups joined: 224.0.0.1 224.0.0.2 224.0.0.22 224.0.0.13 + 224.0.0.10 + Outgoing access list is not set + Inbound access list is not set + Proxy ARP is disabled + Local Proxy ARP is disabled + Security level is default + Split horizon is enabled + ICMP redirects are never sent + ICMP unreachables are always sent + ICMP mask replies are never sent + IP fast switching is enabled + IP CEF switching is enabled + IP CEF switching turbo vector + IP Null turbo vector + Associated unicast routing topologies: + Topology "base", operation state is UP + Associated multicast routing topologies: + Topology "base", operation state is UP + IP multicast fast switching is enabled + IP multicast distributed fast switching is disabled + IP route-cache flags are Fast, CEF + Router Discovery is disabled + IP output packet accounting is disabled + IP access violation accounting is disabled + TCP/IP header compression is disabled + RTP/IP header compression is disabled + Probe proxy name replies are disabled + Policy routing is disabled + Network address translation is disabled + BGP Policy Mapping is disabled + Input features: Input-Flexible-NetFlow, MCI Check + Output features: IP Post Routing Processing, MFIB Adjacency, Post-Input-Flexible-NetFlow, Output-Flexible-NetFlow, HW Shortcut Installation + Post encapsulation features: MTU Processing, IP Protocol Output Counter, IP Sendself Check, HW Shortcut Installation + IPv4 WCCP Redirect outbound is disabled + IPv4 WCCP Redirect inbound is disabled + IPv4 WCCP Redirect exclude is disabled +Vlan2 is administratively down, line protocol is down + Internet address is 192.168.2.1/24 + Broadcast address is 255.255.255.255 + Address determined by non-volatile memory + MTU is 1500 bytes + Helper addresses are 192.168.1.27 + 192.168.1.88 + Directed broadcast forwarding is disabled + Multicast reserved groups joined: 224.0.0.1 224.0.0.2 224.0.0.22 224.0.0.13 + Outgoing access list is not set + Inbound access list is not set + Proxy ARP is disabled + Local Proxy ARP is disabled + Security level is default + Split horizon is enabled + ICMP redirects are never sent + ICMP unreachables are never sent + ICMP mask replies are never sent + IP fast switching is enabled + IP CEF switching is enabled + IP CEF switching turbo vector + IP Null turbo vector + Associated unicast routing topologies: + Topology "base", operation state is UP + Associated multicast routing topologies: + Topology "base", operation state is UP + IP multicast fast switching is enabled + IP multicast distributed fast switching is disabled + IP route-cache flags are Fast, CEF + Router Discovery is disabled + IP output packet accounting is disabled + IP access violation accounting is disabled + TCP/IP header compression is disabled + RTP/IP header compression is disabled + Probe proxy name replies are disabled + Policy routing is disabled + Network address translation is disabled + BGP Policy Mapping is disabled + Input features: Input-Flexible-NetFlow, MCI Check + Output features: IP Post Routing Processing, Post-Input-Flexible-NetFlow, Output-Flexible-NetFlow, HW Shortcut Installation + Post encapsulation features: MTU Processing, IP Protocol Output Counter, IP Sendself Check, HW Shortcut Installation + IPv4 WCCP Redirect outbound is disabled + IPv4 WCCP Redirect inbound is disabled + IPv4 WCCP Redirect exclude is disabled +TenGigabitEthernet0/1/0 is up, line protocol is up + Internet address is 1.1.1.1/30 + Broadcast address is 255.255.255.255 + Address determined by setup command + MTU is 1500 bytes + Helper address is not set + Directed broadcast forwarding is disabled + Outgoing Common access list is not set + Outgoing access list is ACL-OUT + Inbound Common access list is not set + Inbound access list is ACL-IN + Proxy ARP is disabled + Local Proxy ARP is disabled + Security level is default + Split horizon is enabled + ICMP redirects are never sent + ICMP unreachables are never sent + ICMP mask replies are never sent + IP fast switching is enabled + IP Flow switching is disabled + IP CEF switching is enabled + IP CEF switching turbo vector + IP Null turbo vector + Associated unicast routing topologies: + Topology "base", operation state is UP + IP multicast fast switching is enabled + IP multicast distributed fast switching is disabled + IP route-cache flags are Fast, CEF + Router Discovery is disabled + IP output packet accounting is disabled + IP access violation accounting is disabled + TCP/IP header compression is disabled + RTP/IP header compression is disabled + Probe proxy name replies are disabled + Policy routing is disabled + Network address translation is disabled + BGP Policy Mapping is disabled + Input features: Access List, MCI Check + Output features: QoS Classification, Access List + IPv4 WCCP Redirect outbound is disabled + IPv4 WCCP Redirect inbound is disabled + IPv4 WCCP Redirect exclude is disabled +GigabitEthernet0 is administratively down, line protocol is down + Internet protocol processing disabled +Loopback0 is up, line protocol is up + Internet address is 10.255.255.1/32 + Broadcast address is 255.255.255.255 + Address determined by setup command + MTU is 1514 bytes + Helper address is not set + Directed broadcast forwarding is disabled + Multicast reserved groups joined: 224.0.0.5 + Outgoing Common access list is not set + Outgoing access list is not set + Inbound Common access list is not set + Inbound access list is not set + Proxy ARP is disabled + Local Proxy ARP is disabled + Security level is default + Split horizon is enabled + ICMP redirects are never sent + ICMP unreachables are never sent + ICMP mask replies are never sent + IP fast switching is enabled + IP Flow switching is disabled + IP CEF switching is enabled + IP CEF switching turbo vector + IP Null turbo vector + Associated unicast routing topologies: + Topology "base", operation state is UP + IP multicast fast switching is enabled + IP multicast distributed fast switching is disabled + IP route-cache flags are Fast, CEF + Router Discovery is disabled + IP output packet accounting is disabled + IP access violation accounting is disabled + TCP/IP header compression is disabled + RTP/IP header compression is disabled + Probe proxy name replies are disabled + Policy routing is disabled + Network address translation is disabled + BGP Policy Mapping is disabled + Input features: MCI Check + IPv4 WCCP Redirect outbound is disabled + IPv4 WCCP Redirect inbound is disabled + IPv4 WCCP Redirect exclude is disabled