© 2011 Fujitsu Technology Solutions
32
8 Configuring Service LAN
This chapter will describe how to configure a Service LAN on the Ethernet Connection Blade.
Beginning in privileged EXEC mode, follow these steps to create a Service LAN and assign
ports to this Service LAN:
Command Purpose
Step 1 configure Enter global configuration mode.
Step 2 svc-lan svcLanName <1-4094>
uplinkSetName
To create a Service LAN with an assigned
group name, VLAN ID and a configured
uplink set.
Step 3 interface interface-id Specify the internal port that you want to
set to be a member of the Service LAN,
and enter interface configuration mode.
Step 4 svc-lan svcLanName To add this interface to the specified
Service LAN.
Step 5 exit Return to global configuration mode.
Step 6 exit Return to privileged EXEC mode.
Step 7 show svc-lan [svcLanName] Verify the configuration.
To create a Service LAN, use svc-lan global configuration command. To add/remove an
interface to/from the Service LAN, use svc-lan/no svc-lan interface configuration
command. To display the Service LAN, use show svc-lan privileged EXEC command.
In this example, Service LAN slan_1 with VLAN ID 100 is created and it is configured with
uplink set up2 for its external connection. The interface 0/2 is added to this Service LAN.
(BX900-CB1)#configure
(BX900-CB1)(Config)#svc-lan slan_1 100 up2
(BX900-CB1)(Config)#interface 0/2
(BX900-CB1)(Interface BX900-CB1/0/2)# svc-lan slan_1
(BX900-CB1)(Interface BX900-CB1/0/2)#exit
(BX900-CB1)(Config)#exit
(BX900-CB1)#show svc-lan slan_1
Service LAN name VLAN ID Internal ports Uplink Set name External ports
-------------------- ------- -------------- -------------------- --------------
slan_1 100 BX900-CB1/0/2 up2 BX900-CB1/0/43,
BX900-CB1/0/44
(BX900-CB1)#