cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
721
Views
0
Helpful
2
Replies

vlan 100 &vlan 100 client

rpalacio
Level 1
Level 1

in the ff. link

http://www.cisco.com/en/US/products/hw/modules/ps2706/products_configuration_example09186a008009452d.shtml

the sample configuration has the ff. command lines;

1. ip slb vlan 100 client

ip address 172.17.63.217 255.255.255.192

2. interface Vlan100

ip address 172.17.63.210 255.255.255.192

anyone could explain their role in the configuration?

thanks a lot.

2 Replies 2

Gilles Dufour
Cisco Employee
Cisco Employee

the slb vlan can be client or server.

You have to see the SLB part as a separate device with its own interfaces.

The interface vlan is the MSFC interface.

This one is a standard interface and does not need the client/server type definition.

You have to see the setup like this

...MSFC.................. SLB

....| int vlan 100.........|..ip slb vlan 100 cl

...__________________________

I would suggest you to read the IOS SLB configuration guide if you need to know the difference between a client vlan and a server vlan.

Gilles.

ip slb vlan 100 is for the client and

ip slb vlan 200 is for the server

what i cant get is that, it configures an ip address on the msfc part of vlan 100 while not on the vlan 200