Frame relay sub-interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2011 01:49 PM - edited 03-04-2019 12:09 PM
When you configure a sub-interface into Frame-relay. There are two options, one is point-to-point, the other is “multipoint”. I am just wondering what exactly is the “multipoint” used for? Or in what case is it used?
router(config)#interface s0/0.1
multipoint Treat as a multipoint link
point-to-point Treat as a point-to-point link
Thanks,
- Labels:
-
WAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2011 02:08 PM
The basic answer is a point-to-point sub interface will be treated as a point-to-point connection and will require a different subnet for each leg of the frame circuits. A multi point interface will be on the same subnet as all of your frame legs (circuits). There are a number of caveats to each; here is a good doc;
http://www.ciscopress.com/articles/article.asp?p=170741&seqNum=6
