HP-UX VLAN Administrator's Guide, February 2007

^^^^^^^^^^^^^^100BT/Gigabit Ethernet LAN/9000 Networking^^^^^^^^^^^^^^^
Timestamp : Wed Nov 07 PST 2006 11:08:03.961449
Process ID : [ICS] Subsystem : GELAN
User ID ( UID ) : -1 Trace Kind : PDU IN TRACE
Device ID : 1 Path ID : -1
Connection ID : 0
Location : 00123
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Received 1480 bytes via Ethernet Wed Nov 07 11:08:03.961449 PST 2006
pid=[ICS] interface=[1]
Dest: 00-10-83-05-16-7d Source: 00-10-83-05-16-7e
00-10-83-05-16-7e VLAN Tag: 0x4004
0: 45 00 05 b6 be 49 40 00 ff 01 21 8a 65 03 66 2f E....I@...!.e.f/
16: 65 03 66 3d 00 00 77 9c 71 c9 00 02 3b e9 86 6d e.f=..w.q...;..m
32: 00 06 ab cc 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 ................
48: 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 ............ !"#
64: 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 $%&'()*+,-./0123
80: 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 456789:;<=>?@ABC
96: 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 DEFGHIJKLMNOPQRS
112: 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 TUVWXYZ[\]^_`abc
128: 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 defghijklmnopqrs
.........
.........
864: 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 DEFGHIJKLMNOPQRS
1456: 94 95 96 97 98 99 -- -- -- -- -- -- -- -- -- -- ................
Logging Example
.The following steps provide an example of how to use nettl and netfmt to get a nettl error
log on all vlans on the system. This example illustrates trying to create a VLAN with a VLAN ID
that already exists on the physical PPA.
1. Enable nettl to log warnings.
# nettl -log warning error disaster -e vlan
2. Create a VLAN interface with an existing VLAN ID. (In this example the duplicate VLAN
ID is 10.)
3. Examine the log file.
# netfmt /var/adm/nettl.LOG000
4. Restore the logging setting.
# nettl -log error disaster -e vlan
The following output is produced in verbose formatting mode. A duplicate VLAN ID is logged
as an error on HP-UX 11i Version 1 and as a warning on HP-UX 11i Version 2 and HP-UX 11i
Version 3.
---------------------------------VLAN Subsystem-----------------------------@#%
Timestamp : Tue Dec 12 MST 2006 18:09:37.986501
Process ID : 26863 Subsystem : VLAN
User ID ( UID ) : 0 Log Class : WARNING
Device ID : -1 Path ID : 0
Connection ID : 0 Log Instance : 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<3002> Create: User specified VLANID 10 is already in use by another VLAN.
NetTL Trace and Log of VLANs 53