Results 1 to 2 of 2
dear all,
i'm student that finished my final project,
buliding VoIP over VPN MPLS (multiprotocol label switching).
i have some problem, the design of my project like this :
1. ...
- 11-06-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 2
building MPLS network
dear all,
i'm student that finished my final project,
buliding VoIP over VPN MPLS (multiprotocol label switching).
i have some problem, the design of my project like this :

1. how can i make a routing table of the 5 computer wich set the router?
2. how can i config zebra.conf?
please help me...thanks.
i have a routing table like this, but when i ping in LER A,
there are some problem to connect to 203.150.8.1 and 203.150.8.2
---connection time out, (ping i run from LER A, but when i ceck from LSR 1, 203.150.8.1 to LSR 3, 203.150.8.2 it's OK, connected)
Code:auto eth0 iface eth0 inet static address 203.150.4.1 netmask 255.255.255.0 network 203.150.4.0 broadcast 203.150.4.255 gateway 203.150.4.2 up route add –net 192.168.10.0/24 gw 203.150.4.2 up route add –net 192.150.1.0/24 gw 203.150.4.2 auto eth1 iface eth1 inet static address 192.168.3.1 netmask 255.255.255.0 network 192.168.3.0 broadcast 192.168.3.255 gateway 192.168.3.2 auto eth2 iface eth2 inet static address 203.150.10.1 netmask 255.255.255.0 network 203.150.10.0 broadcast 203.150.10.255 gateway 203.150.10.2 up route add –net 192.168.2.0/24 gw 203.150.10.2 LER B auto eth0 iface eth0 inet static address 192.168.2.1 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.2.255 gateway 192.168.2.2 up route add –net 203.150.10.0/24 gw 192.168.2.2 auto eth1 iface eth1 inet static address 192.150.1.1 netmask 255.255.255.0 network 192.150.1.0 broadcast 192.150.1.255 gateway 192.150.1.2 up route add –net 203.150.4.0/24 gw 192.150.1.2 up route add –net 192.168.10.0/24 gw 192.150.1.2 auto eth2 iface eth2 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.2 LSR 1 auto eth0 iface eth0 inet static address 203.150.10.2 netmask 255.255.255.0 network 203.150.10.0 broadcast 203.150.10.255 gateway 203.150.10.1 up route add –net 192.168.3.0/24 gw 203.150.10.1 auto eth1 iface eth1 inet static address 203.150.8.1 netmask 255.255.255.0 network 203.150.8.0 broadcast 203.150.8.255 gateway 203.150.8.2 auto eth2 iface eth2 inet static address 192.168.2.2 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.2.255 gateway 192.168.2.1 up route add –net 192.168.1.0/24 gw 192.168.2.1 LSR 2 auto eth0 iface eth0 inet static address 203.150.4.2 netmask 255.255.255.0 network 203.150.4.0 broadcast 203.150.4.255 gateway 203.150.4.1 up route add –net 203.150.10.0/24 gw 203.150.4.1 up route add –net 192.168.2.0/24 gw 203.150.4.1 auto eth1 iface eth1 inet static address 192.168.10.1 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.2 up route add –net 192.150.1.0/24 gw 192.168.10.2 LSR 3 auto eth0 iface eth0 inet static address 192.168.10.2 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.1 up route add –net 192.168.3.0/24 gw 192.168.10.1 up route add –net 203.150.4.0/24 gw 192.168.10.1 up route add –net 203.150.10.0/24 gw 192.168.10.1 up route add –net 192.168.2.0/24 gw 192.168.10.1 auto eth1 iface eth1 inet static address 203.150.8.2 netmask 255.255.255.0 network 203.150.8.0 broadcast 203.150.8.255 gateway 203.150.8.1 up route add –net 192.168.2.0/24 gw 203.150.8.1 auto eth2 iface eth2 inet static address 192.150.1.2 netmask 255.255.255.0 network 192.150.1.0 broadcast 192.150.1.255 gateway 192.150.1.1 up route add –net 192.168.1.0/24 gw 203.150.8.1
- 11-14-2008 #2Just Joined!
- Join Date
- Oct 2008
- Posts
- 2
somebody help me...please..!!


Reply With Quote
