I would like to limit the traffic from some remote sites to connect to my central routers running DLSw. I think to limit this connections using many Loopbacks interfaces with many statements :
dlsw local peer peer-id <loopback 0 address>
dlsw local peer peer-id <loopback 1 address>
dlsw local peer peer-id <loopback 2 address>
This way, when I can shutdown the loopback 1 and 2, I limit the connections to remote sites with use the loopback 0.
I try to put this configuration on routers but I receive the message that is not possible insert more than one local-peer statement.
There are some way to fix this configuration ?
Thank's in advance.