0.0.0 0.0.0.0
dialer0
Speci?¬?es the dialer0
interface as the candidate
default next-hop address
8 Con?¬?guration Example: DSL Using PPPoE
Step 4a: Con?¬?gure NAT Using an ACL
Edmonton(config)#access-list 1 permit
10.10.30.0 0.0.0.255
Speci?¬?es an access control
entry (ACE) for NAT
Edmonton(config)#ip nat pool NAT-POOL
192.31.7.1 192.31.7.2 netmask 255.255.255.0
De?¬?nes the inside global
(WAN side) NAT pool
with subnet mask
NOTE: When a range
of public addresses is
used for the NAT/PAT
inside global (WAN)
addresses, it is de?¬?ned
by an address pool
and called in the NAT
de?¬?nition programming.
Edmonton(config)#ip nat inside source list 1
pool NAT-POOL overload
Speci?¬?es the NAT inside
local addresses by ACL
and the inside global
addresses by address pool
for the NAT process
NOTE: In the case
where the inside global
(WAN) address is
dynamically assigned
by the ISP, the outbound
WAN interface is named
in the NAT de?¬?nition
programming.
Edmonton(config)#ip nat inside source list 1
interface dialer0 overload
Speci?¬?es the NAT inside
local addresses (LAN) and
inside global addresses
(WAN) for the NAT process
Con?¬?guration Example: DSL Using PPPoE 9
Step 4b: Con?¬?gure NAT Using a Route Map
Edmonton(config)#access-list 3 permit
10.
Pages:
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29