| Author |
Novell encapsulation types
|
|
| Odin35 2002-01-20, 12:52 pm |
| I had previously put this question in the wrong forum...
Question for the braintrust. I am reading thru Lammle's book (for about the 6th time) and a thought just struck me--If you have nodes on either side of a router configured with different Novell encap's, does that mean that every packet that comes into the router goes out in EVERY Novell encap configured on the outbound interface? If I'm off base on this let me know. Seems incredibly inefficient (thus the recommendation to use 1 frame type, huh). I hope this question is clear enough. Thanks people. | |
| zaza230 2002-01-21, 6:14 am |
| the router based on the network address to kwon what kind of encapsulation to use.
exemple : ipx network 10 encapsulation sap or ipx network 10A encapsulation novell ether. the router must know the network adress before . ok !! is it clear or not ?
just tell me, if you need more explanation | |
| UKCCNA 2002-01-21, 8:05 am |
| OK, just so I make sure I'm on the ball with this one! If I remember rightly there are two ways in which you can add multiple encapsulations to an interface:
* Sub-interfaces
* Or a secondary interface
(With no functional difference between the two)
Therefore as zaza230 stated you would assign a seperate network number/ encapsulation to each of the sub/secondary interfaces.
The packet will only ever be sent out from one interface and hence in a single encapsulation type. | |
| MadChef 2002-01-22, 5:20 am |
| quote: Originally posted by UKCCNA
The packet will only ever be sent out from one interface and hence in a single encapsulation type.
Unless you provide a secondary encapsulation type:
int e0
ipx network 10a
ipx network 10b encap sap secondary
Packets destined for network 10a use novell-ether encapsulation. Packets destined for network 10b use sap encapsulation. This might have been what you meant by "secondary interface" but that was not clear. There's still only a single encapsulation per network type, but you can put them both on a single interface without using sub interfaces.
MadChef
MadChef |
|
|
|