Cisco Cisco Dynamic Fabric Automation for OpenStack Troubleshooting Guide

Page of 92
 
Cisco Dynamic Fabric Automation Production Troubleshooting Guide 
 
 
16 
 
Thu Nov 12 12:42:56 2015:type=stop:id=vsh.3306:user=root:cmd= 
Thu Nov 12 12:42:56 2015:type=start:id=vsh.3316:user=admin:cmd= 
Thu Nov 12 12:42:56 2015:type=update:id=vsh.3316:user=admin:cmd=configure terminal ; no vlan 1503 (SUC-
CESS) 
Thu Nov 12 12:42:56 2015:type=stop:id=vsh.3316:user=admin:cmd= 
Thu Nov 12 12:42:56 2015:type=update:id=5.0.1.111@pts/1:user=admin:cmd=configure terminal ; apply pro-
file vrf-tenant-profile param-instance param_inst_50010b (FAILURE) 
 
 
acorn1%PineForest:Tree1# show config-profile name vrf-tenant-profile  
 
config-profile vrf-tenant-profile 
  vlan $vrfVlanId 
   vn-segment $vrfSegmentId 
   mode fabricpath 
  interface vlan $vrfVlanId 
   vrf member $vrfName 
   ip forward 
   no ip redirects 
   ipv6 forward 
   no ipv6 redirects 
   mtu 9192 
   no shutdown 
 applied: <param_inst_50010> 
 applied: <param_inst_50011> 
 
Look for the instances matching the applied ones and look for conflicts with the one we tried to apply. 
 
acorn1%PineForest:Tree1# show param-list show-instance 
.... 
Param List Name : param_list 
        Name : bridgeDomainId   Type : integer 
        Name : vrfBdName        Type : string 
        Name : vrfName  Type : string 
        Name : vrfSegmentId     Type : integer 
        Name : vrfVlanId        Type : integer 
        Param Instance Name : param_inst_50010 
        Name : bridgeDomainId   Value : 0 
        Name : vrfBdName        Value : __bd50010 
        Name : vrfName  Value : PineForest:Tree1 
        Name : vrfSegmentId     Value : 50010 
        Name : vrfVlanId        Value : 1502 
        Param Instance Name : param_inst_50010b 
        Name : bridgeDomainId   Value : 0 
        Name : vrfBdName        Value : __bd50010b 
        Name : vrfName  Value : PineForest:Tree1 
        Name : vrfSegmentId     Value : 50010 
        Name : vrfVlanId        Value : 1503 
        Param Instance Name : param_inst_50011 
        Name : bridgeDomainId   Value : 0 
        Name : vrfBdName        Value : __bd50011 
        Name : vrfName  Value : OakForest:OakTree11 
        Name : vrfSegmentId     Value : 50011 
        Name : vrfVlanId        Value : 1501 
....