1usnic_devinfo(1)                                              usnic_devinfo(1)
2
3
4

NAME

6       usnic_devinfo  -  Simple utility to list information about usnic inter‐
7       faces
8

SYNOPSYS

10              usnic_devinfo -h
11              usnic_devinfo [OPTIONS]
12

DESCRIPTION

14       The usnic_devinfo utility can be used to query information about avail‐
15       able  Cisco  usNIC  interfaces.   The  usnic_devinfo utility can filter
16       based on device name and can provide either a summary,  or  a  detailed
17       information listing about each interface.
18

OPTIONS

20       -b : Instead of showing all information about an interface, show only a
21       brief summary.
22
23       -d : Specify the local device by name or number.  usNIC interfaces  are
24       named  following the pattern usnic_X where X is a non-negative integer.
25       This option accepts either the full name or the number after the usnic_
26       prefix.
27

USAGE EXAMPLES

29              $ usnic_devinfo -d usnic_0
30
31       Show information about the device named "usnic_0".
32
33              $ usnic_devinfo -d 0
34
35       This form is the same as the example above; it will display information
36       about the device named "usnic_0".
37
38              $ usnic_devinfo -d usnic_2 -b
39
40       Display brief information about the device named "usnic_2".
41

OUTPUT

43       By default, the full information is displayed:
44
45              $ usnic_devinfo -d 0
46              usnic_0:
47                      Interface:               eth1
48                      MAC Address:             58:ac:78:f2:84:e8
49                      IP Address:              10.10.10.2
50                      Netmask:                 255.255.0.0
51                      Prefix len:              16
52                      MTU:                     9000
53                      Link State:              UP
54                      Bandwidth:               40 Gb/s
55                      Device ID:               UCSC-PCIE-C40Q-03 [VIC 1385] [0x014d]
56                      Vendor ID:               4407
57                      Vendor Part ID:          207
58                      Firmware:                4.1(1d)
59                      VFs:                     64
60                      CQ per VF:               6
61                      QP per VF:               6
62                      Interrupts per VF:       6
63                      Max CQ:                  384
64                      Max CQ Entries:          65535
65                      Max QP:                  384
66                      Max Send Credits:        4095
67                      Max Recv Credits:        4095
68                      Capabilities:
69                        Map per res:           yes
70                        PIO sends:             yes
71                        CQ interrupts:         no
72
73              $ usnic_devinfo -d 0 -b
74               usnic_0:  eth1 58:ac:78:f2:84:e8     10.10.10.2/16   VIC 1385    4.1(1d)   UP
75
76
77
78Cisco usNIC                                                   usnic_devinfo(1)
Impressum