1. LabelException error when run FABnet IPv4 Ext Network example notebook

LabelException error when run FABnet IPv4 Ext Network example notebook

Home Forums FABRIC General Questions and Discussion LabelException error when run FABnet IPv4 Ext Network example notebook

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4690
    Xusheng Ai
    Participant

      Hello,

      We noticed that there was a short maintenance this morning. We were able to run the example notebooks FABNet IPv4 Ext (Layer 3): Connect to FABRIC’s IPv4 internet with external access (manual) before the maintenance. However, we got the LabelException error when we submitted the slice after the maintenance. Please see the error detail below:

      ---------------------------------------------------------------------------
      AttributeError                            Traceback (most recent call last)
      File /opt/conda/lib/python3.9/site-packages/fim/slivers/capacities_labels.py:405, in Labels._set_fields(self, **kwargs)
          403 try:
          404     # will toss an exception if field is not defined
      --> 405     self.__getattribute__(k)
          406     if self.VALIDATORS.get(k, None) is not None:
      
      AttributeError: 'Labels' object has no attribute 'numa'
      
      During handling of the above exception, another exception occurred:
      
      LabelException                            Traceback (most recent call last)
      Cell In[6], line 17
           14 net2 = slice.add_l3network(name=network2_name, interfaces=[iface2], type='IPv4Ext')
           16 #Submit Slice Request
      ---> 17 slice.submit();
      LabelException: Label exception: Unable to set field numa of labels, no such field available ['bdf', 'mac', 'ipv4', 'ipv4_range', 'ipv4_subnet', 'ipv6', 'ipv6_range', 'ipv6_subnet', 'asn', 'vlan', 'vlan_range', 'inner_vlan', 'instance', 'instance_parent', 'local_name', 'local_type', 'device_name', 'bgp_key', 'account_id', 'region']

      Best Regards,
      Xusheng

      #4691
      Xusheng Ai
      Participant

        Fixed the problem by re-configure the environment.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘LabelException error when run FABnet IPv4 Ext Network example notebook’ is closed to new replies.