Changeset 229
- Timestamp:
- Mar 5, 2017, 9:58:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r228 r229 432 432 or $mac_address =~ m{^ [0-9A-Fa-f]{6} - [0-9A-Fa-f]{6} $}xms 433 433 ) { 434 $mac_address =~ s/ -//g;434 $mac_address =~ s/[-\.]//g; 435 435 return join q{:}, unpack('(A2)*', uc($mac_address)); 436 436 } … … 2728 2728 2729 2729 This command search a MAC address on a switch. 2730 The VLAN could help. 2730 To search on all switch, you could put C<'*'> or C<all>. 2731 The VLAN parameter could help. 2731 2732 2732 2733
Note: See TracChangeset
for help on using the changeset viewer.