This is standard practice when creating frame-relay connections.
Yes, it is technically possible to use just the primary interface, but for ease of scalability, we generally start the first PVC on a sub-interface. If you ever need to add a 2nd PVC, just add another sub-if.
General practice is to use sub-if for all point-point PVC's and primary interface on point-multipoint frame-relay connections (rare any more).
"Because the wizard prompted me" is not a good answer and I would be wary of hiring this installer again.
The route statements and the serial configuration look suspicous to me.
You only have 2 endpoints on a point-point link. Your's and the other end. Your route statement show 3 static routes to 3 different endpoints at the other end of the PVC - strange indeed.
We also do not use /24 subnets on point-to-point FR PVC's. Typically it is a /30 subnet since there can only be two nodes.
No default route configured? Does this configuration even work at all?
Main Topics
Browse All Topics





by: mikebernhardtPosted on 2007-09-18 at 13:13:27ID: 19916203
there are 2 benefits:
1. It permits easy expansion should you need to add another PVC later.
2. It eliminates many configuration issues such as the need for mapping the DLCI to an IP address, broadcasting, etc. these things happen automatically by assigning the DLCI to the subinterface.
There's no downside!