Naming convention for CSM Vserver, serverfarm, etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 11:49 AM
Can a serverfarm, vserver, probe, policy have the same name ?
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 07:46 PM
Yes. Example:
!
module ContentSwitchingModule 6
probe DITTO icmp
!
serverfarm DITTO
nat server
no nat client
real 1.1.1.1 80
health probe DITTO
inservice
real 1.1.1.2 80
health probe DITTO
inservice
!
policy DITTO
set ip dscp 63
!
vserver DITTO
serverfarm DITTO
persistent rebalance
slb-policy DITTO
inservice
!
~Zach
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 04:48 AM
Thanks Zach. What about if I have a CSM and IOS SLB oin the same switch. Would my IOS SLB names interfere/conflict with the CSM names ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 05:58 AM
Good question. I set this up in the lab and it appears to work properly.
~Zach
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 10:43 AM
Zach, When you say it worked. Did it work using same names in both IOS SLB and CSM ? e.g. for a vserver. ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 10:48 AM
Yes, I used the same name for the vservers.
~Zach
