Lab Tonghopswitch
Lab Tonghopswitch
hostname R2
!
servion password-encryption
enable password Abc@123
!
line console 0
password Abc@123
login
!
line vty 0 4
password Abc@123
login
transport input telnet
!
int e0/0
no sh
!
int e0/0.12
encapsulation dot1q 12
ip add 172.16.121.2 255.255.255.0
!
router ospf 100
router-id 2.2.2.2
network 172.16.0.0 0.0.255.255 area 0
network 10.1.0.0 0.0.255.255 area 0
acess-list 30 permit 10.1.30.0 0.0.0.255
!
line vty 0 4
access-class 30 in
no ip excluded-address 10.1.10.1
no ip excluded-address 10.1.20.1
no ip excluded-address 10.1.30.1
!
no ip dhcp pool LAN10
!
no ip dhcp pool LAN20
!
no ip dhcp pool LAN30
!
int e0/0.10
ip helper-address 172.16.12.1
int e0/0.20
ip helper-address 172.16.12.1
int e0/0.30
ip helper-address 172.16.12.1
R3 SW1
int e0/0.13
encapsulation dot1q 13
ip add 172.16.13.3 255.255.255.0
!
int s1/0 int vlan 10
no sh ip add 10.1.10.251 255.255.255.0
ip add 10.1.13.3 255.255.255.0 !
!
int s1/0
no sh
encapsulation ppp
ppp pap sent-username R1R3 password CISCOPAP
!
hostname SW4
!
servion password-encryption
enable password Abc@123
!
line console 0
password Abc@123
login
!
line vty 0 4
password Abc@123
login
transport input telnet
!