Back in the Game - I have a session tonight
Post new topic   Reply to topic
AcceliNetworks Forum Index -> Configuring  
View previous topic :: View next topic  
Author Message
Tom4498



Joined: 05 Oct 2004
Posts: 276
Location: America/New_York

PostPosted: Tue Feb 13, 2007 1:22 pm    Post subject: Back in the Game - I have a session tonight Reply with quote

It has been a long time since I had a session on www.expert-labs.com. I have a session tonight where I want to get a basic setup in place and work out the bugs.

I haven't had much time to prepare and I think some of the gear has changed since the last time. I am hoping to go over Frame-Relay and some OSPF and BGP. If I have time, I would like to plan with NAT and GRE tunnels.

The basic layout is below.

loopbacks - 172.16.1.0/32
Serial Links - 172.31.1.x/30
Frame Relay - 192.168.1.0/24
VLAN10 - 10.1.10.0/24
VLAN20 - 10.1.20.0/24


R1
Lo: 172.16.1.1/32
E0/0: 10.1.10.1/24
S0/0: 192.168.1.1/24
S0/1: 172.31.1.1/30

R2
Lo: 172.16.1.2/32
E0/0: 10.1.10.2/24
S0/0: 192.168.1.2/24
S0/1: 172.31.1.5/30

R3
Lo: 172.16.1.3/32
E0/0: 10.1.10.3/24
FA2/1: 10.1.20.3/24
S1/0: 192.168.1.3/24
S1/2: 172.31.1.2/30
S1/3: 172.31.1.6/30

R4
Lo: 172.16.1.4/32
E0/0: 10.1.20.4/24
S0/0: 192.168.1.4/24
S0/1: 172.31.1.9/30

R5
Lo: 172.16.1.5/32
E0/0: 10.1.10.5/24
E1/0: 10.1.20.5/24
S0/0: 192.168.1.5/24
S0/1: 172.31.1.10/30
Back to top
View user's profile Send private message
Tom4498



Joined: 05 Oct 2004
Posts: 276
Location: America/New_York

PostPosted: Tue Feb 13, 2007 8:25 pm    Post subject: Basic Config Reply with quote

Here is the basic config for each device. It should bring up a loopback, ethernet and a very basic frame-relay config. I will hammer out something more substantial in the next section for frame-relay.

R1
en
config t
int lo 0
ip address 172.16.1.1 255.255.255.255
no shut
exit
int e 0/0
ip address 10.1.10.1 255.255.255.0
no shut
exit
int s 0/0
ip address 192.168.1.1 255.255.255.0
encap frame-relay
end
wr mem

R2
en
config t
int lo 0
ip address 172.16.1.2 255.255.255.255
no shut
exit
int e 0/0
ip address 10.1.20.2 255.255.255.0
no shut
exit
int s 0/0
ip address 192.168.1.2 255.255.255.0
encap frame-relay
end
wr mem

R3 <-- The second ethernet is Fa 2/0, not Fa 2/1.
en
config t
int lo 0
ip address 172.16.1.3 255.255.255.255
no shut
exit
int e 0/0
ip address 10.1.31.3 255.255.255.0
no shut
exit
int fa 2/0
ip address 10.1.32.3 255.255.255.0
no shut
exit
int s 1/0
ip address 192.168.1.3 255.255.255.0
encap frame-relay
end
wr mem

R4
en
config t
int lo 0
ip address 172.16.1.4 255.255.255.255
no shut
exit
int e 0/0
ip address 10.1.41.4 255.255.255.0
no shut
exit
int e 0/1
ip address 10.1.42.4 255.255.255.0
no shut
exit
int s 0/0
ip address 192.168.1.4 255.255.255.0
encap frame-relay
end
wr mem

R5
en
config t
int lo 0
ip address 172.16.1.5 255.255.255.255
no shut
exit
int e 0/0
ip address 10.1.51.5 255.255.255.0
no shut
exit
int e 0/1
ip address 10.1.52.5 255.255.255.0
no shut
exit
int s 0/0
ip address 192.168.1.5 255.255.255.0
encap frame-relay
end
wr mem

