Skip to content

Please add Software (contains version) to ConvertFrom-CDPPacket. Its the software running on the connected Cisco device. #32

@TrevorW7

Description

@TrevorW7

Only need to modify this:
$Tlv = @{
0x0001 = 'Device'
0x0002 = 'IPAddress'
0x0003 = 'Port'
0x0006 = 'Model'
0x000A = 'VLAN'
0x0016 = 'Management'
}

$TypeString = 0x0001, 0x003, 0x006 

to This:
$Tlv = @{
0x0001 = 'Device'
0x0002 = 'IPAddress'
0x0003 = 'Port'
0x0005 = 'Software'
0x0006 = 'Model'
0x000A = 'VLAN'
0x0016 = 'Management'
}

$TypeString = 0x0001, 0x003, 0x005, 0x006 

Tested... works great!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions