hello
in the following FR ocnfiguration:
R1(config)#interface ser 1 multipoint
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#encap frame-relay
R1(config-if)#frame-relay interface-dlci 105
R1(config-if)#frame-relay map ip 192.168.1.5 105 broadcast
%LINK-3-UPDOWN: Interface Serial1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up
21:49:39: %FR-5-DLCICHANGE: Interface Serial1 - DLCI 105 state changed to ACTIVE
what would be the difference of replacing multipoint with point-to-point in the first line?
Thanks