Brothers i want to know that when we are using frame-relay with sub interfaces. So we use point-to-point and multipoint parameters. Pls tell me what is the difference between those . Advantages and disadvantages of both in real senerio. Pls provide easy details. Thanks a lot in advance for help.
for Multipoint
R1----R2
R1----R3
R1, R2, R3 can share same subnet
thanx for reply brother but it does'nt make me more clear pls ellaborate it in more details.
For multipoint
R1
int s 0.1 multipoint
ip addr 192.168.0.1/24
R2
int se 0
ip addr 192.168.0.2/24
R3
int se 0
ip addr 192.168.0.3/24
for point-to-point
R1
int se 0.1 point-to-point
ip addr 192.168.0.1/24
int se 0.2 point-to-point
ip addr 192.168.1.1/24
R2
int se 0
ip addr 192.168.0.2/24
R3
int se 0
ip addr 192.168.1.3/24