No subinterfaces are used. Here's the Cisco 2514 config:

Router#show startup-config
Using 940 out of 32762 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
ip subnet-zero
!
interface Ethernet0
 description outside
 ip address xxx.xxx.xxx.90 255.255.255.128
 ip nat outside
 no cdp enable
!
interface Ethernet1
 description inside
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 no cdp enable
!
interface Serial0
 no ip address
 shutdown
!
!
 no ip address
 shutdown
!
ip nat pool test xxx.xxx.xxx.90 xxx.xxx.xxx.90 netmask 255.255.255.128
ip nat inside source list 1 pool test overload
ip classless
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.1
ip route 192.168.2.0 255.255.255.0 192.168.0.100
no ip http server
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 1 permit 192.168.2.0 0.0.0.255
!
!
line con 0
line aux 0
line vty 0 4
!
end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49540&t=49536
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to