ASET Practice Lab
V4
ASET
Routing/Switching
Practice Lab
1
ASET Practice Lab
V4
Physical Layout
Diagram 1
Frame
R1
S1
S3
FA0/E0
L0
R6
S1
S0
FA0/E0
Token
Ring
R3
R4
R5
FA0/
S 0
E1
Token
Ring
E0
E0
E0
S 0
S 0
S 0
FA0/E0
T0
T0
S2
S0
R2
ISDN
BRI 0
BRI 0
R7
ATM
ATM 1/0
R8
ATM 1/0
2
ASET Practice Lab
V4
R3
R4
R5
E0
2
4
Comm Serv
IP Address: 170.100.
Comm Server Setup
er
1.1
Diagram 2
3
R1(Frame)
R2
6
R6
Cat5 –
Con
diagram lan i
figure all
nts
C3920
5
7
8
10
11
R7
1
LS1010
9
R8
3
ASET Practice Lab
V4
Routing Topology
Diagram 3
Frame
R1
S1
S3
E0
L0
R6
S1
S0
E 0
Token
Ring 2
R3
R4
R5
E1
S 0
Token
Ring 1
E0
E0
E0
S 0
S 0
S 0
E0
T0
T0
S2
S0
R2
ISDN
BRI 0
BRI 0
RIP
OSPF Backbone Area
IGRP
EBGP
VLAN 3
VLAN 2
IBGP
EIGRP
Area 2
Area 3
Area 4
E0
R7
ATM
ATM 1/0
Backbone
R8
ATM 1/0
4
ASET Practice Lab
V4
The configuration for the Frame-relay switch is as follows:
Frame Switch Configuration:
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Frame_Switch
!
ip subnet-zero
no ip domain-lookup
!
appletalk routing
frame-relay switching
!
!
!
!
interface Loopback0
ip address 160.100.10.1 255.255.255.0
no ip directed-broadcast
no shut
!
interface Loopback1
ip address 205.15.150.1 255.255.255.0
no ip directed-broadcast
no shut
!
interface Loopback2
ip address 210.0.5.1 255.255.255.0
no ip directed-broadcast
no shut
!
interface fastEthernet0/0
ip address 170.100.150.7 255.255.255.0
no ip directed-broadcast
appletalk cable-range 150-150 150.7
appletalk zone 150
5
ASET Practice Lab
V4
no shut
!
interface fastEthernet0/1
ip address 170.100.200.7 255.255.255.0
no ip directed-broadcast
appletalk cable-range 200-200 200.7
appletalk zone 200
no shut
!
interface Serial1/0
no ip address
no ip directed-broadcast
encapsulation frame-relay
no ip mroute-cache
no fair-queue
clockrate 128000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 102 interface Serial1/3 202
no shut
!
interface Serial1/1
no ip address
no ip directed-broadcast
encapsulation frame-relay
clockrate 128000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 103 interface Serial1/3 203
no shut
!
interface Serial1/2
no ip address
no ip directed-broadcast
encapsulation frame-relay
clockrate 128000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 104 interface Serial1/3 204
no shut
6