Hi
Is there any way to find out if port is in trunk mode?
On a switch from the Cisco catalyst family?
Thank you
Sharon
Printable View
Hi
Is there any way to find out if port is in trunk mode?
On a switch from the Cisco catalyst family?
Thank you
Sharon
In message <424c3948$1@news.012.net.il>, Sharon <Sharon669@hotmail.com>
scribes[color=blue]
>Hi
>
>Is there any way to find out if port is in trunk mode?
>
>On a switch from the Cisco catalyst family?
>
>Thank you
>
>Sharon
>
>[/color]
For IOS use the show interface command in the CLI
e.g. for port 1
sh int fa 0/1
Can't remember if you need to show the switchport stuff as well, if so
then use:-
sh int fa 0/1 sw
--
Snowy
I'm trying to achieve this using SNMP ...
"Ian Snowdon" <Ian@snowdon.org.uk> wrote in message
news:9eIQ8GYayGTCFwMI@snowdon.org.uk...[color=blue]
> In message <424c3948$1@news.012.net.il>, Sharon <Sharon669@hotmail.com>
> scribes[color=green]
>>Hi
>>
>>Is there any way to find out if port is in trunk mode?
>>
>>On a switch from the Cisco catalyst family?
>>
>>Thank you
>>
>>Sharon
>>
>>[/color]
> For IOS use the show interface command in the CLI
> e.g. for port 1
> sh int fa 0/1
> Can't remember if you need to show the switchport stuff as well, if so
> then use:-
> sh int fa 0/1 sw
> --
> Snowy
>[/color]
In message <425053b4$1@news.012.net.il>, Sharon <Sharon669@hotmail.com>
scribes[color=blue]
>I'm trying to achieve this using SNMP ...
>[/color]
'Pologies.
--
Snowy
Hi,
If you use the algorithm:
[url]http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094a9b.shtml[/url]
you will find all mac-addresses and all vlans in your LAN.
On the trunks will be visible all mac-addresses and all VLANS - if you have
trunks with all VLANS.
;)
Maybe somewhere is simple way...
Regards,
MS.
"Sharon" <Sharon669@hotmail.com> wrote in message
news:425053b4$1@news.012.net.il...[color=blue]
> I'm trying to achieve this using SNMP ...
>
> "Ian Snowdon" <Ian@snowdon.org.uk> wrote in message
> news:9eIQ8GYayGTCFwMI@snowdon.org.uk...[color=green]
> > In message <424c3948$1@news.012.net.il>, Sharon <Sharon669@hotmail.com>
> > scribes[color=darkred]
> >>Hi
> >>
> >>Is there any way to find out if port is in trunk mode?
> >>
> >>On a switch from the Cisco catalyst family?
> >>
> >>Thank you
> >>
> >>Sharon
> >>
> >>[/color]
> > For IOS use the show interface command in the CLI
> > e.g. for port 1
> > sh int fa 0/1
> > Can't remember if you need to show the switchport stuff as well, if so
> > then use:-
> > sh int fa 0/1 sw
> > --
> > Snowy
> >[/color]
>
>[/color]