EWAN Packet Tracer 2.6.1 Accessing the WAN Script
Here is the scripts for Accessing the WAN Packet Tracer 2.6.1.You can donwload this PT Activity from here PT 2.6.1.
ISP:
ip route 10.1.1.0 255.255.255.252 S0/0/1ip route 192.168.1.0 255.255.255.0 S0/0/1
!
CENTRAL:
ip route 0.0.0.0 0.0.0.0 S0/0/1username BRANCH password cisco123
int s0/0/0
encapsulation ppp
ppp authentication chap
exit
router ospf 1
network 192.168.1.0 0.0.0.127 area 1
default-information originate
passive-interface s0/0/1
!
BRANCH:
hostname BRANCHint s0/0/0
ip address 10.1.1.1 255.255.255.252
clock rate 64000
no shut
int fa0/0
no shut
interface FastEthernet0/0.1
encapsulation dot1Q 1
ip address 192.168.1.193 255.255.255.224
no shut
interface FastEthernet0/0.15
encapsulation dot1Q 15
ip address 192.168.1.1 255.255.255.128
no shut
interface FastEthernet0/0.25
encapsulation dot1Q 25
ip address 192.168.1.129 255.255.255.192
no shut
interface FastEthernet0/0.99
encapsulation dot1Q 99 native
ip address 192.168.1.225 255.255.255.224
no shut
exit
username CENTRAL password cisco123
int s0/0/0
encapsulation ppp
ppp authentication chap
exit
router ospf 1
passive-interface FastEthernet0/0.1
passive-interface FastEthernet0/0.15
passive-interface FastEthernet0/0.25
passive-interface FastEthernet0/0.99
default-information originate
!
S1:
hostname S1vlan 15
name Customers(Default)
vlan 25
name Employee
vlan 99
name Management&Native
int fa0/1
switchport trunk native vlan 99
switchport mode trunk
no shut
interface FastEthernet0/7
switchport access vlan 15
switchport mode access
no shut
interface FastEthernet0/19
switchport access vlan 25
switchport mode access
no shut
interface FastEthernet0/20
switchport access vlan 25
switchport mode access
no shut
interface Vlan99
ip address 192.168.1.226 255.255.255.224
no shut
exit
ip default-gateway 192.168.1.225
!
Customer:
IP Address: 192.168.1.2Subnet Mask: 255.255.255.128
Default Gateway: 192.168.1.1
Register:
IP Address: 192.168.1.130Subnet Mask: 255.255.255.192
Default Gateway: 192.168.1.129
Laser:
IP Address: 192.168.1.190Subnet Mask: 255.255.255.192
Gateway: 192.168.1.129
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.