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:Post-It" to "Category:Wiki" |
||
| Line 1: | Line 1: | ||
[[Category: | [[Category:Wiki]] | ||
== Show Interfaces == | == Show Interfaces == | ||
Revision as of 06:06, 10 December 2025
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
