Write out a config to permit only the below MAC address
to pass traffic through a port on your switch.
mac-address 0005.1b00.5b58
Answers were Sorted based on User's Feedback
Switch(config)#interface FastEthernet0/12
Switch(config-if)#switchport mode access
Switch(config-if)#switchport port-security
Switch(config-if)#switchport port-security mac-address sticky
Switch(config-if)#switchport port-security mac-address
0005.1b00.5b58
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ramesh babu javvaji
switchport port-security mac-address 0005.1b00.5b58
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rohit sunkara
hey shahin
i dont know da answer to tis question but its definitely not
the answers given above.dats coz here they are specifying
the mac-address both statically n using sticky.in that
case,only the mac-address specified is permitted and not the
ones below it.in case i'm wrong or u've got da answer please
lemme know.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rohit sunkara
hey.i'm really sry.guess i got da question wrong.i saw it as
WRITE OUT A CONFIG TO PERMIT ALL THE MAC-ADDRESSES BELOW THE
ONE SPECIFIED.
i.e. permit all mac addresses less than 0005.1b00.5b58
sry again.the answers posted above are correct.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Transport and Tunnel mode?
Explain what is formula of hold down time of eigrp protocol?
what is the main features of link state routing protocols?
In order to enable RIP, which two tasks need to be performed? (choose two) A. Specify the routing protocol B. Confound static RIP routes C. Specify directly connected subnets D. Specify directly connected networks
You can access three forms of WAN services with Cisco routers. Select the three forms: A. Switched or relayed services B. Interface front end to IBM enterprise data center computers C. Using protocols that connect peer-to-peer devices like HDLC or PPP encapsulation. D. IPX/SPX E. NetBEUI
Mention the ranges for the private IP?
Identify the 2 commands that save the running-config to a TFTP server? A.) write running tftp B.) copy running network C.) copy running tftp D.) write network
Hi all, Sorry, but i want to say that right now i have around two years experience and doing the job as a network engineer(ccna certified).but i want switch job so please can tell me any opportunity.
After how long keep alive messages exchange in eigrp?
There is an emergency fall-back 'skeleton' IOS stored in read only memory on all Cisco routers. What command would make the router load the IOS from Read Only Memory? A.) reload rom B.) boot system rom C.) load ios bootflash D.) load ios rom E.) bootsystem skeleton
Extended IP access-lists (100-199) can be used to control traffic. Which command listed below will permit smtp mail to only host 3.4.5.6 ? A.) It is not possible for SMTP traffic B.) access-list 102 permit tcp any host 3.4.5.6 eq smtp C.) access-list 101 permit tcp any 3.4.5.6 0.0.0.0 eq 23 D.) access-list 102 permit tcp any any eq smtp E.) access-list 101 permit tcp any 3.4.5.6 0.0.0.0 eq 25
Which command displays the intenances using a given access list? A. show filters B. show ip interface C. show active lists D. show interface paramaters E. configure ip access lists F. show access-list interfaces