cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
0
Helpful
2
Replies

Fabric Manager discovery

Martin Keith
Level 1
Level 1

Hi all,

Can anyone tell me how Fabric Manager does its discovery of the SAN fabric and is there a command line equivalent e.g. equivalent to CDP?     I need to make a network map of the switch connectivity if possible?

 

thanks

 

Chris

1 Accepted Solution

Accepted Solutions

dakester
Cisco Employee
Cisco Employee

Hi Chris,

I usually use ...

 

For switches with Domain ID's:
show fcs ie   (gives all switches with domain id's in the vsan)
              Loc = Local (this switch)
              Adj = Adjacent (directly connected and in the output of 'show topology')
              Rem = Remote (more than one hop away)


show topology (gives ISLs for E_Ports)

show fcns database | i npv|VSAN (lists npv switches their fcid and VSAN)

show fcns data fcid <fcid> detail vsan x  (lists the switch and interface at the bottom)


For NPV switches:
show npv flogi
The right hand side of the output lists the upstream interfaces

 

Regards,

David

View solution in original post

2 Replies 2

dakester
Cisco Employee
Cisco Employee

Hi Chris,

I usually use ...

 

For switches with Domain ID's:
show fcs ie   (gives all switches with domain id's in the vsan)
              Loc = Local (this switch)
              Adj = Adjacent (directly connected and in the output of 'show topology')
              Rem = Remote (more than one hop away)


show topology (gives ISLs for E_Ports)

show fcns database | i npv|VSAN (lists npv switches their fcid and VSAN)

show fcns data fcid <fcid> detail vsan x  (lists the switch and interface at the bottom)


For NPV switches:
show npv flogi
The right hand side of the output lists the upstream interfaces

 

Regards,

David

Martin Keith
Level 1
Level 1

Hi,

 

Thanks, thats the sort of info I'm after!

Chris