Cisco 802 Installation And Configuration Manual page 14

Cisco systems idsl routers installation and configuration guide
Hide thumbs Also See for 802:
Table of Contents

Advertisement

IDSL Configuration with Frame Relay
IDSL Configuration with Frame Relay
The following procedure is an example of how to configure IDSL with Frame Relay.
Step 1
In global configuration mode, specify a name for the router. For example:
router(config)# hostname 802
Step 2
Specify a username and password. The username is the destination router's hostname. The password
must be the same for both the host and destination routers. For example:
router(config)# username isp password cisco
Step 3
Set the switch type. For example:
router(config)# isdn switch-type basic-5ess
Step 4
Set the BRI interfaces to use the ISDN physical connection as a leased-line service. The following
example sets the line speed at 144 kbps:
router(config)# isdn leased-line bri0 144
router(config)# isdn leased-line bri0.1 144
Change to interface command mode. For example:
Step 5
router(config)# interface ethernet0
Enter an IP address. For example:
Step 6
router(config-if)# ip address 192.168.2.1 255.255.255.0
Enable Network Address Translation (NAT) on your LAN. The inside network address is not directly
Step 7
routed to the Internet but is subject to translation to a routable address outside the LAN.
router(config-if)# ip nat inside
Change to BRI interface.
Step 8
router(config-if)# interface bri0
Configure interface with no IP address.
Step 9
router(config-if)# no ip address
Configure NAT so that the inside network address will be translated to a valid Internet address.
Step 10
router(config-if)# ip nat outside
Specify the encapsulation type. In the following example, IETF is used to connect to non-Cisco routers.
Step 11
router(config-if)# encapsulation frame-relay ietf
Step 12
Specify the Local Management Interface (LMI) type used by the Frame Relay switch. For example:
router(config-if)# frame-relay lmi-type ansi
Step 13
Specify the subinterface point-to-point. For example:
router(config-if)# interface bri0:1 point-to-point
Specify the IP address on the subinterface. For example:
Step 14
router(config-if)# ip address 209.188.2.2 255.255.255.0
Installing and Configuring Cisco 802 IDSL and Cisco 804 IDSL Routers
14
78-10368-03

Advertisement

Table of Contents
loading

This manual is also suitable for:

804

Table of Contents