Device-PaloAlto-Firewall

 view release on metacpan or  search on metacpan

lib/Device/PaloAlto/Firewall/Return.pod  view on Meta::CPAN

	    'noarp' => '1',
	    'l2_encap' => '0',
	    'idrops' => '172',
	    'opackets' => '493642',
	    'name' => 'ethernet1/1',
	    'obytes' => '158503950',
	    'udp_conn' => '0',
	    'land' => '0',
	    'nomac' => '0',
	    'icmp_frag' => '0',
	    'ibytes' => '547451868',
	    'macspoof' => '0',
	    'tcp_conn' => '0',
	    'ipackets' => '1789916',
	    'ierrors' => '0',
	    'flowstate' => '10928'
	  },
	];

=head3 routing_table

	[
	  {
	    'destination' => '0.0.0.0/0',
	    'nexthop' => '203.44.17.1',
	    'flags' => 'A S   ',
	    'virtual-router' => 'default',
	    'interface' => 'ethernet1/1',
	    'metric' => '10',
	    'age' => {},
	    'route-table' => 'unicast'
	  },
	  {
	    'age' => {},
	    'route-table' => 'unicast',
	    'destination' => '10.175.34.0/24',
	    'nexthop' => '10.175.34.1',
	    'flags' => 'A C   ',
	    'interface' => 'ethernet1/5',
	    'virtual-router' => 'default',
	    'metric' => '0'
	  },
	];

=head3 bgp_peers

	[
	  {
	    'ORF-entry-received' => '0',
	    'msg-total-in' => '45',
	    'local-address' => '192.168.122.19:179',
	    'passive' => 'no',
	    'msg-total-out' => '47',
	    'status-duration' => '1021',
	    'connect-retry-interval' => '120',
	    'holdtime' => '90',
	    'peer-router-id' => '1.1.1.20',
	    'peer-group' => 'Cisco',
	    'prefix-limit' => '5000',
	    'last-error' => {},
	    'keepalive' => '30',
	    'status-flap-counts' => '2',
	    'prefix-counter' => {
	                          'entry' => [
	                                       {
	                                         'incoming-accepted' => '2',
	                                         'outgoing-total' => '1',
	                                         'incoming-total' => '2',
	                                         'afi-safi' => 'bgpAfiIpv4-unicast',
	                                         'outgoing-advertised' => '1',
	                                         'incoming-rejected' => '0'
	                                       }
	                                     ]
	                        },
	    'peer-address' => '192.168.122.30:52236',
	    'multi-hop-ttl' => '2',
	    'idle-hold' => '15',
	    'msg-update-out' => '5',
	    'remote-as' => '65001',
	    'config' => {
	                  'remove-private-as' => 'yes'
	                },
	    'open-delay' => '0',
	    'last-update-age' => '16',
	    'password-set' => 'no',
	    'nexthop-thirdparty' => 'yes',
	    'peer' => 'c1000v.local',
	    'aggregate-confed-as' => 'yes',
	    'msg-update-in' => '7',
	    'peering-type' => 'Unspecified',
	    'vr' => 'default',
	    'nexthop-peer' => 'no',
	    'same-confederation' => 'no',
	    'established-counts' => '1',
	    'holdtime-config' => '90',
	    'reflector-client' => 'not-client',
	    'keepalive-config' => '30',
	    'peer-capability' => {
	                           'list' => [
	                                       {
	                                         'capability' => 'Multiprotocol Extensions(1)'
	                                       },
	                                       {
	                                         'capability' => 'Route Refresh(2)'
	                                       },
	                                       {
	                                         'capability' => '32-Bit AS Number(65)'
	                                       },
	                                       {
	                                         'capability' => 'unknown(70)'
	                                       },
	                                       {
	                                         'capability' => 'Route Refresh (Cisco)(128)'
	                                       }
	                                     ]
	                         },
	    'nexthop-self' => 'no',
	    'status' => 'Established'
	  },
	]


=head3 bgp_rib

    [
     {
       'nexthop' => '192.168.122.30',
       'received-from' => 'c1000v.local',
       'as-path' => '65001',
       'prefix' => '9.9.9.0/24',
       'flag' => '*',
       'flap-stat' => {
                      'flap-count' => '0'
                    },
       'attr' => {
                 'local-preference' => '100',
                 'med' => '0',
                 'origin' => 'IGP',
                 'originator-id' => '0.0.0.0',
                 'weight' => '0'
               }
     },
    ];

=head3 ospf_neighbours

	[
	  {
	    'area-id' => '0.0.0.0',
	    'hello-suppressed' => 'no',
	    'neighbor-router-id' => '1.1.1.2',
	    'neighbor-address' => '192.168.122.30',
	    'options' => '0x52: O EA E ',
	    'status' => 'full',
	    'local-address-binding' => '0.0.0.0',
	    'lsa-request-pending' => '0',
	    'restart-helper-status' => 'not helping',



( run in 1.451 second using v1.01-cache-2.11-cpan-2e0ccfb7a10 )