You can specify a local peer from which you will accept connection requests specifically. To configure a DLSw local peer, include the local-peer statement at the [edit protocols dlsw] hierarchy level:
-
local-peer peer-address;
Configure the router when it is closer to the client and expects to initiate connections to peers:
- dlsw {
- local-peer peer-address;
- remote-peer peer-address;
- }
Configure the router when it is closer to the server and does not expect to initiate connections:
- dlsw {
- local-peer peer-address;
- promiscuous;
- }
Configure specific peers and accept incoming connections only from those peers:
- dlsw {
- local-peer peer-address;
- promiscuous;
- }
Configure so that for some applications you initiate connections, and for other applications you receive connections from other peers:
- dlsw {
- local-peer peer-address;
- remote-peer peer-address;
- promiscuous;
- }