Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

SW1

vlan data
vlan 6
vlan 146
vlan 23
vlan 5
app
exit

en
conf t
int f 1/1
swi mo acc
swi acc vl 146
no shut
int f 1/2
swi mo acc
swi acc vl 23
no shut
int f 1/3
swi mo acc
swi acc vl 23
no shut
int f 1/4
swi mo acc
swi acc vl 146
no shut
int f 1/5
swi mo acc
swi acc vl 5
no shut
int f 1/6
swi mo acc
swi acc vl 146
no shut
int f 1/10
swi mo acc
swi acc vl 6
no shut

R1
en
conf t
int f 0/0
ip add 10.1.146.1 255.255.255.0
spee 100
dup ful
no shut
int s 0/1
ip add 10.1.13.1 255.255.255.0
no shut
int loo 0
ip add 10.1.1.1 255.255.255.0
R2
en
conf t
int f 0/0
ip add 10.1.23.2 255.255.255.0
spee 100
dup ful
no shut
int s 0/0
encap fram
no fram inv
no arp fram
ip add 10.1.245.2 255.255.255.0
fram map ip 10.1.245.5 205 br
fram map ip 10.1.245.4 205 br
no shut
int loo 0
ip add 10.1.2.2 255.255.255.0

R3
en
conf t
int f 0/0
ip add 10.1.23.3 255.255.255.0
spee 100
dup ful
no shut
int s 1/2
ip add 10.1.13.3 255.255.255.0
no shut
int loo 0
ip add 10.1.3.3 255.255.255.0

R4
en
conf t
int f 0/0
ip add 10.1.146.4 255.255.255.0
spee 100
dup ful
no shut
int s 0/0
encap fram
no fram inv
no arp fram
ip add 10.1.245.4 255.255.255.0
fram map ip 10.1.245.5 405 br
fram map ip 10.1.245.2 405 br
no shut
int loo 0
ip add 10.1.4.4 255.255.255.0
R5
en
conf t
int f 0/0
ip add 10.1.50.5 255.255.255.0
spee 100
dup ful
no shut
int s 0/0
encap fram
no fram inv
no arp fram
ip add 10.1.245.5 255.255.255.0
fram map ip 10.1.245.4 504 br
fram map ip 10.1.245.2 502 br
no shut
int loo 0
ip add 10.1.5.5 255.255.255.0

R6
en
conf t
int f 0/0
ip add 10.1.146.6 255.255.255.0
spee 100
dup ful
no shut
int f0/1
ip add 10.1.60.6 255.255.255.0
no shut
int loo 0
ip add 10.1.6.6 255.255.255.0

FRAME_SWITCH
en
conf t
frame-relay switching
int s 0/1
desc TO R4 S 0/0
encap fram
fram intf-ty dce
fram lmi-ty cisco
fram route 405 int s 0/2 504
no shut
int s 0/3
desc TO R2 S 0/0
encap fram
fram intf-ty dce
fram lmi-ty cisco
fram route 205 int s 0/2 502
no shut
int s 0/2
desc TO R5 S 0/0
encap fram
fram intf-ty dce
fram lmi-ty cisco
fram route 502 int s 0/3 205
fram route 504 int s 0/1 405
no shut

You might also like