Example of Frame Relay Configuration Output
Step 15 Specify a DLCI number that is used to connect to the Internet service provider. For example:
router(config)#
Step 16 End configuration mode.
router(config)# end router#
Step 17 In user mode, set global NAT commands. In the following example, all inside network addresses assigned to interface BRI0 are configured for translation, and the access list that contains the inside network addresses is defined.
router# ip nat inside source list 1 interface bri0 overload
router#
Step 18 Save your configuration.
router# copy
Example of Frame Relay Configuration Output
Current configuration:
!
!
version 12.0
service timestamps debug uptime service timestamps log uptime
!
hostname c802idsl
username isp password 0 cisco
!
!
ip
!
isdn
!
!
interface Ethernet0
ip address 192.168.2.1 255.255.255.0 ip nat inside
!
interface BRI0 no ip address
encapsulation
!
interface BRI0.1 point-to-point
ip address 209.188.2.2 255.255.255.0
!
ip nat inside source list 1 interface bri0:1 overload
Installing and Configuring Cisco 802 IDSL and Cisco 804 IDSL Routers
| 15 |
| |
|
|