05.01.2013 Views

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Ethernet IEEE 802.3<br />

FastEthernet FastEthernet IEEE 802.3<br />

<strong>Cisco</strong> 1900 IOS Configuration Commands 591<br />

Once you add the hardware address of the destination device, add the<br />

interface address this destination hardware address is associated with.<br />

Todd1900EN(config)#mac-address-table restricted static<br />

00A0.246E.0FA8 e0/2 ?<br />

Ethernet IEEE 802.3<br />

FastEthernet FastEthernet IEEE 802.3<br />

<br />

Now that you have entered the destination information, enter the source<br />

interface that is allowed to communicate with the destination address.<br />

Todd1900EN(config)#$-table restricted static<br />

00A0.246E.0FA8 e0/2 e0/5<br />

Once you have finished your command string, you can see the three different<br />

types of entries we now have in the MAC filter table by using the show<br />

mac-address-table command (use sh mac for a shortcut).<br />

Todd1900EN#sh mac<br />

Number of permanent addresses : 1<br />

Number of restricted static addresses : 1<br />

Number of dynamic addresses : 2<br />

Address Dest Interface Type Source Interface List<br />

----------------------------------------------------------------<br />

00A0.2448.60A5 Ethernet 0/4 Permanent All<br />

00A0.246E.0FA8 Ethernet 0/2 Static Et0/5<br />

0000.8147.4E11 Ethernet 0/5 Dynamic All<br />

0000.8610.C16F Ethernet 0/1 Dynamic All<br />

Todd1900EN#<br />

The command I just entered has restricted interface 0/5 to only send<br />

frames to interface 0/2 using the destination hardware address<br />

00A0.246E.0FA8.<br />

Remember that you can clear the entries with the clear mac-addresstable<br />

[dynamic/permanent/restricted] [int dest] [int source]<br />

command.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!