Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ========Router Config================
- Router#show run
- Building configuration...
- Current configuration : 2046 bytes
- !
- version 12.2
- no service timestamps log datetime msec
- no service timestamps debug datetime msec
- no service password-encryption
- !
- hostname Router
- !
- ip dhcp excluded-address 10.10.10.1
- ip dhcp excluded-address 10.10.20.1
- ip dhcp excluded-address 10.10.30.1
- ip dhcp excluded-address 10.10.40.1
- ip dhcp excluded-address 10.10.50.1
- ip dhcp excluded-address 10.10.50.2
- ip dhcp excluded-address 10.10.40.2
- ip dhcp excluded-address 10.10.30.2
- ip dhcp excluded-address 10.10.20.2
- ip dhcp excluded-address 10.10.10.2
- !
- ip dhcp pool customer_service
- network 10.10.10.0 255.255.255.0
- default-router 10.10.10.1
- ip dhcp pool logistics
- network 10.10.20.0 255.255.255.0
- default-router 10.10.20.1
- ip dhcp pool repair
- network 10.10.30.0 255.255.255.0
- default-router 10.10.30.1
- ip dhcp pool offices
- network 10.10.40.0 255.255.255.0
- default-router 10.10.40.1
- ip dhcp pool guest
- network 10.10.50.0 255.255.255.0
- default-router 10.10.50.1
- !
- ip cef
- no ipv6 cef
- !
- interface FastEthernet0/0
- ip address xx.xxx.xx.47 255.255.255.248
- duplex auto
- speed auto
- !
- interface FastEthernet0/0.10
- encapsulation dot1Q 10
- ip address 10.10.10.1 255.255.255.0
- ip nat inside
- !
- interface FastEthernet0/0.20
- encapsulation dot1Q 20
- ip address 10.10.20.1 255.255.255.0
- ip nat inside
- !
- interface FastEthernet0/0.30
- encapsulation dot1Q 30
- ip address 10.10.30.1 255.255.255.0
- ip nat inside
- !
- interface FastEthernet0/0.40
- encapsulation dot1Q 40
- ip address 10.10.40.1 255.255.255.0
- ip nat inside
- !
- interface FastEthernet0/0.50
- encapsulation dot1Q 50
- ip address 10.10.50.1 255.255.255.0
- !
- interface FastEthernet1/0
- no ip address
- duplex auto
- speed auto
- shutdown
- !
- interface Serial2/0
- no ip address
- clock rate 2000000
- shutdown
- !
- interface Serial3/0
- no ip address
- clock rate 2000000
- shutdown
- !
- interface FastEthernet4/0
- no ip address
- shutdown
- !
- interface FastEthernet5/0
- no ip address
- shutdown
- !
- router rip
- !
- ip classless
- !
- ip flow-export version 9
- !
- line con 0
- !
- line aux 0
- !
- line vty 0 4
- login
- !
- !
- !
- end
- ========End Router Config================
- ========Mangement Switch Config================
- Switch#show run
- Building configuration...
- Current configuration : 2226 bytes
- !
- version 12.2
- no service timestamps log datetime msec
- no service timestamps debug datetime msec
- no service password-encryption
- !
- hostname Switch
- !
- !
- !
- !
- !
- spanning-tree mode pvst
- !
- interface FastEthernet0/1
- switchport access vlan 10
- switchport mode access
- !
- interface FastEthernet0/2
- switchport access vlan 10
- switchport mode access
- !
- interface FastEthernet0/3
- switchport access vlan 10
- switchport mode access
- !
- interface FastEthernet0/4
- switchport access vlan 20
- switchport mode access
- !
- interface FastEthernet0/5
- switchport access vlan 20
- switchport mode access
- !
- interface FastEthernet0/6
- switchport access vlan 20
- switchport mode access
- !
- interface FastEthernet0/7
- switchport access vlan 30
- switchport mode access
- !
- interface FastEthernet0/8
- switchport access vlan 30
- switchport mode access
- !
- interface FastEthernet0/9
- switchport access vlan 30
- switchport mode access
- !
- interface FastEthernet0/10
- switchport access vlan 40
- switchport mode access
- !
- interface FastEthernet0/11
- switchport access vlan 40
- switchport mode access
- !
- interface FastEthernet0/12
- switchport access vlan 40
- switchport mode access
- !
- interface FastEthernet0/13
- switchport access vlan 50
- switchport mode access
- !
- interface FastEthernet0/14
- switchport access vlan 50
- switchport mode access
- !
- interface FastEthernet0/15
- switchport access vlan 50
- switchport mode access
- !
- interface FastEthernet0/16
- !
- interface FastEthernet0/17
- !
- interface FastEthernet0/18
- !
- interface FastEthernet0/19
- !
- interface FastEthernet0/20
- !
- interface FastEthernet0/21
- !
- interface FastEthernet0/22
- !
- interface FastEthernet0/23
- !
- interface FastEthernet0/24
- !
- interface GigabitEthernet0/1
- switchport trunk allowed vlan 1,10,20,30,40,50
- switchport mode trunk
- !
- interface GigabitEthernet0/2
- !
- interface Vlan1
- no ip address
- shutdown
- !
- interface Vlan10
- ip address 10.10.10.2 255.255.255.0
- !
- interface Vlan20
- ip address 10.10.20.2 255.255.255.0
- !
- interface Vlan30
- ip address 10.10.30.2 255.255.255.0
- !
- interface Vlan40
- ip address 10.10.40.2 255.255.255.0
- !
- interface Vlan50
- ip address 10.10.50.2 255.255.255.0
- !
- interface Vlan70
- no ip address
- !
- ip default-gateway xx.xxx.xx.47
- !
- !
- !
- !
- line con 0
- !
- line vty 0 4
- login
- line vty 5 15
- login
- !
- !
- end
- ========End Mangement Switch Config================
Advertisement
Add Comment
Please, Sign In to add comment