Posts

Showing posts with the label cisco

Setting Cisco Switch 2960G 24TC-L

Would you like to terminate autoinstall? [yes]: Y --- System Configuration Dialog --- Would you like to enter the initial configuration dialog? [yes/no]: no Switch>ena Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname Switch1 Switch1(config)#enable secret xxxxx Switch1(config)#service password-encryption Switch1(config)#username admin password xxxxx Switch1(config)#exit Switch1#configure t Enter configuration commands, one per line. End with CNTL/Z. Switch1(config)#vtp mode transparent Setting device to VTP TRANSPARENT mode. Switch1(config)#spanning-tree mode pvst Switch1(config)#end Switch1#vlan database % Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode. Switch1(vlan)#vlan 200 name internal VLAN 200 added: Name: internal Switch1(vlan)#vlan 201 name eksternal VLAN 201 added: Name: eksternal Switch1(vl...

Enable Multicast of selected VLAN on Switch

I used Cisco 3750, here I add to my conf : > enable # configure terminal # ip multicast-routing distributed # interface Vlan1 # ip pim version 2 # ip pim dense-mode # ip cgmp # end It means that Vlan1 enable Multicast Transport.