Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

PerVlanMAC Address Learning

TC4: "Verify PVL can be disabled on all vlans"

Total mac address to be learned is 2000. ------->Here we have to create vlans 1-1000, but we got error that: Error1: "Insufficient core memory to allocate new VLAN(s) 503 - 1000" (We are sending traffic to interface GigabitEthernet2/0/2, source address is 00 00 00 00 00 02, destination address is 00 00 00 00 00 01 is done SUCCESSFULLY ) Error2: 2000 mac addresses are not learned--FAIL But 2000 MAC addresses are not learned.

Here: -->In the PASSED Testcase the Licence Level is IPSERVICES -->In the FAILED Testcase the Licence Level is LANBASE One of the reason to this is due to license level difference, it is not capable to create required number of vlans, only 502 vlans are created instead of 1000. TC6: Verify when mac address table is full, disable mac learning, all mac addresses should be cleared Error: Mac addresses are not learned--FAIL Here the maximum mac address table capacity is 8167. We are sending traffic to interface GigabitEthernet2/0/1, source address continuously increment from 00 00 00 00 00 01, until mac address table is full. Now it has to learn the mac address until the table is full. But at some point of time it stopped learning and the mac address table is not full. So the testcase failed. Here in this I am unable to analyse the reason why it has stopped learning.

You might also like