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.

Here’s an example using the Frame Relay map command:<br />

Frame Relay 499<br />

RouterA(config)#int s0<br />

RouterA(config-if)#encap frame<br />

RouterA(config-if)#int s0.16 point-to-point<br />

RouterA(config-if)#no inverse-arp<br />

RouterA(config-if)#ip address 172.16.30.1 255.255.255.0<br />

RouterA(config-if)#frame-relay map ip 172.16.30.17 16 ietf<br />

broadcast<br />

RouterA(config-if)#frame-relay map ip 172.16.30.18 17<br />

broadcast<br />

RouterA(config-if)#frame-relay map ip 172.16.30.19 18<br />

Here’s what we did: First, we chose configured interface serial 0 to use the<br />

encapsulation type of <strong>Cisco</strong> (default), then we created our subinterface. We<br />

then turned off inverse arp and mapped three virtual circuits and their corresponding<br />

DLCI numbers.<br />

Notice that we changed the encapsulation type for the first mapping. The<br />

frame map command is the only way to configure multiple frame encapsulation<br />

types on an interface.<br />

The broadcast keyword at the end of the map command tells the router<br />

to forward broadcasts for this interface to this specific virtual circuit.<br />

Remember that Frame Relay is a nonbroadcast multiaccess (NBMA) encapsulation<br />

method, which will not broadcast routing protocols. You can either<br />

use the map command with the broadcast keyword or the neighbor command<br />

within the routing process.<br />

Instead of putting in map commands for each virtual circuit, you can use<br />

the inverse-arp function to perform dynamic mapping of the IP address<br />

to the DLCI number. This makes our configuration look like this:<br />

RouterA(config)#int s0.16 point-to-point<br />

RouterA(config-if)#encap frame-relay ietf<br />

RouterA(config-if)#ip address 172.16.30.1 255.255.255.0<br />

Yes, this configuration is a whole lot easier to do, but it’s not as stable as<br />

using the map command. Why? Sometimes, when using the inverse-arp<br />

function, configuration errors occur because virtual circuits can be insidiously<br />

and dynamically mapped to unknown devices.

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

Saved successfully!

Ooh no, something went wrong!