The document contains configuration details for a router with DHCP pools for VLANs 10 and 20, NAT configuration, and interfaces including GigabitEthernet ports 0/0, 0/0.10, 0/0.20, 0/1, 0/2, and 0/3.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
21 views
DHCP, Int, Nat, Intervlan
The document contains configuration details for a router with DHCP pools for VLANs 10 and 20, NAT configuration, and interfaces including GigabitEthernet ports 0/0, 0/0.10, 0/0.20, 0/1, 0/2, and 0/3.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3
!
Last configuration change at 04:49:15 UTC Sat Aug 27 2022
! version 15.7 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! ! ! no aaa new-model ! ! ! mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ! ! ! ! ! ! ! ! ip dhcp excluded-address 192.168.10.1 192.168.10.100 ip dhcp excluded-address 192.168.20.1 192.168.20.100 ! ip dhcp pool vlan 10 network 192.168.10.0 255.255.255.0 dns-server 8.8.8.8 default-router 192.168.10.1 lease 10 ! ip dhcp pool vlan 20 network 192.168.20.0 255.255.255.0 default-router 192.168.20.1 dns-server 8.8.8.8 lease 10 ! ! ! ip domain name westech.local ip name-server 8.8.8.8 ip cef no ipv6 cef ! multilink bundle-name authenticated ! ! ! ! ! redundancy ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface GigabitEthernet0/0 no ip address ip nat inside ip virtual-reassembly in duplex auto speed auto media-type rj45 ! interface GigabitEthernet0/0.10 encapsulation dot1Q 10 ip address 192.168.10.1 255.255.255.0 ip nat inside ip virtual-reassembly in ! interface GigabitEthernet0/0.20 encapsulation dot1Q 20 ip address 192.168.20.1 255.255.255.0 ip nat inside ip virtual-reassembly in ! interface GigabitEthernet0/1 ip address 10.10.10.90 255.255.255.0 ip nat outside ip virtual-reassembly in duplex auto speed auto media-type rj45 ! interface GigabitEthernet0/2 no ip address duplex auto speed auto media-type rj45 ! interface GigabitEthernet0/3 no ip address duplex auto speed auto media-type rj45 ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ip nat inside source list 1 interface GigabitEthernet0/0 overload ip route 0.0.0.0 0.0.0.0 10.10.10.100 ! ipv6 ioam timestamp ! ! access-list 1 permit any