Pages

Wednesday, December 4, 2013

Commands to configure L3 switch for inter vlan routing

1. switch(config)# ip routing

2. switch(config)#int gi1/0/1
    switch(config-if)#switchport access vlan 2
    no shutdown


3. switch(config)#interface vlan 2
   ip address 10.1.2.1 255.255.255.0


Video: http://www.youtube.com/watch?v=BOFHo13ATZE

Sunday, December 1, 2013

Default Administraive Distance Value Table

Default Distance Value Table

This table lists the administrative distance default values of the protocols that Cisco supports:
Route SourceDefault Distance Values
Connected interface0
Static route1
Enhanced Interior Gateway Routing Protocol (EIGRP) summary route5
External Border Gateway Protocol (BGP)20
Internal EIGRP90
IGRP100
OSPF110
Intermediate System-to-Intermediate System (IS-IS)115
Routing Information Protocol (RIP)120
Exterior Gateway Protocol (EGP)140
On Demand Routing (ODR)160
External EIGRP170
Internal BGP200
Unknown*255
* If the administrative distance is 255, the router does not believe the source of that route and does not install the route in the routing table.
When you use route redi

Internet Group Management Protocol (IGMP)

How IGMP Operates 

The Internet Group Management Protocol (IGMP) is an internal protocol of
the Internet Protocol (IP) suite. IP manages multicast traffic by using
switches, multicast routers, and hosts that support IGMP. (In ProCurve’s
implementation of IGMP, a multicast router is not necessary as long as a switch
is configured to support IGMP with the querier feature enabled.) A set of hosts,
routers, and/or switches that send or receive multicast data streams to or from
the same source(s) is termed a multicast group, and all devices in the group
use the same multicast group address.

Message Types
The multicast group running version 2 of IGMP uses three fundamental types
of messages to communicate:
■ Query: A message sent from the querier (multicast router or switch)
asking for a response from each host belonging to the multicast group. If
a multicast router supporting IGMP is not present, then the switch must
assume this function in order to elicit group membership information 4-12
Multimedia Traffic Control with IP Multicast (IGMP)

■ Report (Join): A message sent by a host to the querier to indicate that
the host wants to be or is a member of a given group indicated in the report
message.
■ Leave Group: A message sent by a host to the querier to indicate that the
host has ceased to be a member of a specific multicast group.

IGMP Querying/Snooping

A Layer 2 switch supporting IGMP Snooping can passively snoop on IGMP Query, Report, and Leave (IGMP version 2) packets transferred between IP Multicast routers/switches and IP Multicast hosts to determine the IP Multicast group membership. IGMP snooping checks IGMP packets passing through the network, picks out the group registration, and configures Multicasting accordingly.
Without IGMP Querying/Snooping, Multicast traffic is treated in the same manner as a Broadcast transmission, which forwards packets to all ports on the network. With IGMP Querying/Snooping, Multicast traffic is only forwarded to ports that are members of that Multicast group. IGMP Snooping generates no additional network traffic, which significantly reduces the Multicast traffic passing through your switch.

For further info :