I’m trying to configure trunk interface on SSP S410. Thus far I only see documentation on how enable vlan-trunk on interface but not how one would configure Trunk interface to assign IP for trunked VLANs. Can you please provide this info.
VLAN trunking and IP configuration are handled within the Edge SWG (ProxySG) application running on the ISG (SSP host), not by the host itself.
Configuration on SSP/ISG:
ISG(config)# interface eth0
ProxySG(config-if)# vlan-trunking enable
ProxySG(config-if)# exit
Sample ProxySG CLI Configuration
# Enter configuration mode
ProxySG# configure terminal
# Create VLAN subinterfaces on eth0
ProxySG(config)# interface eth0.100
ProxySG(config-if)# ip address <IP_Address> <Subnet_Mask>
ProxySG(config-if)# exit
ProxySG(config)# interface eth0.200
ProxySG(config-if)# ip address <IP_Address> <Subnet_Mask>
ProxySG(config-if)# exit