PacketFence - BTS - PacketFence | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000921 | PacketFence | core | public | 2010-02-26 12:07 | 2012-02-29 10:58 |
Reporter | rbalzard | ||||
Assigned To | obilodeau | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | 1.9.0 | |||
fixed in git revision | |||||
fixed in mtn revision | |||||
Summary | 0000921: generateFakeMac() in Cisco.pm does not work on Catalyst 2960 with Fa and Gi nor with Staked switches | ||||
Description | In the actual generateFakeMac() function we use the 2 last numbers of the ifIndex to generate a fake MAC to secure on a port.There canot be the same MAC address secured on 2 different ports at the same time. Issue 0000001: On a Catalyst 2960, ifIndex start from 10001 to 10047,48 for FastEthernet and from 10101 for GigEthernet. So we canot secure Fa0/1 and Gi0/1 cause the fake MAC generated for each of them is 0200.0000.0001 Issue 0000002 On a stacked Catalyst 3750: - IfIndex starts at 10101 on module 1 - IfIndex starts at 10601 on module 2 - IfIndex starts at 11101 on module 3 - IfIndex starts at 11601 on module 4 ... Here again if we secure Fa0/1 on each module, the fake make generated is 0200.0000.0001. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-02-26 12:07 | rbalzard | New Issue | |||
2010-02-26 12:07 | rbalzard | Status | new => assigned | ||
2010-02-26 12:07 | rbalzard | Assigned To | => obilodeau | ||
2010-02-26 14:02 | obilodeau | Note Added: 0001472 | |||
2010-02-26 14:02 | obilodeau | Status | assigned => resolved | ||
2010-02-26 14:02 | obilodeau | Fixed in Version | => 1.8.8 | ||
2010-02-26 14:02 | obilodeau | Resolution | open => fixed | ||
2010-04-29 13:38 | obilodeau | Fixed in Version | 1.8.8 => 1.9.0 | ||
2011-01-26 15:38 | obilodeau | Status | resolved => closed | ||
2012-02-29 10:58 | obilodeau | Category | future => core |
Notes | |||||
|
|||||
|
|