Forum Discussion

kridsana's avatar
kridsana
Icon for Cirrocumulus rankCirrocumulus
Jun 11, 2013

Device trust Corrupt

Hi

 

 

I have a problem with Device trust corrupt when tried to upgrade 10.2.4 into 11.2.1

 

this is picture from when we experience

 

http://upic.me/show/45360570 -- Device management overview

 

http://upic.me/show/45360568 -- Device Trust

 

 

do you have any idea how to fix it ?

 

 

Thank you in advance

 

13 Replies

  • Thank you

     

    so If it's not fine . What to do after turn mac masq per vlan to true ?

     

    Do you have some doucument?

     

    Thank you
  • What to do after turn mac masq per vlan to true ?yes

     

     

    Do you have some doucument?i do not see any document yet. it is introduced in Stirling (11.2.0).

     

     

    ID378464 - Need a way to associate mac masquerade address with vlan index (db variable)
  • e.g.

    root@(VIP4400-R69-S33)(cfg-sync In Sync)(/S2-green-P:Active)(/Common)(tmos) list cm traffic-group traffic-group-1
    cm traffic-group traffic-group-1 {
        default-device VIP4400-R69-S33.lab.ss.f5net.com
        description "floating traffic group for unit 1"
        mac 2:1:d7:80:0:1
        unit-id 1
    }
    root@(VIP4400-R69-S33)(cfg-sync In Sync)(/S2-green-P:Active)(/Common)(tmos) list ltm virtual-address
    ltm virtual-address 100.100.100.55 {
        address 100.100.100.55
        mask 255.255.255.255
        traffic-group traffic-group-1
    }
    ltm virtual-address 200.200.200.55 {
        address 200.200.200.55
        mask 255.255.255.255
        traffic-group traffic-group-1
    }
    
     tm.macmasqaddr_per_vlan db key is false
    
    root@(VIP4400-R69-S33)(cfg-sync In Sync)(/S2-green-P:Active)(/Common)(tmos) list sys db tm.macmasqaddr_per_vlan
    sys db tm.macmasqaddr_per_vlan {
        value "false"
    }
    
    [root@client1 ~] arp -a
    ? (100.100.100.55) at 02:01:D7:80:00:01 [ether] on eth1
    
    [root@centos111 ~] arp -a
    ? (200.200.200.55) at 02:01:D7:80:00:01 [ether] on eth1
    
     tm.macmasqaddr_per_vlan db key is true
    
    root@(VIP4400-R69-S33)(cfg-sync In Sync)(/S2-green-P:Active)(/Common)(tmos) modify sys db tm.macmasqaddr_per_vlan value true
    root@(VIP4400-R69-S33)(cfg-sync Changes Pending)(/S2-green-P:Active)(/Common)(tmos) list sys db tm.macmasqaddr_per_vlan
    sys db tm.macmasqaddr_per_vlan {
        value "true"
    }
    
    [root@client1 ~] arp -a
    ? (100.100.100.55) at 02:01:D7:80:7D:05 [ether] on eth1
    
    [root@centos111 ~] arp -a
    ? (200.200.200.55) at 02:01:D7:80:A7:02 [ether] on eth1