Affecter une adresse IP (SVI)
Remarque : dans le cas des switch SG300-10, si vous voulez affecter une adresse IP à 2 VLAN ou plus, il faut au préalable passer le switch en mode routeur
Sw-C305-1#configure Sw-C305-1(config)#interface vlan 10 Sw-C305-1(config-if)#ip address 192.168.1.254 255.255.255.0 Sw-C305-1(config-if)#no shutdown Sw-C305-1(config-if)#endSw-C305-1#configure Sw-C305-1(config)#interface vlan 20 Sw-C305-1(config-if)#ip address 192.168.20.254 255.255.255.0 Sw-C305-1(config-if)#no shutdown Sw-C305-1(config-if)#end Sw-C305-1#