Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOL006
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
SOL006
Merge requests
!124
issue
#64
Addressing macAddressAssignment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
issue
#64
Addressing macAddressAssignment
issue#64
into
dev-v3.7.1
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
ppree
requested to merge
issue#64
into
dev-v3.7.1
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Signed-off-by: Preethika
preethika.p@tataelxsi.co.in
0
0
Merge request reports
Compare
dev-v3.7.1
dev-v3.7.1 (base)
and
latest version
latest version
c7e29914
1 commit,
2 years ago
1 file
+
17
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/yang/etsi-nfv-common.yang
+
17
−
6
Options
@@ -841,12 +841,23 @@ submodule etsi-nfv-common {
type
boolean
;
mandatory
true
;
description
"Specify if the MAC address assignment is the
responsibility of management and orchestration function
or not. If it is set to True, it is the management and
orchestration function responsibility. If it is set to
False, it will be provided by an external entity,
e.g. OSS/BSS."
;
"Specify which mode is used for the MAC address
assignment.
If it is set to True, a MAC address is expected to
be provided by a management entity via the NFV-MANO
interfaces towards the VNFM using attributes
standardized for this purpose in the NFV-MANO
information model and is further transferred from the
VNFM to the VIM. A MAC address will be automatically
assigned by the VIM/NFVI as fallback if not provided.
If it is set to False, a MAC address is expected to be
assigned by means specific to the VNF itself (e.g., by
an LCM script, by the EM) and is further transferred
from the VNFM to the VIM. A MAC address will be
automatically assigned by the VIM/NFVI as fallback if
not provided to the VIM."
;
reference
"GS NFV IFA011: Section 7.1.3.5 L2AddressData
information element"
;
Loading