R6
en
config t
int lo 0
ip address 172.16.1.6 255.255.255.255
no shut
exit
int fa 4/0
ip address 10.1.61.6 255.255.255.0
no shut
exit
int fa 4/1
ip address 10.1.62.6 255.255.255.0
no shut
end
wr mem


R8
en
config t
int lo 0
ip address 172.16.1.8 255.255.255.255
no shut
end

R9
en
config t
int lo 0
ip address 172.16.1.9 255.255.255.255
no shut
end

SW1
en
config t
vlan 10
name VLAN_10
exit
vlan 20
name VLAN_20
exit
vlan 31
name VLAN_31
exit
vlan 41
name VLAN_41
exit
vlan 51
name VLAN_51
exit
vlan 61
name VLAN_61
exit
int lo 0
ip address 172.16.1.11 255.255.255.255
no shut
exit
int fastEthernet 0/1
switchport mode access
switchport access vlan 10
no shut
exit
int fastEthernet 0/2
switchport mode access
switchport access vlan 20
no shut
exit
int fastEthernet 0/3
switchport mode access
switchport access vlan 31
no shut
exit
int fastEthernet 0/4
switchport mode access
switchport access vlan 41
no shut
exit
int fastEthernet 0/5
switchport mode access
switchport access vlan 51
no shut
exit
int fastEthernet 0/6
switchport mode access
switchport access vlan 61
no shut
exit
int range fastEthernet 0/13 - 15
switchport trunk encapsulation dot1q
switchport mode trunk
no shut
end
wr mem

SW2
en
config t
vlan 32
name VLAN_32
exit
vlan 42
name VLAN_42
exit
vlan 52
name VLAN_52
exit
vlan 62
name VLAN_62
exit
int lo 0
ip address 172.16.1.12 255.255.255.255
no shut
exit
int fastEthernet 0/3
switchport mode access
switchport access vlan 32
no shut
exit
int fastEthernet 0/4
switchport mode access
switchport access vlan 42
no shut
exit
int fastEthernet 0/5
switchport mode access
switchport access vlan 52
no shut
exit
int fastEthernet 0/6
switchport mode access
switchport access vlan 62
no shut
exit
int range fastEthernet 0/13 - 15
switchport trunk encapsulation dot1q
switchport mode trunk
no shut
end
wr mem


Last edited by Tom4498 on Tue Feb 13, 2007 10:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
Tom4498



Joined: 05 Oct 2004
Posts: 276
Location: America/New_York

PostPosted: Tue Feb 13, 2007 9:18 pm    Post subject: Simple Frame-Relay Config Reply with quote

Frame-Relay Multi-point
R1
en
config t
int s 0/0
no arp frame-relay
no frame-relay inverse-arp
frame-relay map ip 192.168.1.2 102 broadcast
frame-relay map ip 192.168.1.3 103 broadcast
frame-relay map ip 192.168.1.5 105 broadcast
end
wr mem

R2
en
config t
int s 0/0
no arp frame-relay
no frame-relay inverse-arp
frame-relay map ip 192.168.1.1 201 broadcast
end
wr mem

R3
en
config t
int s 1/0
no arp frame-relay
no frame-relay inverse-arp
frame-relay map ip 192.168.1.1 301 broadcast
end
wr mem

R5
en
config t
no arp frame-relay
no frame-relay inverse-arp
frame-relay map ip 192.168.1.1 501 broadcast
end
wr mem

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Frame-Relay Point-to-Point

R4
default int s 0/0
interface Serial0/0
encapsulation frame-relay
no ip address
no shut
exit
int s 0/0.46 point-to-point
ip address 192.168.46.1 255.255.255.252
frame-relay interface-dlci 406
no shut
end
wr mem


R6
default int s 5/0
int s 5/0
encapsulation frame-relay
no ip address
no shut
exit
int s 5/0.46 point-to-point
ip address 192.168.46.2 255.255.255.252
frame-relay interface-dlci 604
no shut
end
wr mem

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Frame-Relay Point-to-Point and a reworking of R5 to be in both Frame-Relay setups.

R5
default int s 0/0
interface Serial0/0
encapsulation frame-relay
no ip address
no shut
exit
int s 0/0.15 multipoint
ip address 192.168.1.5 255.255.255.0
no arp frame-relay
no frame-relay inverse-arp
frame-relay map ip 192.168.1.1 501 broadcast
exit
int s 0/0.56 point-to-point
ip address 192.168.56.1 255.255.255.252
frame-relay interface-dlci 506
no shut
end
wr mem


R6
int s 5/0.56 point-to-point
ip address 192.168.56.2 255.255.255.252
frame-relay interface-dlci 605
no shut
end
wr mem


Last edited by Tom4498 on Tue Feb 13, 2007 11:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
Tom4498



Joined: 05 Oct 2004
Posts: 276
Location: America/New_York

PostPosted: Tue Feb 13, 2007 9:21 pm    Post subject: Point-to-Point Serial Links Reply with quote

R1
en
config t
int s 0/1
ip address 172.31.1.1 255.255.255.252
bandwidth 128
no shut
end
wr mem

R3
en
config t
int s 1/2
ip address 172.31.1.2 255.255.255.252
clock rate 128000
bandwidth 128
no shut
end
wr mem

>>>>>>>>>>>>>>>>>>>>>>>

R2
en
config t
int s 0/1
ip address 172.31.1.5 255.255.255.252
bandwidth 128
no shut
end
wr mem

R3
en
config t
int s 1/3
ip address 172.31.1.6 255.255.255.252
clock rate 128000
bandwidth 128
no shut
end
wr mem

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

**** The diagram shows the clock rate on R4, but it is really on R5!

R5
en
config t
int s 0/1
ip address 172.31.1.10 255.255.255.252
clock rate 128000
bandwidth 128
no shut
end
wr mem

R4
en
config t
int s 0/1
ip address 172.31.1.9 255.255.255.252
bandwidth 128
no shut
end
wr mem
Back to top
View user's profile Send private message
Tom4498



Joined: 05 Oct 2004
Posts: 276
Location: America/New_York

PostPosted: Tue Feb 13, 2007 10:04 pm    Post subject: OSPF Configuration Reply with quote

I decided to build a very basic OSPF network. I am going to have to rework my unlying IP scheme to get more flexibility out of the network.

10.1.10.0/24 - OSPF Area 0
10.1.20.0/24 - OSPF Area 1
192.168.1.0/24 - OSPF Area 2
172.31.1.0/24 - OSPF Area 3
172.31.1.4/24 - OSPF Area 4
172.31.1.8/24 - OSPF Area 5
172.31.1.0/24 - OSPF Area 6

R1
en
config t
router ospf 1
network 10.1.10.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 2
network 172.31.1.0 0.0.0.3 area 3
end
wr mem

R2
en
config t
router ospf 1
network 10.1.10.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 2
end
wr mem

R3
en
config t
router ospf 1
network 10.1.10.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 2
end
wr mem

R4
en
config t
router ospf 1
network 10.1.10.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 2
end
wr mem

R5
en
config t
router ospf 1
network 10.1.10.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 2
end
wr mem

R6
en
config t
router ospf 1
network 10.1.10.0 0.0.0.255 area 0
network 192.168.1.0 0.0.0.255 area 2
end
wr mem
Back to top
View user's profile Send private message
Tom4498



Joined: 05 Oct 2004
Posts: 276
Location: America/New_York

PostPosted: Tue Feb 13, 2007 11:05 pm    Post subject: Simple OSPF....boring Reply with quote

I setup a simple OSPF setup, but it was boring and didn't have alot of areas. I went back and broke up frame-relay into one network with three multipoint devices and two point to point links. I also went back and broke out each ethernet into its own segment. This leads to some more interesting scenarios. I don't think I am going to have time to do this....

R1 + R2 + R3 = OSPF network
R5 = transit area to R4 and R6 + BGP
R4 = Ripv2 + BGP
R6 = Ripv2 + BGP
Back to top
View user's profile Send private message
Display posts from previous:   
AcceliNetworks Forum Index -> Configuring  
Post new topic   Reply to topic All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum