Link to home
Start Free TrialLog in
Avatar of 3XLcom
3XLcom

asked on

Layer3 Switchin

We have a force10 device and we have ip blocks from ripe.
we want to create a bgp with our neighbour.
And we also want to 192.168.2.0/24 block to distrubute and route to 37.123.96.1 on layer3 mode .
Is this config seems ok for this needs ?

Current Configuration ...
! Version 8.4.2.6
! Last configuration change at Mon Dec 31 05:11:28 1979 by root
! Startup-config last updated at Mon Dec 31 05:07:50 1979 by default
!
redundancy auto-synchronize full
!
hardware watchdog
!
hostname force.salay.com.tr
!
enable password 7 xxxxxx
!
username root password 7 xxxx privilege 0
!
stack-unit 0 provision S50V
!
interface GigabitEthernet 0/1
 no ip addre
interface GigabitEthernet 0/2
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/3
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/4
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/5
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/6
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/7
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/8
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/9
 no ip addre
interface GigabitEthernet 0/10
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/11
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/12
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/13
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/14
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/15
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/16
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/17
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/18
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/19
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/20
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/21
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/22
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/23
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/24
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/25
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/26
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/27
 no ip addre
interface GigabitEthernet 0/28
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/29
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/30
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/31
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/32
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/33
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/34
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/35
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/36
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/37
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/38
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/39
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/40
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/41
 no ip addre
interface GigabitEthernet 0/42
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/43
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/44
 ip address 192.168.2.1/24
 ip helper-address 192.168.2.1
 ip dhcp snooping trust
 no shutdown
!
interface GigabitEthernet 0/45
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/46
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 0/47
 no ip address
 no shutdown
!
interface GigabitEthernet 0/48
 ip address yy.yy.yy.134/30
 ip access-group INBOUND in
 shutdown
!
interface Vlan 1
!untagged GigabitEthernet 0/45-46
!
interface Vlan 100
 ip address xx.xx.xx.1/24
 tagged GigabitEthernet 0/1-43
 no shutdown
!
monitor session 1
!
router bgp 57844
 network xx.xx.xx.0/24
 neighbor yy.yy.yy.133 remote-as 15924
 neighbor yy.yy.yy.133 soft-reconfiguration inbound
 neighbor yy.yy.yy.133 shutdown
!
ip access-list extended INBOUND
!
ip route 0.0.0.0/0 46.234.15.133
ip route xx.xx.xx.0/24 NULL 0
ip route 192.168.2.0/24 37.123.96.1
!

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of rauenpc
rauenpc
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of 3XLcom
3XLcom

ASKER

Actually i am looking for how to do nat on Force 10 s50v
Avatar of 3XLcom

ASKER

Thanks