PALO-ALTO - Base Commands: Difference between revisions
From IT-Arts.net
Created page with "Category:Post-It == Show Interfaces == <nowiki> show interface all > configure Entering configuration mode [edit] # show network interface ethernet ethernet1/2</nowiki> == Display the routing table == <nowiki> show routing route</nowiki> Look at routes for a specific destination : <nowiki> show routing fib virtual-router <name> | match <x.x.x.x/Y></nowiki> == Show NAT == Show the NAT policy table <nowiki> show running nat-policy</nowiki> =..." |
m Text replacement - "Category:Wiki" to "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' " |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Category: | [[Category:Wiki]] | ||
'''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' | |||
== Show Interfaces == | == Show Interfaces == | ||
Latest revision as of 07:10, 17 January 2026
Show Interfaces
show interface all > configure Entering configuration mode [edit] # show network interface ethernet ethernet1/2
Display the routing table
show routing route
Look at routes for a specific destination :
show routing fib virtual-router <name> | match <x.x.x.x/Y>
Show NAT
Show the NAT policy table
show running nat-policy
Show the Forwarding Table
show routing fib
