What is the CLI command to check port speed and vendor part information?
72553
Created On 02/09/19 04:52 AM - Last Modified 01/24/20 17:43 PM
Question
Normally, the commands to verify physical L1 information such as link speed, duplex, state, etc are:
> show interface ethernet1/1
> show counter interface ethernet1/1
Commands do not provide relevant data relating to optic/media information
Environment
- PAN-OS (All platforms)
Answer
Run this command to check the media, port state/type
> show system state filter-pretty sys.sXX.pYY.*Where XX = slot and YY = port
Note: 7k series platform have multiple slots where XX can equal 2-8
In this example, to check optic type on a 7050 for slot 2, port 8.
PA7050(active)> show system state filter-pretty sys.s2.p8.phy
setting: 10Gb/s-full,
type: SFP-Plus,
}
sys.s2.p8.capabil
sys.s2.p7.phy: {
link-partner: { },
media: SFP-Plus-Fiber,
sfp: {
connector: LC,
encoding: Reserved,
identifier: SFP,
transceiver: 10000B-SR,
vendor-name: FINISAR CORP. ,
vendor-part-number: FTLX8571D3BCL ,
vendor-part-rev: A ,
},
Sample picture: