Teledyne QMultiFlex-400 Installation And Operating Handbook page 193

Mcpc/scpc hub
Table of Contents

Advertisement

Full list of commands for Cisco 2811 router configuration
Base Config (All passwords are 'paradise')
enable
conf term
hostname Paradise
no ip domain-lookup
service password-encryption
enable secret paradise
line console 0
password paradise
login
logging synchronous
line vty 0 4
password paradise
login
hostname paradise
no ip domain-lookup
line console 0
logging synchronous
end
Configure Interface F0/1 to supply internet to all three networks using NAT overload:
conf term
int f0/1
ip add DHCP
desc Connection to SOHO router
ip NAT outside
exit
access-list 101 permit ip 192.168.10.0 0.0.0.255 any
access-list 101 permit ip 192.168.20.0 0.0.0.255 any
access-list 101 permit ip 192.168.30.0 0.0.0.255 any
ip nat inside source list 101 interface f0/1 overload
Configure Interface F0/0 with sub interfaces for VLANS 10, 20 &30 and set ports for NAT
inside:
conf term
int 0/0
desc connection to QMultiFlex400 traffic port
ip nat inside
no shut
int f0/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
ip nat inside
exit
int f0/0.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
ip nat inside
exit
QMultiFlex-400™ Installation and Operating Handbook
8-62

Advertisement

Table of Contents
loading

Table of Contents